hello every one:
i have a question about button click events.
Some one you konw they use
Like: (1) btnAddUser.Click+=new EventHandler(btnAddUser_Click); // onPageLoad
and then .
private void btnAddUser_Click(Object sender,EventArgs e)
{
//doSoming...
}
(2) Some one use button events >
UI point directly above the button in the method of generating action in writing.
.I want to konw ,
The first one way and the second means the difference between
(My english is poor ,I do not joke. 3ks ...)
Loading
cunfu katePosted May 12, 2008, 11:51 PM
ArshadPosted May 9, 2008, 4:04 PM
http://www.codeproject.com/KB/dotnet/NetHtmlEventHandler.aspx
Thanks
cunfu katePosted May 9, 2008, 4:24 AM
please....