954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to set the multiple submit button in asp

hi all,
i want to know how to set a submit button in asp.

seibor
Newbie Poster
4 posts since Sep 2006
Reputation Points: 10
Solved Threads: 0
 
hi all, i want to know how to set a submit button in asp.



The example below demonstrates a simple Button control:

<form runat="server">
<asp:Button id="b1" Text="Submit" runat="server" />
</form>
/body>
</html>
[ref 1]


ref 1: http://www.w3schools.com/aspnet/aspnet_button.asp
please refer to this website !

rowly
Junior Poster in Training
65 posts since Sep 2006
Reputation Points: 10
Solved Threads: 3
 

you can also goto asptutorials.info

vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42
 

See if you want to implement a Button in asp , same code where

in the beginning of the form you put like this

< form name="xyz" action="targetpage.asp" method="post">

To Implement a button


Just look at this code Ok.. cheers

fleetblazer
Newbie Poster
2 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You