Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 1st, 2006, 12:45 AM
Authorized User
 
Join Date: Jan 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Default Make a image button as default submit button

I need a simple way to make a particular (image)button on a web form fire when the user presses the return key, please.

Thanks & Regards
Rajni

 
Old June 1st, 2006, 05:25 AM
Authorized User
 
Join Date: Oct 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Default

IN asp.net,

<ASP:IMAGEBUTTON ID="imgSignIn" RUNAT="server" IMAGEURL="../images/signin.jpg" TOOLTIP="Sign In" TABINDEX="3"></ASP:IMAGEBUTTON>

IN HTML,

<input type="image" name="imgSignIn" id="imgSignIn" title="Sign In" src="../images/signin.jpg" alt="" border="0" />

---------------------------------------------
Software professional from Bangalore,INDIA





Similar Threads
Thread Thread Starter Forum Replies Last Post
Map image or make graphic button dvukovic VB How-To 2 May 19th, 2007 11:45 PM
make html button default sansircar ASP.NET 1.0 and 1.1 Professional 1 October 23rd, 2006 04:25 PM
Default Submit Button alyeng2000 ASP.NET 1.x and 2.0 Application Design 5 March 18th, 2005 08:51 PM
Default (Submit) Web Form button sangata .NET Web Services 2 October 20th, 2004 02:03 AM
submit image button without javascript vixy Javascript 7 September 8th, 2003 11:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.