i want to pass arraylist to switch statement , below is the code: protected void CheckBoxList1_SelectedIndexChanged(object sender, EventArgs e)
I\'m trying to implement custom urlrewriting in the global.asax of my website and i\'m experiencing some troubles with updatepanels from the ajaxcontroltoolkit:
I have an application in ASP.NET that uses forms authentication. It has the following code. if (User.Identity.IsAuthenticated)
I\'m trying to clean up an older ASP.NET WebForms site that has ViewState enabled everywhere. This is a performance issue - huge viewstates cause noticeable submit delays. But most of the forms don\'t
this is about ASP.NET, ViewState, UserControls and losing the values of my properties. It is an classic question by know, I know, and even though I have searched here and on Google for a resolution to
I have very simple aspx page & code: <%@ Page Language=\"C#\" AutoEventWireup=\"true\"CodeFile=\"Default.aspx.cs\" Inherits=\"_Default\" %>
I\'ve recently been hacking with webforms seeing if it\'s possible to use one of my (routing) projects with it. So far, it\'s been nothing but trouble, but I\'m almost to the point that it \"works\"
I want to disable my viewstate in a form because its too bulky (about 1mb per page) due to retrieving some data from database and in other place on the same form I want to access a control from my mas
I am trying to call the __doPostback javascript function in a asp.net page from php using curl. I learnt that this can be done by making a post request to the asp.net page with the appropriate parame
We are getting an Invalid viewstate exception in our .net 2 application. This seems to only happen on 2 particular pages. Page A can have a really big viewstate (around 5MB! I know, it\'s legacy code)