|
-
Mar 19th, 2003, 08:46 AM
#1
Thread Starter
Lively Member
<asp:button> web server control
Hi,
Could you please show me how to create a <input type="button"..> tag from a <asp:button ..... runat="server"> web server control? I used this web server control but it always generate a <input type="submit" ...>.
And also Could you please tell me how to use javasrcript function (client-script) with a button web server control? How to use a history object to go back or go next in a ASP .NET page?
Thanks in advances,
Trung Luu
-
Mar 19th, 2003, 09:12 AM
#2
Could you please show me how to create a <input type="button"..> tag from a <asp:button ..... runat="server"> web server control? I used this web server control but it always generate a <input type="submit" ...>.
you dont. If you need a input type button, then you just use the regular html for it. an asp:button is for calling back server side functions so it HAS to submit.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|