Ask a Question related to ASP.NET General, Design and Development.
-
John #1
Usercontrol loading question
Hi all,
How does a user control differentiate between the first time it has been
loaded into a page and subsequent times?
I have a situation where a user control will load, and I need to populate a
datagrid but not necessarily on every subsequent page postback and because
the user control is loaded dynamically, the load event runs every time so I
can get viewstate. The problem is that I can't use the isPostBack method of
the page because that could already be true when the user control is loaded
into it.
Regards
John.
John Guest
-
Error Loading UserControl
I am revieving the following error for one of my controls when loading any pages that use it: Server Error in '/exposure/app' Application.... -
loading MC loading text path question? link fixed
Sorry my link to the files was bad before try this link 8) this is the code in the frame of the shell.fla //load Movie Behavior -
loading MC loading text question?
I have a movie that I dynamically load text into the "bodyText" dynamic text field from a text file it works fine. However when I load that movie... -
Loading UserControl in ASP.NET...
Is it possible to create a UserControl or Windows Form within a WebForm? What I wanted to do is to create a stand-alone .NET Windows Form... -
Repost : Usercontrol loading and once-off processing
Set a viewstate for the control that tells whether is has been posted back on. in your user control: void Page_Load(...) { if ( ViewState ==...



Reply With Quote

