Ask a Question related to ASP.NET General, Design and Development.
-
Earl Teigrob #1
Forcing Page Postback at END of event (while retaining viewstate)
I have a page that reads values from an XML file to display to the user. The
page also has a control panel that allows administrators to update the XML
file with new values. When an administrator presses the update button in the
control panel area of the page and the values are written to the XML file, I
want the page to reload with the new values WHILE RETAINING ANY VIEW STATE
VALUES. (that are not rewriten by the new XML values)
I have found 2 ways to reload the page but both of them do not retain view
state. One is to use a Response.Redirect to the same page and the other is
write a JavaScript submit to a literal control that is located withing the
form.
Thank you for your Help
Earl
Earl Teigrob Guest
-
Persisting DataSource on Postback using ViewState
Hi All, Ok, I've got a server control that implements custom databinding and generates a list of RadioButtons. (Yes, you'd think why not use the... -
Dropdownlist not keeping viewstate after postback
I have a complex datagrid containing several ASP.NET form elements. One of the elements is a checkboxlist. This is populated from a database but... -
Control not maintaing viewState and PostBack not firing event.
I created a nWeb Custom Control that inherits from WebControls.Panel and add a CheckBoxList to this control. I can't seem to get this control to... -
Adding a Dynamic User Control from the Base Page Class (and retaining it on Postback?)
Hi There! As the subject says, I need to add a user control dynamically (using LoadControl function) to the derieved page from the base Page... -
Question regarding forcing a postback event
I've dynamically creating a datagrid and have the grid setup to allow sorting. The problem is that the event isn't getting called until after the...



Reply With Quote

