how to set the multiple submit button in asp

Reply

Join Date: Sep 2006
Posts: 4
Reputation: seibor is an unknown quantity at this point 
Solved Threads: 0
seibor seibor is offline Offline
Newbie Poster

how to set the multiple submit button in asp

 
0
  #1
Oct 6th, 2006
hi all,
i want to know how to set a submit button in asp.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 63
Reputation: rowly is an unknown quantity at this point 
Solved Threads: 3
rowly's Avatar
rowly rowly is offline Offline
Junior Poster in Training

Re: how to set the multiple submit button in asp

 
0
  #2
Oct 6th, 2006
Originally Posted by seibor View Post
hi all,
i want to know how to set a submit button in asp.
The example below demonstrates a simple Button control:

  1. <form runat="server">
  2. <asp:Button id="b1" Text="Submit" runat="server" />
  3. </form>
  4. /body>
  5. </html>
  6. [ref 1]

ref 1: http://www.w3schools.com/aspnet/aspnet_button.asp
please refer to this website !
DarkCoder+
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 1,311
Reputation: vishesh is on a distinguished road 
Solved Threads: 36
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: how to set the multiple submit button in asp

 
0
  #3
Oct 18th, 2006
you can also goto asptutorials.info
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 2
Reputation: fleetblazer is an unknown quantity at this point 
Solved Threads: 0
fleetblazer fleetblazer is offline Offline
Newbie Poster

Re: how to set the multiple submit button in asp

 
0
  #4
Oct 18th, 2006
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
<input type="submit" value="submit or some text">

</form>

Just look at this code Ok.. cheers
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC