Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNeed Help in String Manipulation? Pin
Jollyguy17-Sep-09 6:23
Jollyguy17-Sep-09 6:23 
AnswerRe: Need Help in String Manipulation? Pin
Manas Bhardwaj17-Sep-09 6:56
professionalManas Bhardwaj17-Sep-09 6:56 
AnswerRegular expression Pin
David Mujica17-Sep-09 7:37
David Mujica17-Sep-09 7:37 
QuestionOrder of insertion Pin
srikantha_nagaraj17-Sep-09 4:51
srikantha_nagaraj17-Sep-09 4:51 
AnswerRe: Order of insertion Pin
Richard MacCutchan17-Sep-09 4:57
mveRichard MacCutchan17-Sep-09 4:57 
AnswerRe: Order of insertion Pin
Ashfield17-Sep-09 9:25
Ashfield17-Sep-09 9:25 
GeneralRe: Order of insertion Pin
srikantha_nagaraj18-Sep-09 20:01
srikantha_nagaraj18-Sep-09 20:01 
GeneralRe: Order of insertion Pin
Ashfield18-Sep-09 21:36
Ashfield18-Sep-09 21:36 
Add an identity column to your table, then select back ordered by the identity column. I bet they are in the order you inserted them. A select without an order by is not guaranteed to return the records in any specific order (although generally it will be in the order of the PK idf there is one). Thats what is happening in this case, they are inserted in the order you do them (if its not the order you think then your code is wrong), but you do not define the order when you select them back, hence the difference.

Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP

GeneralRe: Order of insertion Pin
srikantha_nagaraj18-Sep-09 22:35
srikantha_nagaraj18-Sep-09 22:35 
GeneralRe: Order of insertion Pin
Ashfield20-Sep-09 22:42
Ashfield20-Sep-09 22:42 
AnswerRe: Order of insertion Pin
Christian Graus17-Sep-09 10:26
protectorChristian Graus17-Sep-09 10:26 
AnswerRe: Order of insertion Pin
Abhishek Sur17-Sep-09 11:25
professionalAbhishek Sur17-Sep-09 11:25 
Questionswf embed fails in firefox Pin
AndyInUK17-Sep-09 4:41
AndyInUK17-Sep-09 4:41 
AnswerRe: swf embed fails in firefox Pin
Muhammad Mazhar17-Sep-09 9:03
Muhammad Mazhar17-Sep-09 9:03 
GeneralRe: swf embed fails in firefox Pin
AndyInUK17-Sep-09 11:53
AndyInUK17-Sep-09 11:53 
QuestionSaving Classic ASP Session Data to a SQL Database Pin
aj_coder17-Sep-09 3:54
aj_coder17-Sep-09 3:54 
AnswerRe: Saving Classic ASP Session Data to a SQL Database Pin
Christian Graus17-Sep-09 10:57
protectorChristian Graus17-Sep-09 10:57 
Question.NET Dashboard Pin
Civic0617-Sep-09 3:32
Civic0617-Sep-09 3:32 
AnswerRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 3:52
professionalAbhijit Jana17-Sep-09 3:52 
GeneralRe: .NET Dashboard Pin
Civic0617-Sep-09 4:20
Civic0617-Sep-09 4:20 
GeneralRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 4:23
professionalAbhijit Jana17-Sep-09 4:23 
GeneralRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 4:27
professionalAbhijit Jana17-Sep-09 4:27 
AnswerRe: .NET Dashboard Pin
Not Active17-Sep-09 4:12
mentorNot Active17-Sep-09 4:12 
QuestionDynamic column in SSRS 2005 Pin
Pankaj Saha17-Sep-09 3:11
Pankaj Saha17-Sep-09 3:11 
AnswerRe: Dynamic column in SSRS 2005 Pin
Not Active17-Sep-09 4:15
mentorNot Active17-Sep-09 4:15 

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.