protected void Page_Load(object sender, EventArgs e)
{
1. I step installation of the web page design.
2. I would like to run the sql in step.
}
protected void Page_Load(object sender, EventArgs e)
{
1. I step installation of the web page design.
System.Threading.Thread.Sleep(3000);
2. I would like to run the sql in step.
select * from table .....
}
Member
127 Points
123 Posts
Page_Load 1 load desing 2 load sql
Sep 29, 2011 03:53 AM|ozel1|LINK
Member
10 Points
10 Posts
Re: Page_Load 1 load desing 2 load sql
Feb 28, 2017 09:21 PM|ThomasSpeck|LINK
You only have one Page_load () per page. In the page_load you could do inline coding for the two steps or just have a function for each step