Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

'System.Web.Mobile' is a namespace, and so is not a valid expression.

Status
Not open for further replies.

prasadalone

Programmer
Aug 15, 2002
87
what is this error and how to solve it
'System.Web.Mobile' is a namespace, and so is not a valid expression.

i am using following code

fname=Request.form("firstname")+" "+Request.form("lastname")
allphone=Request.form("phone_office")+","+Request.form("phone_residential")
mobile=Request.form("mobile")

fullname.text= fname
 
change:
mobile=Request.form("mobile")


to:
strmobile=Request.form("mobile")


"mobile" is a namespace name...

Known is handfull, Unknown is worldfull
 
welcome...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top