Hi All,

I have simple form with few aspx controls like dropdown, name, address, contact, email etc..
When i click on button these has to send to the server and thank you page has to come(need asp code only).

Can any body help on this.

Thanks in Advance.

This is asp.net, not asp.

So, you havent provided enough information for anyone really to assist you other than giving you a link to go some where else to find examples.

Do you have any code written so far that we can help you with?

If not, to get you going, what you'll need to do is just create a handler for the button click event (is this going to be written in vb.net or c#). Within the button click subroutine, what else do you want to happend with regard to the information that the user provided?

Do you want the "thank you" information to be displayed on the same page? If so, use a <asp:panel /> control and to control its visibility. Or do you want to rediret the user to another page?..use Response.Redirect();

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.