Click here to Skip to main content
15,911,039 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is RegExp The Best Way to Go? Pin
Eric Gunnerson (msft)9-Sep-02 5:34
Eric Gunnerson (msft)9-Sep-02 5:34 
QuestionAnyone want to help design this? Pin
Alex Korchemniy7-Sep-02 10:38
Alex Korchemniy7-Sep-02 10:38 
AnswerRe: Anyone want to help design this? Pin
Nnamdi Onyeyiri7-Sep-02 11:49
Nnamdi Onyeyiri7-Sep-02 11:49 
AnswerRe: Anyone want to help design this? Pin
Paul Riley7-Sep-02 13:16
Paul Riley7-Sep-02 13:16 
GeneralRe: Anyone want to help design this? Pin
Paul Ingles8-Sep-02 0:56
Paul Ingles8-Sep-02 0:56 
AnswerRe: Anyone want to help design this? Pin
ez28-Sep-02 6:42
ez28-Sep-02 6:42 
QuestionPaging in DataGrid? Pin
leppie7-Sep-02 7:04
leppie7-Sep-02 7:04 
AnswerRe: Paging in DataGrid? Pin
Paul Riley7-Sep-02 8:15
Paul Riley7-Sep-02 8:15 
You still need to handle the event, even when it's automatic. All you actually need to do in that event handler is: DataGrid1.CurrentPageIndex = e.NewPageIndex but having to handle it yourself gives you the control to do other things.

For example, if you had an EditCommand column in the datagrid and someone hits edit on the fourth row, then pages to the next page, the EditItemIndex is still going to be set to 4, so you need to set it back to -1 in the PageIndexChanged event.

Paul
GeneralRe: Paging in DataGrid? Pin
leppie8-Sep-02 1:30
leppie8-Sep-02 1:30 
GeneralRe: Paging in DataGrid? Pin
Paul Riley8-Sep-02 1:39
Paul Riley8-Sep-02 1:39 
GeneralAny good <free> C# Documentation Generators Pin
Rodney S. Foley6-Sep-02 19:02
Rodney S. Foley6-Sep-02 19:02 
GeneralRe: Any good C# Documentation Generators Pin
SimonS6-Sep-02 20:56
SimonS6-Sep-02 20:56 
GeneralRe: Any good C# Documentation Generators Pin
Rodney S. Foley7-Sep-02 0:38
Rodney S. Foley7-Sep-02 0:38 
GeneralRe: Any good <free> C# Documentation Generators Pin
Andres Manggini7-Sep-02 6:35
Andres Manggini7-Sep-02 6:35 
GeneralRe: Any good <free> C# Documentation Generators Pin
Rodney S. Foley7-Sep-02 12:48
Rodney S. Foley7-Sep-02 12:48 
QuestionWhats happening to my objects? Pin
leppie6-Sep-02 16:16
leppie6-Sep-02 16:16 
AnswerRe: Whats happening to my objects? Pin
Ed K6-Sep-02 17:47
Ed K6-Sep-02 17:47 
GeneralRe: Whats happening to my objects? Pin
leppie6-Sep-02 18:08
leppie6-Sep-02 18:08 
GeneralRe: Bitwise operators on non byte primitives Pin
leppie6-Sep-02 16:34
leppie6-Sep-02 16:34 
GeneralRe: Bitwise operators on non byte primitives Pin
Rodney S. Foley6-Sep-02 16:57
Rodney S. Foley6-Sep-02 16:57 
GeneralRe: Bitwise operators on non byte primitives Pin
leppie6-Sep-02 17:08
leppie6-Sep-02 17:08 
GeneralRe: Bitwise operators on non byte primitives Pin
Rodney S. Foley6-Sep-02 17:27
Rodney S. Foley6-Sep-02 17:27 
GeneralRe: Bitwise operators on non byte primitives Pin
Jonathan Tan6-Sep-02 23:22
Jonathan Tan6-Sep-02 23:22 
GeneralNeed help with sql insert statement in C# Pin
halbichmi6-Sep-02 6:10
halbichmi6-Sep-02 6:10 
GeneralRe: Need help with sql insert statement in C# Pin
leppie6-Sep-02 7:20
leppie6-Sep-02 7:20 

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.