Click here to Skip to main content
15,889,266 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Master page is to changed Pin
Abhijit Jana29-Aug-08 3:13
professionalAbhijit Jana29-Aug-08 3:13 
GeneralRe: Master page is to changed Pin
BalasubramanianK29-Aug-08 3:34
BalasubramanianK29-Aug-08 3:34 
Questionshowing world map Pin
needhi_p29-Aug-08 2:50
needhi_p29-Aug-08 2:50 
AnswerRe: showing world map Pin
Abhishek Sur29-Aug-08 3:21
professionalAbhishek Sur29-Aug-08 3:21 
AnswerRe: showing world map Pin
hemant.kaushal29-Aug-08 3:21
hemant.kaushal29-Aug-08 3:21 
GeneralRe: showing world map Pin
Abhishek Sur29-Aug-08 7:35
professionalAbhishek Sur29-Aug-08 7:35 
GeneralRe: showing world map Pin
Gamzun1-Sep-08 21:20
Gamzun1-Sep-08 21:20 
QuestionCannot apply indexing with [] to an expression of type 'System.Web.UI.WebControls.ListViewItem' Pin
Member 387988129-Aug-08 2:32
Member 387988129-Aug-08 2:32 
Hi gettting error in thos code:

foreach (ListViewItem lvi in lvEmployee.Items)
{
CheckBox chk = (CheckBox)lvi.FindControl("ICheck");
if (chk.Checked==true)
{
getchoice11 += "'" + lvi[2].ToString().Trim() + ",";
}
}

"Cannot apply indexing with [] to an expression of type 'System.Web.UI.WebControls.ListViewItem'"

whats wrong in that code?

Thanks & Regards,
NeW OnE,
please don't forget to vote on the post
Questionblock copy/paste for textbox in firefox Pin
ashok@techxygen29-Aug-08 2:17
ashok@techxygen29-Aug-08 2:17 
AnswerRe: block copy/paste for textbox in firefox Pin
MoustafaS29-Aug-08 2:38
MoustafaS29-Aug-08 2:38 
GeneralRe: block copy/paste for textbox in firefox Pin
ashok@techxygen29-Aug-08 2:44
ashok@techxygen29-Aug-08 2:44 
AnswerRe: block copy/paste for textbox in firefox Pin
eyeseetee29-Aug-08 2:45
eyeseetee29-Aug-08 2:45 
GeneralRe: block copy/paste for textbox in firefox Pin
ashok@techxygen29-Aug-08 2:52
ashok@techxygen29-Aug-08 2:52 
GeneralRe: block copy/paste for textbox in firefox Pin
eyeseetee29-Aug-08 3:10
eyeseetee29-Aug-08 3:10 
Questiongetting finish time of flash file Pin
needhi_p29-Aug-08 1:19
needhi_p29-Aug-08 1:19 
AnswerRe: getting finish time of flash file Pin
Manas Bhardwaj29-Aug-08 1:26
professionalManas Bhardwaj29-Aug-08 1:26 
AnswerRe: getting finish time of flash file Pin
The Web Developer29-Aug-08 1:41
The Web Developer29-Aug-08 1:41 
AnswerRe: getting finish time of flash file Pin
~V~29-Aug-08 2:09
~V~29-Aug-08 2:09 
AnswerRe: getting finish time of flash file Pin
Perspx29-Aug-08 2:10
Perspx29-Aug-08 2:10 
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 

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.