|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
details view
I created a main pae and details page using Northwind database, but the details pages always uses default au_id, but not the one I sent to details view. Any place I have to check? Your information is great appreciated, ... 5 Jul 2008 18:39
debug on off
I got a message to turn on debug on web.config and I click on yes, but how can I set it back to off? Your information is great appreciated, ... 5 Jul 2008 18:39
Data-bound DataGridView creates bogus empty rows
Hello. I have a DataGridView that is bound to a DataTable. If the user types in values for all the columns for the first row, then clicks into a column in the second row (empty), and then clicks back into the first row he just typed, then an empty row is added to the DataGridView. I'm guessing that somehow the AddR... 5 Jul 2008 16:36
A page call B page's methods?
There is a C# page a.aspx which has a master page b.aspx. b.aspx has panels & methods. I would like to know is it possible to change those panels' visibility or call thoese methods in a.aspx? Thanks for answering. ... 5 Jul 2008 14:34
Question about the asp.net 2.0 web configuration tool outside of development
I read in an older article from MSDN November 2005: "With the release of Microsoft Visual Studio 2005, there is no "out of the box" solution for maintaining the Membership and Role databases in Microsoft IIS. This is a problem when you move your application from development to a production IIS server. The utility... 4 Jul 2008 23:18
GetUser.ProviderUserKey gives me System.NullReferenceException
Using asp.net membership. My login.aspx page goes to the loginredirect.aspx page after the user logs in. For some reason "Membership.GetUser.ProviderUserKey.ToString" gives me this error: System.NullReferenceException: Object reference not set to an instance of an object. at loginredirect.Page_Load(Object se... 4 Jul 2008 22:17
page rendered differently between IE6 and IE7
Hi, i made an application where a lot of radiobuttonlists are created dynamically. Some are visible and others are hidden until the right selectedvalue is chosen. Thsi works perfectly with IE7, Netscape, Firefox ...., but with IE6, there are big gaps between the radiobuttonlists. I looked at the source of ... 4 Jul 2008 19:13
FindControl problem
I'm trying to check my html checkbox from a postback. This works fine: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim chk As HtmlInputCheckBox chk = CType(FindControl("chk101228"), HtmlInputCheckBox) chk.Checked = False End Su... 5 Jul 2008 13:32
Deployment
I have an ASP.NET site. Whenever I update the site (build->publish->upload) it kicks everyone out and they need to log in again. What is the best way to combat this? Regards ... 5 Jul 2008 19:40
HTML select auto drops down but losses highlight
I'm rendering a Html Select to auto dropdown when created, it works but losses it's normal mouseover effect of highlighting each row and the type a letter to move to a macthing row functions. If I try to type or click it to give it focus again it just fires the changed event. Any Ideas as to how I can modify th... 5 Jul 2008 19:40
SQL to asp.net using c#
How to fetch a record from the database Sql server 2005 and bind it to a textbox control in asp.net 2.0 using c# ... 4 Jul 2008 10:00
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11