how to create & modify .dll in asp.net 2.0?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how to create & modify .dll in asp.net 2.0?
-
how to create & modify .dll in asp.net 2.0?
Create a project of type "Class library" and add your code. Visual studio will generate the DLL in the "bin" folder of your application on successful build. Any changes made prior to a rebuild will be included in the modified DLL. Hope this helps.:) Carpe Diem Krg