remove enctype=multipart from the asp.net form(Sharepoint)

Posted by ps123 on Stack Overflow See other posts from Stack Overflow or by ps123
Published on 2010-03-18T18:03:11Z Indexed on 2010/03/18 18:21 UTC
Read the original article Hit count: 334

Filed under:
|

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...?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sharepoint