Submit Button

J

Jeff Johnson

Hi All,

I'm sure it's a simple answer, but I haven't learned yet how to submit to a
new page with an <asp:button>.

I have an <asp:button> within a form tag and I've set the action to the page
I want to submit to, but when I click the submit button it only refreshes
the page.

How do I submit the contents in my form tag?

Jeff
 
J

Jeff Johnson

It's set.

Do you know of a tutorial I could look at? Everyone I look at has a button
that writes text to a label on the current page.

Jeff
 
J

Jeff Johnson

Thanks for the help!

What about the .NET/C# equivalent of the classic ASP
'Request.Form("txtText")?

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top