Hi everyone,
Can someone help me to figure this out in my head.
A user control is a control made up of a ascx file and code behind file.
A custom server control is basically the same, but the control is made up entirely of code.
Is this correct?
Does anyone know the pros and cons for building a control in either way? Is one faster? Is one better?
I am only just starting ASP.NET 2 and am going to build a control to create menu toolbars and menu options dynamically, so the title, description and URL can be changed for each toolbar and option.
Any advice would be appreciated. Cheers
Can someone help me to figure this out in my head.
A user control is a control made up of a ascx file and code behind file.
A custom server control is basically the same, but the control is made up entirely of code.
Is this correct?
Does anyone know the pros and cons for building a control in either way? Is one faster? Is one better?
I am only just starting ASP.NET 2 and am going to build a control to create menu toolbars and menu options dynamically, so the title, description and URL can be changed for each toolbar and option.
Any advice would be appreciated. Cheers