c# - submit button click -
i have gui data acceptance. need pass parameters of form on click of submit button function declared in c#. please help.
using .net have types of submit tags, 1 starting <asp:
, other starting <input
. <input html tag can call javascript , if add runat="server"
attribute, enable have c# code behind button.
Comments
Post a Comment