1
Answer

I want to design a web Application

Hi,

I want to design a web Application using Micro Soft Technologies like ASP.Net , C#.Net and SQL Server. And also, with the help of HTML,CSS and Java Script.

For this, I want some of the Project PDFs Files to design the Web Application. 

For knowing my knowledge status I want to design the Web Application.

Plz reply me.

Answers (1)

0
Photo of Dipen Lama
NA 331 195.9k 18y
Use Place holder control to place the user control dynamically.
Here is some lines:

    string userControlName = "UserControl1.ascx"; 
 
    Control control1 ;
    control1 = LoadControl( userControlName );
    placeHolderControl1.Controls.Clear();
    placeHolderControl1.Controls.Add( control1 );