Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC21-Dec-10 15:34
LAPEC21-Dec-10 15:34 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC21-Dec-10 15:45
LAPEC21-Dec-10 15:45 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute21-Dec-10 16:08
Henry Minute21-Dec-10 16:08 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute21-Dec-10 16:37
Henry Minute21-Dec-10 16:37 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC22-Dec-10 13:11
LAPEC22-Dec-10 13:11 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute22-Dec-10 13:13
Henry Minute22-Dec-10 13:13 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC22-Dec-10 13:28
LAPEC22-Dec-10 13:28 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute22-Dec-10 13:35
Henry Minute22-Dec-10 13:35 
LAPEC wrote:
Now with the panels (such as: starters panel, mains panel, etc etc,) that you mentioned on e-mail well basically they are empty, but when I click for instance the Starter Button it calls the StarterUserControl and places inside the starter panel


I followed what the code was doing, but you can do the same thing with just one panel, as I suggested in my Email. Just add all the UserControls to the same panel, while you are still using the UCs, that is. Then, at the times when you now show or hide the panels, simply show or hide the UC in question. So instead of StarterPanel.Hide or StarterPanel.Show use starterUC.Hide and starterUC.Show.

I'll get in touch later.
Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC22-Dec-10 14:00
LAPEC22-Dec-10 14:00 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? [modified] Pin
LAPEC26-Dec-10 4:46
LAPEC26-Dec-10 4:46 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC30-Dec-10 10:44
LAPEC30-Dec-10 10:44 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute4-Jan-11 11:40
Henry Minute4-Jan-11 11:40 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC4-Jan-11 12:05
LAPEC4-Jan-11 12:05 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute4-Jan-11 12:25
Henry Minute4-Jan-11 12:25 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute4-Jan-11 13:08
Henry Minute4-Jan-11 13:08 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC4-Jan-11 13:21
LAPEC4-Jan-11 13:21 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC4-Jan-11 14:02
LAPEC4-Jan-11 14:02 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? [modified] Pin
Henry Minute5-Jan-11 9:03
Henry Minute5-Jan-11 9:03 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC5-Jan-11 13:15
LAPEC5-Jan-11 13:15 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute5-Jan-11 13:17
Henry Minute5-Jan-11 13:17 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC5-Jan-11 13:23
LAPEC5-Jan-11 13:23 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute5-Jan-11 13:24
Henry Minute5-Jan-11 13:24 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC6-Jan-11 2:32
LAPEC6-Jan-11 2:32 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute6-Jan-11 4:36
Henry Minute6-Jan-11 4:36 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC6-Jan-11 6:01
LAPEC6-Jan-11 6:01 

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.