Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
AnswerRe: Bitmap Pixels in Bulk Pin
harold aptroot2-Jul-09 11:41
harold aptroot2-Jul-09 11:41 
AnswerRe: Bitmap Pixels in Bulk Pin
Svetlin Panayotov2-Jul-09 11:43
Svetlin Panayotov2-Jul-09 11:43 
GeneralRe: Bitmap Pixels in Bulk Pin
hpydir2-Jul-09 11:50
hpydir2-Jul-09 11:50 
QuestionGrouping data in tabs Pin
spankyleo1232-Jul-09 11:35
spankyleo1232-Jul-09 11:35 
QuestionRe: Grouping data in tabs Pin
harold aptroot2-Jul-09 11:52
harold aptroot2-Jul-09 11:52 
AnswerRe: Grouping data in tabs Pin
spankyleo1232-Jul-09 11:56
spankyleo1232-Jul-09 11:56 
GeneralRe: Grouping data in tabs Pin
harold aptroot2-Jul-09 12:27
harold aptroot2-Jul-09 12:27 
AnswerRe: Grouping data in tabs Pin
Luc Pattyn2-Jul-09 12:22
sitebuilderLuc Pattyn2-Jul-09 12:22 
Hi,

what you could do is this:
- add a TabControl to your Form
- give it any number of TabPages you want
- put one DataGrid(View) on each TabPage
- create a different query for each TabPage
- make sure the queries don't get all launched at once, maybe just get one of them launched by the TabIndexChanged event (plus the initially visible one right away if necessary).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

GeneralRe: Grouping data in tabs Pin
spankyleo1233-Jul-09 7:58
spankyleo1233-Jul-09 7:58 
GeneralRe: Grouping data in tabs Pin
Luc Pattyn3-Jul-09 8:06
sitebuilderLuc Pattyn3-Jul-09 8:06 
QuestionDatagridview Binding Pin
ziwez02-Jul-09 8:59
ziwez02-Jul-09 8:59 
AnswerRe: Datagridview Binding Pin
dan!sh 2-Jul-09 9:25
professional dan!sh 2-Jul-09 9:25 
AnswerRe: Datagridview Binding Pin
Moim Hossain2-Jul-09 9:27
Moim Hossain2-Jul-09 9:27 
AnswerRe: Datagridview Binding Pin
Henry Minute2-Jul-09 11:17
Henry Minute2-Jul-09 11:17 
GeneralRe: Datagridview Binding Pin
ziwez02-Jul-09 21:53
ziwez02-Jul-09 21:53 
QuestionOutOfMemoryException Pin
qwerty532-Jul-09 8:39
qwerty532-Jul-09 8:39 
AnswerRe: OutOfMemoryException Pin
Christian Graus2-Jul-09 8:42
protectorChristian Graus2-Jul-09 8:42 
GeneralRe: OutOfMemoryException Pin
qwerty532-Jul-09 11:34
qwerty532-Jul-09 11:34 
AnswerRe: OutOfMemoryException Pin
Luc Pattyn2-Jul-09 8:44
sitebuilderLuc Pattyn2-Jul-09 8:44 
GeneralRe: OutOfMemoryException Pin
qwerty532-Jul-09 8:46
qwerty532-Jul-09 8:46 
AnswerRe: OutOfMemoryException Pin
Dave Kreskowiak2-Jul-09 8:47
mveDave Kreskowiak2-Jul-09 8:47 
GeneralRe: OutOfMemoryException Pin
qwerty532-Jul-09 9:15
qwerty532-Jul-09 9:15 
GeneralRe: OutOfMemoryException Pin
Henry Minute2-Jul-09 11:12
Henry Minute2-Jul-09 11:12 
GeneralRe: OutOfMemoryException Pin
Luc Pattyn2-Jul-09 11:18
sitebuilderLuc Pattyn2-Jul-09 11:18 
GeneralRe: OutOfMemoryException Pin
Henry Minute2-Jul-09 12:03
Henry Minute2-Jul-09 12:03 

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.