Ask a Question related to ASP.NET General, Design and Development.
-
Alberto #1
page_load
I've got an aspx and I need that his page_load event be fired every time I
enter the page. Actually I put a break point in the first line in the
page_load but it only works the first time I enter the page.
What's happening?
Thanks
Alberto Guest
-
Page_Load issue
Hi, I am relatively knew to the ASP .Net world, so I may be going about this all wrong, but I need to figure this out anyway. I am using a IE... -
databinding after page_load
Hi, I'm working on a webpage which starts with a rather timeconsuming database transaction. (two different .mdb's from different MSAccess versions... -
Why bad with Page_Load
I have an XML Web Servic (.asmx) to generate an Excel file, and it works as expected. However, here is the bad thing, - if this web service is... -
progress bar and page_load
Hi Basically I call a page that does a very long op But I need to display a progress bar no frames There is an old trick in html and asp ... -
Page_Init() and Page_Load()
Hi, what is the purpose of having a Page_Init() AND a Page_Load() event handler 'cause both will always be executed on loading a page ? What... -
Ravikanth[MVP] #2
page_load
Hi
Is there any IsPostBack check in page_load or Page_Init
events?
Ravikanth[MVP]
fired every time I>-----Original Message-----
>I've got an aspx and I need that his page_load event befirst line in the>enter the page. Actually I put a break point in thepage.>page_load but it only works the first time I enter the>
>What's happening?
>
>Thanks
>
>
>.
>Ravikanth[MVP] Guest
-
Peter Licen #3
Page_Load
i'm using custom server control x (inherits webcontrol)
the server control is executed from Page_Load on aspx.vb page
now the problem:
the Load event from aspx.vb is executed before Load event of my server
control. i cannot
override it unless trough another class(which inherits system.web.ui.page).
what i need is to make
some modification when viewstate is enabled but before the aspx.vb Page_Load
event is executed.
Is there any way to override Load event from WebControl?
Peter Licen Guest



Reply With Quote

