Hello All,
just a newbie in asp.net 2.0 , can someone please tell me what this code means. i appreciate it.
protected void Page_Load(object sender, EventArgs e)
{
if ( !IsPostBack )
Button1_Click(null,null);
}
thanks
...
Go to the complete details ...