N
news.microsoft.com
Hi all,
I've to do the following:
1. Create a asp.net web control library.
2. Create a asp.net server control (inside the library).
3. Compiling the library (library.dll)
now i created a asp.net web application project. i copied the library.dll in
the bin directory of the web application.
now i created a asp.net page. in the page_load method i need to load the
control library (library.dll) *at runtime* and create a instance of the
server control inside the library.
important: i cannot create a "reference" to library.dll at design time!!!
i know the method "LoadControl", but how can i use it this way?
Thank you!
Ingo
I've to do the following:
1. Create a asp.net web control library.
2. Create a asp.net server control (inside the library).
3. Compiling the library (library.dll)
now i created a asp.net web application project. i copied the library.dll in
the bin directory of the web application.
now i created a asp.net page. in the page_load method i need to load the
control library (library.dll) *at runtime* and create a instance of the
server control inside the library.
important: i cannot create a "reference" to library.dll at design time!!!
i know the method "LoadControl", but how can i use it this way?
Thank you!
Ingo