developing two pages html in front page n other in asp.net using vs 2005

i want to in html page there is a submit button when i click on it asp.net page will b opened and code written asp.net will b wxwcuted need help

Recommended Answers

All 2 Replies

sample.html

<form method="post" action="sample.aspx">
 <input type="submit" />
</form>

developing two pages html in front page n other in asp.net using vs 2005

i want to in html page there is a submit button when i click on it asp.net page will b opened and code written asp.net will b wxwcuted need help

when i click this on submit button it doesnot work

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.