Why can't I refresh the Asp.net page online? Is there a good solution ??

Source: Internet
Author: User

Why is there a submit button in A. aspx of one of my pages, in page_load:
Private void page_load (Object sender, system. eventargs E)
{
// Place user code here to initialize the page
Strreportcode = context. Request. querystring ["reportcode"];
Httpcookie cookie = request. Cookies ["myfirstcookie"];
If (! Ispostback)
{
Binddropdownlist (); // bind the dropdownlist

Bindhour (); // bind dropdownlist
Bindsolvewayname (); // bind the dropdownlist
Bindserveway (); // bind dropdownlist
Lbname. Text = cookie ["servername"]. tostring (); // value lable
}

}
Private void btnadd_click (Object sender, system. eventargs E)
{
// Insert records into the database
}

Btnadd_click () is automatically executed every time you refresh the page, and the button is also displayed when you click the back button of the browser. I think the page_load function must be executed first each time the page is refreshed. However, my page_load () does not call btnadd_click.
What's wrong?

------------------------

Prompt ::::

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.