944,117 Members | Top Members by Rank

Ad:
  • ASP Discussion Thread
  • Unsolved
  • Views: 4006
  • ASP RSS
Oct 6th, 2006
0

how to set the multiple submit button in asp

Expand Post »
hi all,
i want to know how to set a submit button in asp.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
seibor is offline Offline
4 posts
since Sep 2006
Oct 6th, 2006
0

Re: how to set the multiple submit button in asp

Click to Expand / Collapse  Quote originally posted by seibor ...
hi all,
i want to know how to set a submit button in asp.
The example below demonstrates a simple Button control:

ASP Syntax (Toggle Plain Text)
  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 !
Reputation Points: 10
Solved Threads: 3
Junior Poster in Training
rowly is offline Offline
65 posts
since Sep 2006
Oct 18th, 2006
0

Re: how to set the multiple submit button in asp

you can also goto asptutorials.info
Reputation Points: 85
Solved Threads: 42
Nearly a Posting Virtuoso
vishesh is offline Offline
1,362 posts
since Oct 2006
Oct 18th, 2006
0

Re: how to set the multiple submit button in asp

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
fleetblazer is offline Offline
2 posts
since Oct 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP Forum Timeline: 301 redirect URLs in asp?
Next Thread in ASP Forum Timeline: Yes i think





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC