hello guys....
my question is that use of dll in c# ?
how we can use it in c#?
if i want create toolstripmenu bar at runtime .... is it possible with dll?
& i want get it in different classes?(accessibility)
any one have idea?
help me.......................
Gopal
Loading

Nattudurai EswaramurthyPosted Jun 22, 2012, 7:54 AM
First of all, use of DLL is reduce the size of ur memory(Code which u have wrote).
2. Reusablity
3. to Avoid DLL hell
for ur question,
yes u can create it as user control and make use of them in diff page of ur website instead of DLL.
if u really want to go with DLL then create ur menu page as seperate project and use the DLL
Gopal MahadakPosted Jun 22, 2012, 8:33 AM
please send me any example of it...