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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -