Problem in onServerClick
-
hi all im display some data asynchronously im home page (Form A),so i retrieve bunch of HTML of code from separate ASPX form (Form B),from (Form B) im having A tag and i have define event onserverClick there, but its not fire when its retrieve from the Form A, how can i fire that event, is there any different way to fire the server side event. Please help me to do this, Thanks
-
hi all im display some data asynchronously im home page (Form A),so i retrieve bunch of HTML of code from separate ASPX form (Form B),from (Form B) im having A tag and i have define event onserverClick there, but its not fire when its retrieve from the Form A, how can i fire that event, is there any different way to fire the server side event. Please help me to do this, Thanks
-
onserverClick will be called on click event else you have an option to call it by own.So I think when at your home page,you get the data then call it.
Cheers!! Brij
hi my code is like this outputText += ""; outputText += "
"; protected void lnk_Click(object sender, EventArgs e) { } so this is not fire, could help me to fire this event.
-
hi my code is like this outputText += ""; outputText += "
"; protected void lnk_Click(object sender, EventArgs e) { } so this is not fire, could help me to fire this event.
-
hi my code is like this outputText += ""; outputText += "
"; protected void lnk_Click(object sender, EventArgs e) { } so this is not fire, could help me to fire this event.