Click here to Skip to main content
15,905,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: Programmatically pressing a webBroswer button Pin
Martin239-Feb-06 7:02
Martin239-Feb-06 7:02 
AnswerRe: Programmatically pressing a webBroswer button Pin
emran8349-Feb-06 12:22
emran8349-Feb-06 12:22 
AnswerRe: Programmatically pressing a webBroswer button Pin
cweeks7868126-Apr-06 11:06
cweeks7868126-Apr-06 11:06 
QuestionResearch with multi-dimensional data (C#) Pin
jimbobtheking9-Feb-06 5:03
jimbobtheking9-Feb-06 5:03 
AnswerRe: Research with multi-dimensional data (C#) Pin
Guffa9-Feb-06 5:53
Guffa9-Feb-06 5:53 
QuestionHow to get Live(!!!)Picture from Webcam Pin
twickl9-Feb-06 4:48
twickl9-Feb-06 4:48 
QuestionTrapping Scroll Event in a Panel Pin
MarkMokris9-Feb-06 4:18
MarkMokris9-Feb-06 4:18 
AnswerRe: Trapping Scroll Event in a Panel Pin
Judah Gabriel Himango9-Feb-06 5:15
sponsorJudah Gabriel Himango9-Feb-06 5:15 
GeneralRe: Trapping Scroll Event in a Panel Pin
MarkMokris9-Feb-06 5:52
MarkMokris9-Feb-06 5:52 
GeneralRe: Trapping Scroll Event in a Panel Pin
Judah Gabriel Himango9-Feb-06 6:06
sponsorJudah Gabriel Himango9-Feb-06 6:06 
QuestionSwitching .Net version in Visual Studio Pin
redkite9-Feb-06 4:16
redkite9-Feb-06 4:16 
AnswerRe: Switching .Net version in Visual Studio Pin
Judah Gabriel Himango9-Feb-06 5:17
sponsorJudah Gabriel Himango9-Feb-06 5:17 
QuestionShared Methods? Pin
csmod9-Feb-06 3:59
csmod9-Feb-06 3:59 
AnswerRe: Shared Methods? Pin
Judah Gabriel Himango9-Feb-06 5:18
sponsorJudah Gabriel Himango9-Feb-06 5:18 
GeneralRe: Shared Methods? Pin
Guffa9-Feb-06 5:56
Guffa9-Feb-06 5:56 
QuestionConvert file extension to mime type Pin
Uwe Keim9-Feb-06 3:48
sitebuilderUwe Keim9-Feb-06 3:48 
QuestionC# TreeView Pin
2dS9-Feb-06 3:45
2dS9-Feb-06 3:45 
AnswerRe: C# TreeView Pin
Andy Moore9-Feb-06 5:28
Andy Moore9-Feb-06 5:28 
GeneralRe: C# TreeView Pin
2dS9-Feb-06 20:09
2dS9-Feb-06 20:09 
QuestionHow to open large database? Pin
Pius__X9-Feb-06 3:10
Pius__X9-Feb-06 3:10 
AnswerRe: How to open large database? Pin
Colin Angus Mackay9-Feb-06 3:26
Colin Angus Mackay9-Feb-06 3:26 
AnswerRe: How to open large database? Pin
Le centriste9-Feb-06 4:20
Le centriste9-Feb-06 4:20 
AnswerRe: How to open large database? Pin
emran8349-Feb-06 10:26
emran8349-Feb-06 10:26 
For this kind of situation, I usally divide the rows in Pages driven by Combo Box Items and for every Combo Item, I use a FillBy Method of Table Adapter and I set the query of start up fill method to load data for only first page. Now, you can programmatically load the combobox with page numbers so that on Selected Row changes of the Page Combo Box, the appropriate FillBy Method of the table adapter will be triggerred.

EMRAN

-- modified at 16:27 Thursday 9th February, 2006
QuestionWizard; Hiding a WizardStep Pin
ZeedijkMike9-Feb-06 3:00
ZeedijkMike9-Feb-06 3:00 
Questionabout axwebbrowser Pin
smr859-Feb-06 2:40
smr859-Feb-06 2:40 

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.