Advertisement

1 - 10 of 175 containing alltags:("page_load") (0.002 seconds)
Hi friends, I have a page that posts to another page.  When the posting takes place I would like a dialog box to come up telling the client that the page is loading and to please wait.  Does any...
Zones: ASPDate Answered: 04/18/2002 Grade: A Views: 0
Hi Currently i am using global.asax to start a session in my project. but using this method the session starts immediately the index page loads. i want session to start only after the user c...
Zones: .NETDate Answered: 10/14/2003 Grade: A Views: 0
How would I 'pre-load' a HTML page without actually displaying the page? Or cant you? Any help would be appreciated...
Zones: HTMLDate Answered: 02/06/2003 Grade: A Views: 0
Dear All,         I will start an ASP.NET web application, and would like to allow the users to choose ENG or CHINESE whenever they press the desire buttons. And it will change the language at tha...
Zones: .NETDate Answered: 10/13/2003 Grade: A Views: 0
What's wrong with the following? Does page_load by default call a constructor implicitly? Where is the constructor of the class? private page_load (...) {   new Constructor(); } public Con...
Zones: C#Date Answered: 08/08/2004 Grade: B Views: 0
Can someone tell me how to change a frame's src when an html page loads based on parameters from a calling page. I would like the frame to initally have no src, then when the page loads I want t...
Zones: Web DevelopmentDate Answered: 02/24/2004 Grade: A Views: 0
Currently I have this in my vb.net page_load event.  Problem being that the javascript function openwindow is only executed after the page_load event is finished.  I need to execute this during the...
Zones: Web DevelopmentDate Answered: 02/18/2004 Grade: A Views: 0
Hi! Question time again..... hehehe on my page load.. i connect to me database and grab all the values.. and put them onto my page ( textbox ) i then have a button .. which when click should...
Zones: .NETDate Answered: 03/14/2004 Grade: A Views: 0
hi, i have a page which gets an id from the first page, i use the following to get the id, which works fine: Request.QueryString("id") problem is on this page i have an add button which lo...
Zones: ASP.Net ProgrammingDate Answered: 10/10/2004 Grade: A Views: 0
I'm new to asp.net and I'm trying to use page_load and for whatever reason its not working...???  Any reason as why? The code is very easy stuff: for now its just this (for testing ) <script...
Zones: ASPDate Answered: 04/07/2005 Grade: A Views: 0