page load() task
hi,
i am using and Visual Studio.NET environment for web application development using c#.
i am developing a asp.net web page project and using c# as the script language.
i want to know whether there is a way around to use page_load() method
within <script> tag on the webform1.aspx page to display some welcome message, overpowering the page_load() method
on the webform1.cs page.
|