
September 24th, 2001, 09:30 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
variable problem in ASP.NET
Originally posted by : Simon Lim (haow@dr.com)in asp, when I declared a variable, for example "country" that will contain the country name of the user. After that I can use the variable anywhere in the page.but in ASP.NET, when i declared a variable like this  im country as Stringcountry="Singapore"after that when i access the value in the block, it say that the variable "country" is not declared. Why? Can't we just declatred something that can be use all through the whole script?Thank you.
|