G
Guest
Hi,
I'm trying to define a class. In the class, I'm initializing one of its
private string variables with a value from an HTML form using something like:
'variable = Request.Form.Get("formVariable").ToString();'
However, I'm getting the error:
System.Web.UI.Page.Request denotes a property where a class was expected
What a m I doing wrong?
many thanks,
Pete
I'm trying to define a class. In the class, I'm initializing one of its
private string variables with a value from an HTML form using something like:
'variable = Request.Form.Get("formVariable").ToString();'
However, I'm getting the error:
System.Web.UI.Page.Request denotes a property where a class was expected
What a m I doing wrong?
many thanks,
Pete