Wrox Programmer Forums
|
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 September 26th, 2003, 10:56 AM
Authorized User
 
Join Date: Sep 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Teon
Default Browser Button

In HTML the browser button
<input type="file" class="alphaBox" id="MyFile" />

Can someone tell the syntax about this button in ASP.NET?
<asp:? ... />

 
Old September 26th, 2003, 10:30 PM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to life_s Ng Send a message via MSN to life_s Ng
Default

hi, sorry, i dont understand what u need exactly.

<asp:Button id="btNext" runat="server" Text="Next"></asp:Button>

is this what u need ?

Best Regards
life's Ng

 
Old September 27th, 2003, 06:18 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 440
Thanks: 0
Thanked 0 Times in 0 Posts
Default

No, I do not think that was it! I think what you are looking for is this object...
Code:
HtmlInputFile
or perhaps...
Code:
<input type="file" class="alphaBox" id="MyFile" runat="server"/>
which has to be within a runat='server' form tag.

Right?

Hope it helps

Jacob.

 
Old September 27th, 2003, 11:26 AM
Authorized User
 
Join Date: Sep 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Teon
Default

Thank you. :)

 
Old September 28th, 2003, 08:38 PM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to life_s Ng Send a message via MSN to life_s Ng
Default

:P






Similar Threads
Thread Thread Starter Forum Replies Last Post
browser button events MunishBhatia ASP.NET 2.0 Professional 4 December 5th, 2007 06:43 AM
browser back button Dj Kat Javascript How-To 1 February 22nd, 2006 06:33 AM
trying to close browser in a button taliosfalcon ASP.NET 1.0 and 1.1 Basics 1 February 7th, 2005 12:11 AM
Browser back button karetaker ADO.NET 2 November 5th, 2004 02:32 AM
Closing browser using a Button MichaelTJ ASP.NET 1.0 and 1.1 Basics 3 December 18th, 2003 02:06 PM





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