Hi all,
I want to do different functionalities on two button click events.
I Added code
Button1.Attribu tes.Add("onClic k","Showpre()") ;---line1
Button2.Attribu tes.Add("onClic k","Showresp()" );---line2
on page_load.
Even if I am clicking button2, line1 is executed...
I want to check which button is clicked on page load..and call the functions respectively..
plz help..
-
Rupali
I want to do different functionalities on two button click events.
I Added code
Button1.Attribu tes.Add("onClic k","Showpre()") ;---line1
Button2.Attribu tes.Add("onClic k","Showresp()" );---line2
on page_load.
Even if I am clicking button2, line1 is executed...
I want to check which button is clicked on page load..and call the functions respectively..
plz help..
-
Rupali
Comment