A deep understanding of programming, in particular the
notions of successive decomposition as a mode of analysis
and debugging of trial solutions, results in significant
educational benefits in many domains of discourse,
including those unrelated to computers and information
technology per se.
Here You can add ur comments and ideas ....That may helpfull to someone else...So please Express ur thoungts....
//Code that sets the property will be like this.. IMGbut.Click += new ImageClickEventHandler(IMGbut_Click); /*Which calls the functin IMGbut_Click when it clicks at runtime..which is given below*/ protected void IMGbut_Click(object sender, ImageClickEventArgs e) { //Code that works when the funclion clicks Label1.text="It Works.."; }
Admin:If there any other ideas then you can add this to here....
ReplyDeletethanks its working...
DeleteCan You Fix an apropreate function that works on this property?Plz help me
ReplyDelete//Code that sets the property will be like this..
ReplyDeleteIMGbut.Click += new ImageClickEventHandler(IMGbut_Click);
/*Which calls the functin IMGbut_Click when it clicks at runtime..which is given below*/
protected void IMGbut_Click(object sender, ImageClickEventArgs e)
{
//Code that works when the funclion clicks
Label1.text="It Works..";
}