-
Checkboxlist problem
I have a checkboxlist with 3 checkboxes - whose values are "S", "J" and "Q"
i needed a way on the server side i.e. on the chk_SelectedIndexChanged(object sender, System.EventArgs e) event
which would let me know, as which of the 3 checkboxes got selected or unselected.
the following code would give tell me the checked-unchecked state of the 3 checkboxes but wouldnt tell me, as which of the got clicked --
ListItem lstSelf = chk.Items.FindByValue("S");
ListItem lstSelf = chk.Items.FindByValue("J");
ListItem lstSelf = chk.Items.FindByValue("Q");
Please help
Similar Threads
-
By Irina in forum ASP.NET
Replies: 0
Last Post: 11-29-2002, 10:47 PM
-
By Roseta in forum VB Classic
Replies: 0
Last Post: 11-14-2001, 03:24 AM
-
By Wade Balzer in forum VB Classic
Replies: 0
Last Post: 06-23-2000, 02:17 PM
-
By Ayman in forum VB Classic
Replies: 0
Last Post: 04-03-2000, 01:08 AM
-
By Jason Bock in forum VB Classic
Replies: 0
Last Post: 03-21-2000, 06:48 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks