Search Results

0
votes

SelectedIndexChanged event handler getting old index

Is it possible that you have items copied throughout your datasource for the drop down list? …
0
votes

ASP.NET and IIS6: trapping ALL application errors

You an also capture the error by utilizing the Application_OnError event in the Global.asax file. Then, you can do as Ben R stated above. Capture the error via the Server.GetLastError() routine. …