Ask a Question related to ASP.NET General, Design and Development.
-
Natty Gur #1
Re: custom control problem
Hi,
The viewstae is meant to save this data. actually before the page is
render and send to the client ASP.NET loop through all the controls and
ask every one of them for the data they want to preserve and then the
data is serialized (by using LosFormatter) class into its string
presentation and then puts into the __viewstate field. This can be done
because controls implements IStateManager interface.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Custom Control problem.
Hi all, I am not quite sure how to phrase the subject, so apologies. I am writing a custom control. It is using a textbox. I create the text... -
Help: Web custom control problem
You probably want to check into saving your "State" into the ViewState. you can either override LoadViewState and SaveViewState (see the samples... -
Custom Control - LoadPostData Problem
Hi, I'm having a problem with a Custom Control that I've been working on, and could use some help. I have a custom built content editing site... -
Custom web control problem
I built a custom web control and can add it to the toolbox. However when I drag the control onto a web form niether the control tags nor the... -
ControlDesigner not invoked on custom control when control is rendered within another custom control
I have a custom control that has a simple designer (derived from System.Web.UI.Design.ControlDesigner) associated with it (using the...



Reply With Quote

