| Author |
|
| Company |
altinoren.com |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
October 07, 2002 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
This is a button control that hides or shows other controls on the page when clicked. All the action is handled on the client, there's no need to do a roundtrip to server.
This control is useful when you want show a selectably advanced interface to the user, like showing advanced search features with a button click.
v0.9.1 now supports IE & NS7.
Syntax Example
<ahc:ShowHideButton
id="ShowHideButton1"
runat="server"
AlternativeText="Show Help"
Text="Hide Help"
ControlToShowHide="HelpRow"
InitialState="Hidden" />
Reviews
Submit a review
Works beautifully
Reviewed by: Scottc123 on Wednesday, February 05, 2003
5 Stars
It's a straightforward, lightweight control that adds a minumum to the client. Works just as advertised.