Can any body tell me that what to use for extracting TextArea Value
For Example
text1=request.form("text1.text")
what i will write for Text Area
Can any body tell me that what to use for extracting TextArea Value
For Example
text1=request.form("text1.text")
what i will write for Text Area
text1.Text=Request.Form("text1")
Request.Form("controlID") will return the text value of the form field.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.