Server control inheriting from TextBox look like label on webform

W

wapsiii

My server control TextBoxPlus inherits from TextBox:

Public Class TextBoxPlus
Inherits System.Web.UI.WebControls.TextBox

When I drag the control to a webform the control looks like a label?

Earlier in my development I looked like a Textbox!!!

What could have caused this change?

/M
 

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

Top