Click here to Skip to main content
15,867,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Keeping my style information in one place Pin
jesarg28-Sep-11 9:09
jesarg28-Sep-11 9:09 
GeneralRe: Keeping my style information in one place Pin
jkeelerz30-Sep-11 11:09
jkeelerz30-Sep-11 11:09 
GeneralRe: Keeping my style information in one place Pin
jerryTheJerry7-Oct-11 15:24
jerryTheJerry7-Oct-11 15:24 
QuestionSame content, with standard and mobile layouts. How? Pin
Gregory Gadow28-Sep-11 6:46
Gregory Gadow28-Sep-11 6:46 
AnswerRe: Same content, with standard and mobile layouts. How? Pin
Pete O'Hanlon28-Sep-11 6:50
subeditorPete O'Hanlon28-Sep-11 6:50 
GeneralRe: Same content, with standard and mobile layouts. How? Pin
Gregory Gadow28-Sep-11 6:57
Gregory Gadow28-Sep-11 6:57 
GeneralRe: Same content, with standard and mobile layouts. How? Pin
Pete O'Hanlon28-Sep-11 7:51
subeditorPete O'Hanlon28-Sep-11 7:51 
QuestionLoop not executing Pin
Dhyanga28-Sep-11 6:16
Dhyanga28-Sep-11 6:16 
Hi,
I was using visual studio 2005 before. Now I am using visual studio 2008. I got some problem with the loop execution. Well the project with the loop statements was working fine before but now in visual studio 2008, loop is not executing.
I have a loop on a button click and only the loop is not even working. The piece of code i have on my button click is
protected void btnArchieve_Click(object sender, EventArgs e)
       {

           for (int i = 0; i < gViewIndividualNames.Rows.Count; i++)
           {


           }


       }


I put the breakpoints in all the lines but I even checked my count value. Its 2 but still this loop is executing only once.

Any ideas?
suchita

AnswerRe: Loop not executing Pin
Pete O'Hanlon28-Sep-11 6:28
subeditorPete O'Hanlon28-Sep-11 6:28 
GeneralRe: Loop not executing Pin
Dhyanga28-Sep-11 10:24
Dhyanga28-Sep-11 10:24 
AnswerRe: Loop not executing Pin
Dalek Dave2-Oct-11 7:33
professionalDalek Dave2-Oct-11 7:33 
Questionparent project not seeing child Pin
byka28-Sep-11 3:30
byka28-Sep-11 3:30 
AnswerRe: parent project not seeing child Pin
Parwej Ahamad28-Sep-11 11:01
professionalParwej Ahamad28-Sep-11 11:01 
QuestionAccessing textarea value inside gridview code behind Pin
Anuradha Lakra28-Sep-11 2:14
Anuradha Lakra28-Sep-11 2:14 
AnswerRe: Accessing textarea value inside gridview code behind Pin
Anuradha Lakra28-Sep-11 19:41
Anuradha Lakra28-Sep-11 19:41 
Questionpartial updating Pin
Basilfa28-Sep-11 2:07
Basilfa28-Sep-11 2:07 
AnswerRe: partial updating Pin
Ali Al Omairi(Abu AlHassan)28-Sep-11 3:48
professionalAli Al Omairi(Abu AlHassan)28-Sep-11 3:48 
GeneralRe: partial updating Pin
Basilfa28-Sep-11 3:52
Basilfa28-Sep-11 3:52 
GeneralRe: partial updating Pin
Ali Al Omairi(Abu AlHassan)28-Sep-11 21:56
professionalAli Al Omairi(Abu AlHassan)28-Sep-11 21:56 
AnswerRe: partial updating Pin
Morgs Morgan29-Sep-11 21:48
Morgs Morgan29-Sep-11 21:48 
QuestionHow to Find the Position of a Textbox in a Page in Asp.net C# Pin
Vimalsoft(Pty) Ltd27-Sep-11 22:54
professionalVimalsoft(Pty) Ltd27-Sep-11 22:54 
AnswerRe: How to Find the Position of a Textbox in a Page in Asp.net C# Pin
Morgs Morgan29-Sep-11 21:37
Morgs Morgan29-Sep-11 21:37 
Questiongetting the 'Could not load the assembly' error for only one section of the asp.net project Pin
saud_a_k27-Sep-11 7:18
saud_a_k27-Sep-11 7:18 
Questionadd new location by google in asp.net project Pin
sheemap26-Sep-11 21:05
sheemap26-Sep-11 21:05 
AnswerRe: add new location by google in asp.net project Pin
fjdiewornncalwe27-Sep-11 6:23
professionalfjdiewornncalwe27-Sep-11 6:23 

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.