S
scriptsDel
Carl, i know this is the ASP.NET newsgroup, I did a copy
paste of my exisitng ASP code to make sure the problem is
understood correctly.. i am migratng my existing ASP
applications and i need help on the migration -- i mean an
optimized approach where i will be using the new features
of ASP.NET...
Subject: Re: Script
From: "Carl Prothman [MVP]" <[email protected]> Sent:
8/13/2003 11:40:30 AM
Note this is the ASP.NET newsgroup. If you are using ASP,
then please ask your questions in the ASP newsgroup.
microsoft.public.inetserver.asp.general
If UCase(Request.Form("Add")) = "TRUE" Then
--
Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
paste of my exisitng ASP code to make sure the problem is
understood correctly.. i am migratng my existing ASP
applications and i need help on the migration -- i mean an
optimized approach where i will be using the new features
of ASP.NET...
Subject: Re: Script
From: "Carl Prothman [MVP]" <[email protected]> Sent:
8/13/2003 11:40:30 AM
ScriptDelm said:Thanks for the info,..actually what i am trying to is i
have a ASP application
Note this is the ASP.NET newsgroup. If you are using ASP,
then please ask your questions in the ASP newsgroup.
microsoft.public.inetserver.asp.general
which has the the code as listed
below and i was trying to do a smiliar thing and i am
getting an error.... CS0117
<%if ucase(Request("Add"))="TRUE" then %>
If UCase(Request.Form("Add")) = "TRUE" Then
--
Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com