Dynamic Controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am totally new to this web development thing, I come from a C++ backround. I am familar with .NET, VB and C#.
I have to create a web page that is table driven. Is their a way to create controls, either .NET or HTML controls, on a web page using ASP? I want to have all this processing done on the server, not on the client.

Thanks
Mark
 
=?Utf-8?B?TWFyaw==?= said:
backround. I am familar with .NET, VB and C#. I have to create a web
page that is table driven. Is their a way to create controls, either
.NET or HTML controls, on a web page using ASP? I want to have all this
processing done on the server, not on the client.

Im not sure exactly what you are asking, but yes you can create custom
controls of your own.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Develop ASP.NET applications easier and in less time:
http://www.atozed.com/IntraWeb/
 
Sorry for not making my self clear
Basically, I want to create an HTML or a .NET control during run time using ASP.
Mark
 
Back
Top