|
Prev: CDO.message and UTF8
Next: session
From: "Theo"<theo on 4 Jul 2005 06:43 Hi Guys, A silly question really, but how do I get the value of a DTPicker. I just need to get the value in session variable and display it on a different page. ----------------------------- This message is posted by http://asp.forumszone.com
From: Bob Barrows [MVP] on 4 Jul 2005 07:10 Theo wrote: > Hi Guys, > A silly question really, but how do I get the value of a DTPicker. > I just need to get the value in session variable and display it on a > different page. > DTPicker? Oh! Is this a .Net question? If so: There was no way for you to know it, but this is a classic asp newsgroup. While you may be lucky enough to find a dotnet-knowledgeable person here who can answer your question, you can eliminate the luck factor by posting your question to a group where those dotnet-knowledgeable people hang out. I suggest microsoft.public.dotnet.framework.aspnet. -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
From: theo Yales on 4 Jul 2005 07:58 yes, its a classic asp question. is DTPicker a .net object? if so, what should I use thats similar.. *** Sent via Developersdex http://www.developersdex.com ***
From: Bob Barrows [MVP] on 4 Jul 2005 08:09 theo Yales wrote: > yes, its a classic asp question. > is DTPicker a .net object? if so, what should I use thats similar.. > There is nothing that is built into/provided by classic asp (strictly a server-side technology) that will provide a ui on the client. For that, you need to use client-side code and dhtml. Do a search for dhtml javascript calendar Follow-up questions should be posted to a client-side scripting newsgroup such as .scripting.jscript. Bob Barrows -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
|
Pages: 1 Prev: CDO.message and UTF8 Next: session |