Hi, can someone explain, How to make previous button on browser not function after log out from the system? Thank You. -----Original Message----- From: Charles Carroll [mailto:[EMAIL PROTECTED] Sent: Saturday, March 19, 2005 11:20 AM To: [email protected] Subject: Re: [AspClassicAnyQuestionIsOk] Help on upload file look at: http://www.charlescarroll.com/chaz/site/4295/default.aspx a list of FREE asp goodies.
specifically the links on FreeAspupload and SmartUpload will do what you want. On Sat, 19 Mar 2005 09:03:40 +0800, jumahijah <[EMAIL PROTECTED]> wrote: > What are the asp scripts to allow only certain type of file to be > uploaded to the server? > > For example, file *.doc can be upload, file *.asp cannot be upload. > > Anyone, please help. Thank you > > -----Original Message----- > From: Jeffrey Jarin [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 17, 2005 4:12 PM > To: [email protected] > Subject: [AspClassicAnyQuestionIsOk] Help on ASP.Net just a simple > question > > > ive tried running this program on my server > <%@ Page Language="C#" %> > <html> > <head> > <title>An ASP.Net</title> > > <script runat=server> > void Page_Load(Object sender, EventArgs e) > { > > title.Text = "Out Application"; > title.Font.Italic = true; > title.Font.Bold = true; > } > </script> > </head> > <body> > <form runat=server> > > <h1>ASP</h1> > <asp:Label > id="title" > Text="Hello" > runat="server" /> > </form> > </body> > </html> > > it just displayed the ASP header1 but not the Label can you help on > how will i implement this simple ASP.NET program? im sorry im just a > beginner. > > > jeff Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=129qkp31n/M=298184.6191685.7192823.3001176/ D=groups/S=1705006764:HM/EXP=1111288789/A=2593423/R=0/SIG=11el9gslf/*htt p:/www.netflix.com/Default?mqso=60190075> click here <http://us.adserver.yahoo.com/l?M=298184.6191685.7192823.3001176/D=group s/S=:HM/A=2593423/rand=448323841> _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] subscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of <http://docs.yahoo.com/info/terms/> Service. ---------- /---------------------------------------------------------------------------\ Confidential and/ or privileged information may be contained in this e-mail and any attachments transmitted with it ('Message'). If you are not the addressee indicated in this Message (or responsible for delivery of this Message to such person),you are hereby notified that any dissemination, distribution, printing or copying of this Message or any part thereof is prohibited. Please delete this Message if received in error and advise the sender by return e-mail. Opinions, conclusions and other information in this Message that do not relate to the official business of this company shall be understood as neither given nor endorsed by this company. This mail is certified Virus Free by *ProtectNow! (InternetNow Sdn Bhd) *Scanner Engine powered by Norman Virus Control \--------------------------------------------------------------------------/ [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
