Click here to Skip to main content
15,916,188 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIs there any way to update global resource value Pin
mithun narayanan29-Aug-08 1:10
mithun narayanan29-Aug-08 1:10 
Questionhow to getObject of usercontrol class in app_code--->XYX.Cs file Pin
Hemant_ec4829-Aug-08 1:00
Hemant_ec4829-Aug-08 1:00 
Questionwhile uploading Photo,not seen in IE7 but seen in IE6 Pin
Learning IT29-Aug-08 0:59
Learning IT29-Aug-08 0:59 
AnswerRe: while uploading Photo,not seen in IE7 but seen in IE6 Pin
The Web Developer29-Aug-08 1:42
The Web Developer29-Aug-08 1:42 
GeneralRe: while uploading Photo,not seen in IE7 but seen in IE6 Pin
Learning IT29-Aug-08 22:31
Learning IT29-Aug-08 22:31 
QuestionWeb Service URL rewriting Pin
Tiger45629-Aug-08 0:42
Tiger45629-Aug-08 0:42 
Questionstoring datetime in sql from asp.net Pin
Learning IT29-Aug-08 0:07
Learning IT29-Aug-08 0:07 
AnswerRe: storing datetime in sql from asp.net Pin
Manas Bhardwaj29-Aug-08 0:35
professionalManas Bhardwaj29-Aug-08 0:35 
GeneralRe: storing datetime in sql from asp.net Pin
Learning IT29-Aug-08 0:46
Learning IT29-Aug-08 0:46 
AnswerRe: storing datetime in sql from asp.net Pin
Learning IT29-Aug-08 1:14
Learning IT29-Aug-08 1:14 
Questionlistview check box change event Pin
Member 387988128-Aug-08 23:41
Member 387988128-Aug-08 23:41 
AnswerRe: listview check box change event Pin
Icarus12329-Aug-08 0:32
Icarus12329-Aug-08 0:32 
GeneralRe: listview check box change event Pin
Member 387988129-Aug-08 0:39
Member 387988129-Aug-08 0:39 
ya thats ok,.

i cant able to get the selected checkbox row cell value...,

This is my code:

string getchoice11 = null;
string chval = null;
int loop11 = 0;
CheckBox chkHeader = sender as CheckBox;
for (int i = 0; i < lvEmployee.Items.Count; i++)
{
CheckBox chk = lvEmployee.Items[i].FindControl("ICheck") as CheckBox;
if (chk.Checked == true)
{
getchoice11 += "'" + lvEmployee.Items[1].ToString().Trim() + "',";
}
}

Thanks & Regards,
NeW OnE,
please don't forget to vote on the post
GeneralRe: listview check box change event Pin
Icarus12329-Aug-08 1:00
Icarus12329-Aug-08 1:00 
GeneralRe: listview check box change event Pin
Member 387988129-Aug-08 1:45
Member 387988129-Aug-08 1:45 
Questiongetting full path name using FileUpload control's FileName property Pin
kvsreedhar28-Aug-08 23:40
kvsreedhar28-Aug-08 23:40 
QuestionGoogle [modified] Pin
Icarus12328-Aug-08 23:23
Icarus12328-Aug-08 23:23 
AnswerRe: Google Pin
Manas Bhardwaj29-Aug-08 0:34
professionalManas Bhardwaj29-Aug-08 0:34 
AnswerRe: Google Pin
eyeseetee29-Aug-08 0:57
eyeseetee29-Aug-08 0:57 
GeneralRe: Google Pin
Icarus12329-Aug-08 1:07
Icarus12329-Aug-08 1:07 
GeneralRe: Google Pin
J4amieC29-Aug-08 2:15
J4amieC29-Aug-08 2:15 
AnswerRe: Google Pin
Abhishek Sur29-Aug-08 1:14
professionalAbhishek Sur29-Aug-08 1:14 
GeneralRe: Google Pin
Icarus12329-Aug-08 1:19
Icarus12329-Aug-08 1:19 
GeneralRe: Google Pin
Abhishek Sur29-Aug-08 2:14
professionalAbhishek Sur29-Aug-08 2:14 
GeneralRe: Google Pin
Icarus12329-Aug-08 2:40
Icarus12329-Aug-08 2:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.