| | |
how to set the multiple submit button in asp
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
The example below demonstrates a simple Button control:
ref 1: http://www.w3schools.com/aspnet/aspnet_button.asp
please refer to this website !
ASP Syntax (Toggle Plain Text)
<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 !
DarkCoder+
•
•
Join Date: Oct 2006
Posts: 2
Reputation:
Solved Threads: 0
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
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
![]() |
Similar Threads
- submit button code (Perl)
- Connect submit button to a table (JavaScript / DHTML / AJAX)
- radio button ASP question?? (ASP)
- radio button ASP question?? (ASP)
- VB6 submit button sends information to BBChat (Visual Basic 4 / 5 / 6)
Other Threads in the ASP Forum
- Previous Thread: 301 redirect URLs in asp?
- Next Thread: Yes i think
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7






