Soldato
- Joined
- 24 Sep 2007
- Posts
- 5,180
Hi Guys
I am learning C#, and I want to see if I can create a C# contact form. For ease of setup, I am hoping this can be done by creating a single .aspx and putting the C# code onto the page. Can this be done? I have a C# function that I want the form to call on the Submit button event. I have put the function into <% %> tags, but that doesn't seem to be working. Can anyone help? I just want to know the basic setup of web pages so that you can use C# code on them.
Thanks
I am learning C#, and I want to see if I can create a C# contact form. For ease of setup, I am hoping this can be done by creating a single .aspx and putting the C# code onto the page. Can this be done? I have a C# function that I want the form to call on the Submit button event. I have put the function into <% %> tags, but that doesn't seem to be working. Can anyone help? I just want to know the basic setup of web pages so that you can use C# code on them.
Thanks