User defined control

  • Thread starter Thread starter mrajanikrishna
  • Start date Start date
M

mrajanikrishna

Hi,
I want to develop a control in C# (RichTextBox) and I want to use
the same control in ASP.NET

How can I use it in web forms.

I want to provide the full richtextbox functionality in my aspx page.

Please advise.
 
Jees, there's all kinds of books, blogs and related documentation on this
subject; not on developing rich textboxes but on developing controls. My
advice? Start by using web search and reading about the fundamentals of
developing controls but personally I would not do a RichTextBox I would
start with something really really simple.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top