Click here to Skip to main content
15,908,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUpgrading ASP website to ASP.NET Pin
jzonthemtn24-Jun-08 11:07
jzonthemtn24-Jun-08 11:07 
QuestionLoggedIntTemplate not displaying Pin
Member 430789624-Jun-08 10:53
Member 430789624-Jun-08 10:53 
QuestionMaster Page Problem!!! [modified] Pin
Sr...Frank24-Jun-08 9:42
Sr...Frank24-Jun-08 9:42 
AnswerRe: Master Page Problem!!! Pin
Christian Graus24-Jun-08 11:52
protectorChristian Graus24-Jun-08 11:52 
QuestionSetting the primary key when using a DetailView to insert a new record Pin
Dan Neely24-Jun-08 9:30
Dan Neely24-Jun-08 9:30 
AnswerRe: Setting the primary key when using a DetailView to insert a new record Pin
Ashfield24-Jun-08 21:43
Ashfield24-Jun-08 21:43 
GeneralRe: Setting the primary key when using a DetailView to insert a new record Pin
Dan Neely25-Jun-08 2:42
Dan Neely25-Jun-08 2:42 
QuestionProblem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
koll24-Jun-08 8:52
koll24-Jun-08 8:52 
AnswerRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 11:53
protectorChristian Graus24-Jun-08 11:53 
RantRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
_Maxxx_24-Jun-08 16:37
professional_Maxxx_24-Jun-08 16:37 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 16:46
protectorChristian Graus24-Jun-08 16:46 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
_Maxxx_24-Jun-08 17:05
professional_Maxxx_24-Jun-08 17:05 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 18:19
protectorChristian Graus24-Jun-08 18:19 
QuestionProblem with e-mails Pin
Deepak Nigam24-Jun-08 6:56
Deepak Nigam24-Jun-08 6:56 
AnswerRe: Problem with e-mails Pin
N a v a n e e t h24-Jun-08 7:35
N a v a n e e t h24-Jun-08 7:35 
AnswerRe: Problem with e-mails Pin
sumit703424-Jun-08 19:32
sumit703424-Jun-08 19:32 
GeneralRe: Problem with e-mails Pin
Ashfield24-Jun-08 21:47
Ashfield24-Jun-08 21:47 
QuestionDefault Browser Pin
Brady Kelly24-Jun-08 5:09
Brady Kelly24-Jun-08 5:09 
AnswerRe: Default Browser Pin
N a v a n e e t h24-Jun-08 6:02
N a v a n e e t h24-Jun-08 6:02 
GeneralRe: Default Browser Pin
Brady Kelly24-Jun-08 6:55
Brady Kelly24-Jun-08 6:55 
GeneralRe: Default Browser Pin
N a v a n e e t h24-Jun-08 7:16
N a v a n e e t h24-Jun-08 7:16 
QuestionGetting Filename for Substitution from Database Pin
familyof724-Jun-08 4:19
familyof724-Jun-08 4:19 
Questiononmouseover Pin
brettokumar24-Jun-08 4:01
professionalbrettokumar24-Jun-08 4:01 
AnswerRe: onmouseover Pin
N a v a n e e t h24-Jun-08 4:09
N a v a n e e t h24-Jun-08 4:09 
QuestionTrying to get around the logic of for loop and if statement!! Pin
eyeseetee24-Jun-08 3:59
eyeseetee24-Jun-08 3:59 
Hi
I have a for loop which loops through a list of items in a gridview
For each item in the gridview i have an if statement which checks if a checkbox column in the gridview is checked, if it is then do something.
Now I have the following dilemma:
Say there is 5 items in the gridview a user can select 3 of them and not the other two and something will happen to just the ones that are selected
If they select all of them then something will happen
But currently if they select none nothing will happen
But I want to allow them to select none of the checkboxes for a change to be applied to all items in the gridview, however i dont know when to put this if statement to check if all are empty as I cant put it in the for loop as it would check one at a time.
any help would be great!
thanks!
Please ask for better exlanation if needed.
cheers



We are not a Code Charity

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.