I have asp.net web page that have the following :
<form id="WebCaptureForm" name="WebCaptureForm" onsubmit="return checkform(this);" enctype="multipart/form-data" method=post
action="http://site/page.aspx?idn=1&tr=100d1165&action=savenew">
I want to make new page with master page that contain the same code but how can i make the above code in a web page that have a master page