Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET CheckBox refresh query... 1

Status
Not open for further replies.

McpDude

Programmer
Dec 16, 2004
2
CA
Can anyone tell me how I can get my page to refresh on a checkbox click in ASP.Net
The idea being that the turning on or off of one check box will hide or unhide a selection of other check boxes.

Thanks
 
Set the checkbox's AutoPostBack Property = True

Regards,
Mike

"Don’t get suckered in by the comments – they can be terribly misleading. Debug
only code. – Dave Storer."
 
OMG Im stupid!!!!

Thanks dude!!! You dont wanna know how long ive been trying to figure that out!! :)
 
Hello:
I'm working in asp.net and i have a datagrid .
Each column has a checkbox and I want to checked or unchecked when the I press the space key .
I don't know why it doesn't work.
is only checkbox by column I mean it is not a checkboxlist.
the datagrid is a part of one control I mean(ascx file).
also I have other checkbox on another control and I have the same problem
I hope this work by default
Thanks
If somebody could help me I really apreciatte.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top