Creating ASP.NET server control with design-time capabilities
-
Hi. I wish to create a ASP.NET server control with design-time capabilities. But i want to display, when designing and when rendering to a browser, some HTML code in the top which you can't edit. How do i accomplish this?
Programming is like Mathematics… you take ONE step at the time! ;-)
-
Hi. I wish to create a ASP.NET server control with design-time capabilities. But i want to display, when designing and when rendering to a browser, some HTML code in the top which you can't edit. How do i accomplish this?
Programming is like Mathematics… you take ONE step at the time! ;-)
- Wrong forum. 2) This is a well documented topic. How to Use Google and Other Tips for Finding Programming Help[^]
I know the language. I've read a book. - _Madmatt
-
- Wrong forum. 2) This is a well documented topic. How to Use Google and Other Tips for Finding Programming Help[^]
I know the language. I've read a book. - _Madmatt
The control is devoloped in C#. Which forum should i use insted? I've searched, looked in MSDN, but can't find info or a example which covers my problem.
Programming is like Mathematics… you take ONE step at the time! ;-)
-
The control is devoloped in C#. Which forum should i use insted? I've searched, looked in MSDN, but can't find info or a example which covers my problem.
Programming is like Mathematics… you take ONE step at the time! ;-)
You are asking for an ASP.NET server control, maybe the ASP.NET forum would be the place to ask. :rolleyes:
[DK]KiloDunse wrote:
I've searched, looked in MSDN, but can't find info or a example which covers my problem
Then you haven't searched very well. No, I'm not going to do it for you either, the information is very easy to find. Try again.
I know the language. I've read a book. - _Madmatt
-
Hi. I wish to create a ASP.NET server control with design-time capabilities. But i want to display, when designing and when rendering to a browser, some HTML code in the top which you can't edit. How do i accomplish this?
Programming is like Mathematics… you take ONE step at the time! ;-)
Found a solution: Region-based control designer for web control derived from CompositeControlDesigner. Lookin to: http://msdn.microsoft.com/en-us/library/system.web.ui.design.editabledesignerregion.aspx[^]
Programming is like Mathematics… you take ONE step at the time! ;-)