I am working on an event management system for my work, the basic function of it is to allow people in my office to upload new events to the system, track them and edit them.
I have an gridview with with one autopostback checkbox inside one template field column, i need the autopostback to count, to validate and to sync the model in server side then cant turn off autopostb
I am generating 2 dropdown boxes and a CheckBoxList control at runtime using AJAX callbacks to a web service (.asmx file). The service creates the two Dropdowns and CheckBoxList on the server and retu
If you have an SSL certificate for a web site, is it necessary to make the ViewState more difficult to d开发者_如何学编程ecode. Without any extra development, it appears that ASP.NET encodes it as a b
Recently we upgraded our system from .net 1.1 to .net 2.0. Since doing so we have been getting errors in our event logs with the following error about every minute. It\'s weird but all client ips or u
I am currently manually adding data to a datatable and then binding the datatable to a gridview one row at a time. However each postback when attempting to add a new row is overwriting the original ro
I\'m having an issue maintaining a selected value on a custom DropDownList control.I figured if the viewstate property was enabled on the base control, everything would be all set, i\'ve found that is
One of our users has decided that they need to be able to edit sections of content on our main website and I\'ve been given the task of implementing it. The underlying model is that one or more divs i
There is a warning in the @Page directive regarding the EnableViewStateMac setting found here that states:
I\'ve been going through this excellent article http://msdn.microsoft.com/en-us/library/ms972976.aspx that says ViewState is not responsible for form fields to retain their values between postbacks. S