Click here to Skip to main content
15,888,733 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Enable Textbox on Gridview Pin
Christian Graus23-Feb-09 14:25
protectorChristian Graus23-Feb-09 14:25 
AnswerRe: Enable Textbox on Gridview Pin
Xmen Real 23-Feb-09 14:37
professional Xmen Real 23-Feb-09 14:37 
QuestionShow only 'A' items in gridview Pin
Terick23-Feb-09 8:47
Terick23-Feb-09 8:47 
AnswerRe: Show only 'A' items in gridview Pin
Christian Graus23-Feb-09 8:58
protectorChristian Graus23-Feb-09 8:58 
GeneralRe: Show only 'A' items in gridview Pin
Terick23-Feb-09 9:52
Terick23-Feb-09 9:52 
GeneralRe: Show only 'A' items in gridview Pin
Christian Graus23-Feb-09 9:57
protectorChristian Graus23-Feb-09 9:57 
GeneralRe: Show only 'A' items in gridview Pin
Terick23-Feb-09 10:06
Terick23-Feb-09 10:06 
GeneralRe: Show only 'A' items in gridview Pin
Christian Graus23-Feb-09 11:29
protectorChristian Graus23-Feb-09 11:29 
Page 2 is obviously unrelated to the current task. Page 1, shows only items starting with A, by default. At some point, in a way you're not defining, it goes on to show all items. Right ?

Refer to my first reply. The *best* way to only show items starting with a, is not to filter them somehow in your presentation layer, it's to only request those items from your data store. So, if you only want to show A or show all, you need two different requests for data, one which returns the 'a' items and one which returns all. You'd swap between them based on whatever state change it is that causes you to want to view all. I'd have assumed you'd be paging by letter, which would mean you'd write your own paging code ( and control, I would think ) and from there request each letter as required, but this is even easier.

Christian Graus

Driven to the arms of OSX by Vista.

Questionnew line in constant Pin
radupopescu77723-Feb-09 8:25
radupopescu77723-Feb-09 8:25 
AnswerRe: new line in constant Pin
Christian Graus23-Feb-09 8:57
protectorChristian Graus23-Feb-09 8:57 
QuestionWindows service fails when database server rebooted. Pin
sajvargs23-Feb-09 6:45
sajvargs23-Feb-09 6:45 
AnswerRe: Windows service fails when database server rebooted. Pin
Christian Graus23-Feb-09 8:59
protectorChristian Graus23-Feb-09 8:59 
AnswerRe: Windows service fails when database server rebooted. Pin
Jörgen Andersson23-Feb-09 9:01
professionalJörgen Andersson23-Feb-09 9:01 
QuestionCreating aspx Page Dynamically Pin
Aman Bhullar23-Feb-09 5:19
Aman Bhullar23-Feb-09 5:19 
AnswerRe: Creating aspx Page Dynamically Pin
Christian Graus23-Feb-09 9:07
protectorChristian Graus23-Feb-09 9:07 
AnswerRe: Creating aspx Page Dynamically Pin
Colin Angus Mackay23-Feb-09 9:10
Colin Angus Mackay23-Feb-09 9:10 
GeneralRe: Creating aspx Page Dynamically Pin
Aman Bhullar23-Feb-09 19:13
Aman Bhullar23-Feb-09 19:13 
GeneralRe: Creating aspx Page Dynamically Pin
Colin Angus Mackay23-Feb-09 21:04
Colin Angus Mackay23-Feb-09 21:04 
AnswerRe: Creating aspx Page Dynamically [modified] Pin
Kariem Soudy23-Feb-09 20:56
Kariem Soudy23-Feb-09 20:56 
QuestionGridView Row not collapsing while clicking on any node on the treeview Pin
meeram39523-Feb-09 5:05
meeram39523-Feb-09 5:05 
QuestionParser Error Message: Child nodes not allowed. Pin
khuzwayom23-Feb-09 4:55
khuzwayom23-Feb-09 4:55 
QuestionAdding Concatenated Column to DataTable [modified] Pin
Steve Skelton23-Feb-09 4:51
Steve Skelton23-Feb-09 4:51 
AnswerRe: Adding Concatenated Column to DataTable Pin
ToddHileHoffer23-Feb-09 5:08
ToddHileHoffer23-Feb-09 5:08 
GeneralRe: Adding Concatenated Column to DataTable Pin
Steve Skelton23-Feb-09 5:10
Steve Skelton23-Feb-09 5:10 
GeneralRe: Adding Concatenated Column to DataTable Pin
ToddHileHoffer23-Feb-09 5:19
ToddHileHoffer23-Feb-09 5:19 

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.