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
 
Back
Top