-
Radio Button List Question
Hi Frndz,
My problem is ..........
I want to display the Registered users from a table and also i use that user data to modify or delete also.
1) I like to display user details by using datalist.
=====> I displayed this details by using data list coding. The listed value would be like this
Select UserName UserType
[RadioButton] [U.Name] [U.Type]
This will be shown Perfectly.
Now i Would Like to Modify User Details........By use of checkbox selection.
Problem ::: When i click checkboxes all checkboxes are selected. and also How to pass checkBox dataFieldValue to Next Page??
My Coding::::
myradio.DataSource = ds.Tables("Adm_Super_LoginMaster")
myradio.DataBind()
<asp:RadioButtonList Runat="server" ID="myradio" DataTextField="Adm_id" DataValueField="Adm_id">
<asp:ListItem></asp:ListItem>
</asp:RadioButtonList>
and also i tried to transfer the radiobuttonlist value to next page like this....
Response.Redirect("Adm_Modify.aspx?id='& myradio &'")
Please Help me to solve this Problem........
Similar Threads
-
Replies: 1
Last Post: 08-04-2005, 10:32 AM
-
By Tom Esh in forum VB Classic
Replies: 0
Last Post: 11-21-2002, 12:17 AM
-
Replies: 0
Last Post: 11-20-2002, 11:16 PM
-
Replies: 0
Last Post: 03-31-2002, 04:31 PM
-
Replies: 1
Last Post: 11-27-2001, 06:53 AM
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