every time i use F5 to run program and i dont know how i can use breackpoint exactly
at first i set breack point in my searchbutton click event it doesnt show any thing
second time i set breakpoint in page_load event
I dont write any thing in my page_load
protected void Page_Load(object sender, EventArgs e)
{
}
this is result when i set break point on page_load
at first it GET search.aspx and load page when i click search button it Page Post Back search.aspx and load search.aspx again when i click search button for second time it Execute procedure and loadsearch.aspx page and show result.