IT Community - Software Programming, Web Development and Technical Support

checkbox in gridview

This is a discussion on checkbox in gridview within the ASP and ASP.NET Programming forums, part of the Web Development category; hi i have create a gridview. the gridview first column is checkbox column.. i have set the value of checkbox ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > ASP and ASP.NET Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-30-2008, 04:32 AM
packirisamy packirisamy is offline
D-Web Trainee
 
Join Date: May 2008
Location: chennai
Posts: 15
packirisamy is on a distinguished road
Default checkbox in gridview

hi i have create a gridview. the gridview first column is checkbox column..

i have set the value of checkbox is checked= true

so defaultly all the checkbox is clickked....

and i have add a clear button.

now i change the checkbox value(deselect the tick) and i click the clear button the selected row is delete....

How can i write the code....
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-22-2008, 03:39 AM
khammam khammam is offline
D-Web Trainee
 
Join Date: May 2008
Posts: 4
khammam is on a distinguished road
Default Re: checkbox in gridview

Something like this,

For i=0 to myGrid.rowsCount-1
CType(myGrid.Rows(e.RowIndex).Cells(0).FindControl ("chkTabular"), CheckBox).Checked=True;
next


This is just idea.
__________________
http://GoldenWebDesign.com Web Design & Development
http://Juble.com Promote yourself or your Business
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-22-2008, 03:45 AM
packirisamy packirisamy is offline
D-Web Trainee
 
Join Date: May 2008
Location: chennai
Posts: 15
packirisamy is on a distinguished road
Default Re: checkbox in gridview

Thank u for ur kind reply
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
gridview packirisamy ASP and ASP.NET Programming 3 05-20-2008 02:39 AM
Exporting GridView to Excel shaalini ASP and ASP.NET Programming 4 03-26-2008 01:23 AM
GridView.DataBind not working rrrajesh84in ASP and ASP.NET Programming 1 03-21-2008 09:01 PM
Which is the best among DataList,Repeater and GridView and Why? poornima ASP and ASP.NET Programming 2 03-14-2008 07:44 PM
How to add mouseover function to Gridview..? kingmaker C# Programming 1 07-19-2007 11:40 PM


All times are GMT -7. The time now is 02:22 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0