Click here to Skip to main content
15,909,440 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionKind of out of place since theis is not an ASP.NET question, but it's ASP & VB script related Pin
RoswellNX26-Sep-06 7:41
RoswellNX26-Sep-06 7:41 
AnswerRe: Kind of out of place since theis is not an ASP.NET question, but it's ASP & VB script related Pin
Guffa26-Sep-06 8:07
Guffa26-Sep-06 8:07 
GeneralRe: Kind of out of place since theis is not an ASP.NET question, but it's ASP & VB script related Pin
RoswellNX26-Sep-06 8:21
RoswellNX26-Sep-06 8:21 
GeneralRe: Kind of out of place since theis is not an ASP.NET question, but it's ASP & VB script related Pin
Guffa26-Sep-06 8:59
Guffa26-Sep-06 8:59 
GeneralRe: Kind of out of place since theis is not an ASP.NET question, but it's ASP & VB script related Pin
RoswellNX26-Sep-06 9:17
RoswellNX26-Sep-06 9:17 
AnswerRe: Kind of out of place since theis is not an ASP.NET question, but it's ASP & VB script related Pin
Guffa26-Sep-06 9:51
Guffa26-Sep-06 9:51 
GeneralRe: Kind of out of place since theis is not an ASP.NET question, but it's ASP & VB script related Pin
RoswellNX26-Sep-06 10:09
RoswellNX26-Sep-06 10:09 
AnswerRe: Kind of out of place since theis is not an ASP.NET question, but it's ASP & VB script related Pin
Guffa26-Sep-06 11:24
Guffa26-Sep-06 11:24 
A string literal is written between quotes, but once the string value is assigned to a variable, there are no quotes, it's just a string value. A string is a string, and you can not turn it into an identifier.

You can use the Eval function to evaluate a string as an expression, but I strongly advice against using that. If you evaluate a value from query string without validating it first, your code is wide open for a wide range of attacks. Also IMHO, Eval is Evil. Although it has it's uses in some very rare occasions, mostly it only promotes a backwards way of solving problems.


---
b { font-weight: normal; }

NewsWorks! Pin
RoswellNX26-Sep-06 10:38
RoswellNX26-Sep-06 10:38 
QuestionEvent Handling Pin
jorsh26-Sep-06 7:06
jorsh26-Sep-06 7:06 
AnswerRe: Event Handling Pin
minhpc_bk26-Sep-06 15:40
minhpc_bk26-Sep-06 15:40 
QuestionAsp.Net 2.0 RSS. Need advice. Pin
shapper26-Sep-06 5:33
shapper26-Sep-06 5:33 
AnswerRe: Asp.Net 2.0 RSS. Need advice. Pin
minhpc_bk26-Sep-06 15:41
minhpc_bk26-Sep-06 15:41 
Question.NET2 Dispay data from SQL2005 Pin
munklefish26-Sep-06 5:09
munklefish26-Sep-06 5:09 
AnswerRe: .NET2 Dispay data from SQL2005 Pin
Dayekh26-Sep-06 5:19
Dayekh26-Sep-06 5:19 
GeneralRe: .NET2 Dispay data from SQL2005 Pin
munklefish26-Sep-06 5:23
munklefish26-Sep-06 5:23 
GeneralRe: .NET2 Dispay data from SQL2005 Pin
Dayekh26-Sep-06 5:38
Dayekh26-Sep-06 5:38 
GeneralRe: .NET2 Dispay data from SQL2005 Pin
munklefish26-Sep-06 5:42
munklefish26-Sep-06 5:42 
AnswerRe: .NET2 Dispay data from SQL2005 Pin
Keith Barrow26-Sep-06 6:25
professionalKeith Barrow26-Sep-06 6:25 
GeneralRe: .NET2 Dispay data from SQL2005 Pin
munklefish26-Sep-06 6:34
munklefish26-Sep-06 6:34 
AnswerRe: .NET2 Dispay data from SQL2005 Pin
minhpc_bk26-Sep-06 16:10
minhpc_bk26-Sep-06 16:10 
GeneralRe: .NET2 Dispay data from SQL2005 Pin
munklefish27-Sep-06 5:41
munklefish27-Sep-06 5:41 
GeneralRe: .NET2 Dispay data from SQL2005 Pin
minhpc_bk27-Sep-06 15:37
minhpc_bk27-Sep-06 15:37 
GeneralRe: .NET2 Dispay data from SQL2005 Pin
munklefish27-Sep-06 22:33
munklefish27-Sep-06 22:33 
AnswerTHE SOLUTION Pin
munklefish27-Sep-06 23:47
munklefish27-Sep-06 23:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.