Click here to Skip to main content
15,885,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how can I achieve this Pin
Abdulhafeezo10-Sep-10 3:34
Abdulhafeezo10-Sep-10 3:34 
GeneralRe: how can I achieve this Pin
Not Active10-Sep-10 3:49
mentorNot Active10-Sep-10 3:49 
GeneralRe: how can I achieve this Pin
Luc Pattyn10-Sep-10 6:53
sitebuilderLuc Pattyn10-Sep-10 6:53 
QuestionMVC and Model Layer Pin
future383910-Sep-10 2:11
future383910-Sep-10 2:11 
AnswerRe: MVC and Model Layer Pin
The Man from U.N.C.L.E.10-Sep-10 11:12
The Man from U.N.C.L.E.10-Sep-10 11:12 
QuestionLIST<T> Pin
Morgs Morgan9-Sep-10 22:09
Morgs Morgan9-Sep-10 22:09 
AnswerRe: LIST Pin
JV99999-Sep-10 22:20
professionalJV99999-Sep-10 22:20 
GeneralRe: LIST Pin
Morgs Morgan9-Sep-10 22:43
Morgs Morgan9-Sep-10 22:43 
i have initialised the LIST like so:
LIST<Next_Page> nxt = new LIST<Next_Page>();
nxt = dbh.GetNextPage(cId, "1.1");
if (nxt.Count > 0)
{

}


and should the LIST contain no records i get a runtime error:
index was outside the bounds of the array....yak yak yak.
same applies to when i use Any();
GeneralRe: LIST Pin
JV99991-Mar-11 3:28
professionalJV99991-Mar-11 3:28 
QuestionHRX Files Pin
indian1439-Sep-10 10:56
indian1439-Sep-10 10:56 
AnswerRe: HRX Files Pin
Not Active9-Sep-10 13:47
mentorNot Active9-Sep-10 13:47 
AnswerRe: HRX Files Pin
Luc Pattyn9-Sep-10 15:38
sitebuilderLuc Pattyn9-Sep-10 15:38 
Questiondo I need to index and follow? Pin
Jassim Rahma9-Sep-10 4:22
Jassim Rahma9-Sep-10 4:22 
AnswerRe: do I need to index and follow? Pin
Daniel Casserly9-Sep-10 4:35
Daniel Casserly9-Sep-10 4:35 
GeneralRe: do I need to index and follow? Pin
Jassim Rahma9-Sep-10 4:36
Jassim Rahma9-Sep-10 4:36 
GeneralRe: do I need to index and follow? Pin
Daniel Casserly9-Sep-10 4:49
Daniel Casserly9-Sep-10 4:49 
Questiondisable or hide minimize button Pin
vishnukamath9-Sep-10 3:00
vishnukamath9-Sep-10 3:00 
AnswerRe: disable or hide minimize button Pin
Not Active9-Sep-10 5:34
mentorNot Active9-Sep-10 5:34 
GeneralRe: disable or hide minimize button Pin
vishnukamath9-Sep-10 19:05
vishnukamath9-Sep-10 19:05 
QuestionRe redirection to Login.aspx Pin
Ajay Kale New9-Sep-10 2:44
Ajay Kale New9-Sep-10 2:44 
AnswerRe: Re redirection to Login.aspx Pin
Daniel Casserly9-Sep-10 4:50
Daniel Casserly9-Sep-10 4:50 
GeneralRe: Re redirection to Login.aspx Pin
Not Active9-Sep-10 5:30
mentorNot Active9-Sep-10 5:30 
GeneralRe: Re redirection to Login.aspx Pin
Ajay Kale New9-Sep-10 23:15
Ajay Kale New9-Sep-10 23:15 
AnswerRe: Re redirection to Login.aspx Pin
Not Active9-Sep-10 5:29
mentorNot Active9-Sep-10 5:29 
GeneralRe: Re redirection to Login.aspx Pin
Ajay Kale New9-Sep-10 23:31
Ajay Kale New9-Sep-10 23:31 

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.