First  |  Prev | 
Pages: 84 85 86 87 88 89 90 91 92 93 94
GridView RowCommand
I have a ButtonField in my GridView with a CommandName, and I have a method which I am using to capture each click of the button : protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName == "OpportunityDetails") { ... } } My question is, how do ... 26 Apr 2006 08:06
ConfigurationErrorsException, Event Code 3008, system.web/identity
Hi, from time to time I get following error message with my ASP.NET 2.0 web application in the event log: An error occurred executing the configuration section handler for system.web/identity. My web.config looks like this: [...] <authentication mode="Forms"> <forms name=".PcToppAuth" loginUrl="... 3 Apr 2006 23:54
DateTimePicker
Hi; In a webform i have 2 dropdown and 2 textbox and 1 Calendar. If the selecteditem includes the "Date" string than the Calendar.visible must set true. if another item selected than the calendar visible will set to false and the textboxes visible will set true... Is there anyone who can help me? by the way i ... 15 Feb 2006 09:44
Change SiteMap
I try to provide different usr different SiteMapProvider. I write the code below in the Authenticate event of a login controls But I find it is useless, the SiteMapProvider of my SiteMapDataSource is always the default one. Why? Where is the place to chang the SiteMapProvider? myLogin_Authenticate(object ... 29 Dec 2005 15:47
2.0 Create User Wizard!
Hi all, I am trying to customize the create user wizard. I have tried removing the Secret Question & Answer form controls, but am getting an error when i run the page. CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID Question for the security question, this is required... 17 Dec 2005 03:35
Invalid length for a Base-64 char array ,Invalid_Viewstate
I have kind of wired problem, I using httpwebrequest to post form data to server , in the GetResponse stage a WebException occurred, after tracing the actual error that occurs on the server, I found the follows. Invalid length for a Base-64 char array. Description: An unhandled exception occurred during t... 14 Dec 2005 23:43
VS.NET 2005 Migration problem
Hi , In ASP.NET 2.0 the post back is rendered in the following function javascript:WebForm_DoPostBackWithOptions() where is in ASP.NET 1.1 it is rendered in the following function __doPostBack(). Now can anyone tell me can i change the default rendering method as old (1.1) one in ASP.NET 2.0? because... 26 Nov 2005 19:26
Event ID 1078 (State Server has closed an expired TCP/IP connection...)
We just installed Windows Server 2003 SP1 and also Framework 2.0 and now are seeing this message in the event log every minute or so: The state server has closed an expired TCP/IP connection. The IP address of the client is 127.0.0.1. The expired Read operation began at 11/16/2005 14:31:49. This happened on al... 16 Nov 2005 16:49
BC31019: Unable to write to output file error after installing .net framework
After installing .net framework on a 2000 server for the first time this message appears when trying to open a basic default.aspx page: BC31019: Unable to write to output file 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\0eba2c7d\6b9c3e33\xoa7-gmz.dll': System Error &H80070005& Does... 12 May 2005 16:48
.net framework 1.1 sp1 crash
When installing the .net framework 1.1 service pack 1 on my webserver, the installer crashes with the following error message: --------------------------- SLA.tmp - Common Language Runtime Debugging Services --------------------------- Application has generated an exception that could not be handled. Proce... 23 Feb 2005 02:58
First  |  Prev | 
Pages: 84 85 86 87 88 89 90 91 92 93 94