If a user has resized a control, is there a way to make the control stay that size after a postback?
Hello Peggy
Please take a look at our online documentation regarding Persistance framework here - http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=PersistenceFramework_Landing_Page.html Another helpful place is our online sample browser - http://samples.infragistics.com/aspnet/ComponentOverview.aspx?cn=persistence-framework Where can be found 10 samples. Another option if you just want to persist X and Y of that control is to use hidden input elements and to save in their value the X and the Y. Every time in onLoad page to check if (isPostback) and to set the width and height of the control.
All I really want to do is persist the height and width on a webdatagrid. I'm not sure how to do that. Do you have a simple example (in VB) that shows how to do that in the postback?
All I really want to do is persist the height and width of a webdatagrid. I'm not sure how to do that. Do you have a simple example (in VB) that shows how to do that in the postback?