Hi All ,
I am using textarea in my code.
It looks like below:
<textarea id="textareaFINAL" runat="server" align="center" ></textarea>
I want to access it in code behind.But I am getting below error.
The name 'textareaFINAL' does not exist in the current context
Can anybody please tell me how to solve this error.
Regards,
Jayesh(From India,Mumbai).
Go to the complete details ...