Click here to Skip to main content
16,006,065 members
Home / Discussions / C#
   

C#

 
GeneralMS Access to MS Excel with C# Pin
kbalias7-Jul-05 21:42
kbalias7-Jul-05 21:42 
GeneralRe: MS Access to MS Excel with C# Pin
Rob Graham8-Jul-05 8:21
Rob Graham8-Jul-05 8:21 
GeneralRE:SAVE BUTTON Pin
tatchung7-Jul-05 20:05
tatchung7-Jul-05 20:05 
GeneralQuestion regarding calling C++ DLL's from C# Pin
kroller7-Jul-05 19:03
kroller7-Jul-05 19:03 
GeneralRe: Question regarding calling C++ DLL's from C# Pin
Luis Alonso Ramos7-Jul-05 19:43
Luis Alonso Ramos7-Jul-05 19:43 
GeneralRe: Question regarding calling C++ DLL's from C# Pin
S. Senthil Kumar7-Jul-05 21:22
S. Senthil Kumar7-Jul-05 21:22 
GeneralDataset Pin
skrishnasarma7-Jul-05 18:08
skrishnasarma7-Jul-05 18:08 
GeneralRe: Dataset Pin
Christian Graus7-Jul-05 18:26
protectorChristian Graus7-Jul-05 18:26 
Surely what you want is a stored procedure that pages your data ? The way to do this is to do two selects, that are nested, use the TOP statement in both, and have one ordered ASC and the other DESC. So the first grabs from the first record through to the last one you want, the other inverts the order and selects from the last one you want to the first one you want.


Christian Graus - Microsoft MVP - C++
GeneralRe: Dataset Pin
skrishnasarma7-Jul-05 18:39
skrishnasarma7-Jul-05 18:39 
GeneralRe: Dataset Pin
Christian Graus7-Jul-05 18:46
protectorChristian Graus7-Jul-05 18:46 
GeneralRe: Dataset Pin
Luis Alonso Ramos7-Jul-05 19:46
Luis Alonso Ramos7-Jul-05 19:46 
QuestionCan any one help me? Pin
pubududilena7-Jul-05 18:02
pubududilena7-Jul-05 18:02 
AnswerRe: Can any one help me? Pin
Christian Graus7-Jul-05 18:29
protectorChristian Graus7-Jul-05 18:29 
QuestionHow to get client IP Pin
yunshan507-Jul-05 17:04
yunshan507-Jul-05 17:04 
AnswerRe: How to get client IP Pin
Luis Alonso Ramos7-Jul-05 19:50
Luis Alonso Ramos7-Jul-05 19:50 
GeneralRe: How to get client IP Pin
yunshan5010-Jul-05 23:19
yunshan5010-Jul-05 23:19 
GeneralRe: How to get client IP Pin
Luis Alonso Ramos11-Jul-05 5:16
Luis Alonso Ramos11-Jul-05 5:16 
Generalport Pin
amin saffari7-Jul-05 16:53
amin saffari7-Jul-05 16:53 
GeneralRe: port Pin
Christian Graus7-Jul-05 18:31
protectorChristian Graus7-Jul-05 18:31 
GeneralRe: port Pin
User 66587-Jul-05 21:04
User 66587-Jul-05 21:04 
GeneralRe: port Pin
Dave Kreskowiak8-Jul-05 4:05
mveDave Kreskowiak8-Jul-05 4:05 
Generalxls reading into an array Pin
amitmohanty7-Jul-05 15:57
amitmohanty7-Jul-05 15:57 
GeneralModify application pooling of COM+ component Pin
Johny Ng7-Jul-05 15:56
Johny Ng7-Jul-05 15:56 
GeneralSave Button Pin
tatchung7-Jul-05 15:20
tatchung7-Jul-05 15:20 
GeneralTimeOut exception with HttpWebRequest.getResponse but not with IE Pin
Jason Manfield7-Jul-05 10:48
Jason Manfield7-Jul-05 10:48 

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.