Html Button In Asp.net
i am using html in asp page where i have to use html button. but the problem is i want to do the coding on html button in c#. but by using html button i cant do that.. is there any
Solution 1:
You could use jQuery to call a .net WebService to do stuff on the server deepending on what you want to achieve.
Post a Comment for "Html Button In Asp.net"