
October 3rd, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 854
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
ASP.NET Custom Server Controls: Cute ASP.NET TextBox with Help Tips
In my previous articles (of this series), I introduced you to how to create your own TextBox control with cool features without even deriving it from existing ASP.NET TextBox controls (including client-side JavaScript emission). In this article we will further enhance the same control with “help tips” to be displayed in a separate label (either on focus events or on mouse events).
Read the full article here: ASP.NET Custom Server Controls: Cute ASP.NET TextBox with Help Tips
For more discussion go here: Blog Article Discussion
|