ASP.NET and C# webform

  • Thread starter Thread starter Hai Nguyen
  • Start date Start date
H

Hai Nguyen

I'm using Visual Studio .NET 2003. I keep ASP.NET code and C# code separate.
Since I have to work with database to extract several questions to ask from
users. I don't know if it's possible after I query and use C# code behind to
generate a form. If there is please give me a tutorial or link

Thanks for any help
 
You could use <% ... %> if you have to generate the web page dynamically.
Or depending up on your needs you could use Code behind to load your
questions text and answer whatever as well

Good luck
Sridhar
 

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

Back
Top