<asp:Button runat="server" ID="txtSubmit" Text="Next" />
Protected Sub txtSubmit_Click(sender As Object, e As EventArgs) Handles txtSubmit.Click
function work here
response.write("function started")
End sub
Well that is the funny part I use the id and it was unique and it worked then it just stopped working. Only the jquery works first and not the server side. Or if I remove the jquery then the client side work. crazy.
Seven price
ASKER
Thanks for the response I resolved everything to javascript and using document.elemenbyid. on the server side passing values to hidden input textbox.