|
-
Jan 24th, 2006, 09:39 AM
#1
Thread Starter
New Member
checkbox column in datagrid (.net)
Hi,
A got a page that list all members from my database, but I would like to have a checkbox to see if the user is active or not, and to be able to update the page in the database, but i'm not really sure how to do it because it's the first time a try.
Thanks for the help
punky.
-
Jan 24th, 2006, 06:48 PM
#2
Re: checkbox column in datagrid (.net)
You say "page". Does that mean that this is a WebForms app? The WinForms DataGrid is a completely different control to the WebForms DataGrid so this is an important distinction. If so, the ASP.NET forum is probably a better place to post this question, although you may well still get an answer here.
-
Jan 26th, 2006, 07:28 PM
#3
Member
Re: checkbox column in datagrid (.net)
attached to the datagrid the datagridboolcolumn in
Dim myboolcol as datagridboolcolumn
datagrridtablestyle.gridcolumnstyles.add(myboolcol)
-
Jan 26th, 2006, 07:29 PM
#4
Member
Re: checkbox column in datagrid (.net)
for a web form , you can right-click the datagrid then click the propery builder then you can assign the column as a textbox, checkbox.....
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
|
Click Here to Expand Forum to Full Width
|