| | |
Item Template
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2008
Posts: 8
Reputation:
Solved Threads: 0
•
•
•
•
first u have to create an object of Checkbox
then u have to find that checkbox in ur Datagrid using loop like
checkbox chk;
for(int i=0;i<=datagrid.rows.count-1;i++)
{
chk=(CheckBox)Datagrid1.Items[i].findcontrol("CheckboxName");
if(chk.Checked)
{
"Pick the value of that row...."
}
}
Thanks for your reply, this i hav done can u tell me how to pick the value of the row and put it into some variable?
![]() |
Similar Threads
- calendar inside datagrid (ASP.NET)
- Removing an item from head of linked list (C)
- checkbox as a itemtemplate in a datalist (ASP.NET)
- select check boxes (ASP.NET)
- checkbox in datagrid (ASP.NET)
- VB/word 2000/template forms (Visual Basic 4 / 5 / 6)
- Opening Outlook Template (Visual Basic 4 / 5 / 6)
- Suspicious Item in a Hijack This log (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: Printing on client using a web application, written in vb.net
- Next Thread: need some help retrieving a record count data
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax appliances asp asp.net beginner bottomasp.net box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox child class click compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datalist deadlock deployment development dgv dialog dropdownmenu dynamic edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv form forms gridview gudi homeedition hosting iframe iis javascript jquery list menu mono mssql multistepregistration nameisnotdeclared novell objects order problem ratings redirect registration relationaldatabases rotatepage search security select serializesmo.table sessionvariables silverlight smartcard sql ssl tracking treeview typeof validatedate validation vb.net virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopment wizard xml xsl






