remove enctype=multipart from the asp.net form(Sharepoint)
- by ps123
I have a form that I want to postback to some other server on button click . I am using onpostbackurl ...Its posting the form to other server but text field input is not getting into other server. If I remove enctype="multipart.. it seems to be working fine...but the thing is I am doing all this in sharepoint and
<formid="aspnetform" enctype="multipart/datapart"...is getting added on its own.....
in my control I am giving text field and button only .....Any idea how to achieve this...?