Rank: Newbie Groups: Member
Joined: 9/6/2008 Posts: 1
|
Hello, I need menu control only (for ASP.NET 1.1). Do you provide single compilation of dll file for this control? Or is needed to work with all-in-one dll (3.5MB)?
Regards
Jiri Theimer
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Unfortunately yes. You do need the whole DLL. Our controls share a lot of code with each other. The benefit is if you use multiple controls, the total code will be less. However that also causes the situation where if you only want to use one control, the code will be more. This generally is not an issue nowadays because for a lot of distribution, the total size of other resource files, especially images far exceeds the DLL size.
Thanks!
|