Click here to Skip to main content
15,908,172 members
Home / Discussions / C#
   

C#

 
GeneralRe: Magic: Application runs sometimes and fails sometimes Pin
DaveyM6928-Jul-08 13:31
professionalDaveyM6928-Jul-08 13:31 
AnswerI found a solution ... Thanks Pin
Muhammad Gouda2-Aug-08 1:42
Muhammad Gouda2-Aug-08 1:42 
Question[Message Deleted] Pin
priyankaaJ27-Jul-08 21:31
priyankaaJ27-Jul-08 21:31 
AnswerRe: hi, Pin
leppie27-Jul-08 21:44
leppie27-Jul-08 21:44 
QuestionHelp Regarding panel.Hide Pin
tasumisra27-Jul-08 20:37
tasumisra27-Jul-08 20:37 
AnswerRe: Help Regarding panel.Hide Pin
Super Lloyd27-Jul-08 21:02
Super Lloyd27-Jul-08 21:02 
QuestionRe: Help Regarding panel.Hide Pin
tasumisra27-Jul-08 21:15
tasumisra27-Jul-08 21:15 
AnswerRe: Help Regarding panel.Hide Pin
Super Lloyd27-Jul-08 21:24
Super Lloyd27-Jul-08 21:24 
I do suggest using Hide()/Show() instead of destroying/creating the panels.

For some reason destroying/creating the panel takes a noticeable amount of time, and can really drag the application down if you have many of them.
On the other hand your panels probably don't use that much memory and show()/hide() is quite fast.

Anway, good luck!

A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.

GeneralRe: Help Regarding panel.Hide Pin
tasumisra27-Jul-08 21:26
tasumisra27-Jul-08 21:26 
AnswerRe: Help Regarding panel.Hide Pin
Guffa27-Jul-08 22:43
Guffa27-Jul-08 22:43 
GeneralRe: Help Regarding panel.Hide Pin
tasumisra27-Jul-08 23:36
tasumisra27-Jul-08 23:36 
AnswerRe: Help Regarding panel.Hide Pin
jamesjk28-Jul-08 1:50
jamesjk28-Jul-08 1:50 
GeneralRe: Help Regarding panel.Hide Pin
tasumisra28-Jul-08 2:52
tasumisra28-Jul-08 2:52 
QuestionRetrieve the values of all checked checkbox controls in a repeater control Pin
vishnu_ajit27-Jul-08 19:27
vishnu_ajit27-Jul-08 19:27 
AnswerRe: Retrieve the values of all checked checkbox controls in a repeater control Pin
Christian Graus27-Jul-08 22:54
protectorChristian Graus27-Jul-08 22:54 
Question@PJL JOB USTATUS Pin
Rajesh_K_Sharma27-Jul-08 19:04
Rajesh_K_Sharma27-Jul-08 19:04 
QuestionCOM Object Problem Pin
dibya_200327-Jul-08 19:00
dibya_200327-Jul-08 19:00 
QuestionContextMenu Pin
reallyneedhelp27-Jul-08 18:22
reallyneedhelp27-Jul-08 18:22 
AnswerRe: ContextMenu Pin
Simon P Stevens27-Jul-08 22:23
Simon P Stevens27-Jul-08 22:23 
AnswerRe: ContextMenu Pin
Thomas Stockwell28-Jul-08 1:40
professionalThomas Stockwell28-Jul-08 1:40 
QuestionHow to write SQL connectionString on web.config file using c#? Pin
sacr8327-Jul-08 18:00
sacr8327-Jul-08 18:00 
AnswerRe: How to write SQL connectionString on web.config file using c#? Pin
Christian Graus27-Jul-08 18:26
protectorChristian Graus27-Jul-08 18:26 
GeneralRe: How to write SQL connectionString on web.config file using c#? Pin
Paul Conrad27-Jul-08 19:36
professionalPaul Conrad27-Jul-08 19:36 
AnswerRe: How to write SQL connectionString on web.config file using c#? Pin
sumit703427-Jul-08 20:06
sumit703427-Jul-08 20:06 
Questionhow to download files from other PCs within the same network? Pin
bug_aonz27-Jul-08 17:56
bug_aonz27-Jul-08 17:56 

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.