Dynamic generation of server controls in asp.net 2.0
-
I have to generate a web page with dynamic controls with data coming from database.Depending upon control type coming from database i have to create a control in the web page and assign value to it which comes from database. web control values also comes from database.Could any body can help me in this.
-
I have to generate a web page with dynamic controls with data coming from database.Depending upon control type coming from database i have to create a control in the web page and assign value to it which comes from database. web control values also comes from database.Could any body can help me in this.
You have some values of your database and know you want to read them and eneter to web controls,whats problem? does IHTMLDocument* helpful for you?