AnjaliArora
New member
- Joined
- Jun 23, 2006
- Messages
- 3
- Programming Experience
- Beginner
Hi Friends
I m new in this field.Could you please clear some of my doubts.
1. I heard it is better to use coing mode rather than design mode to create or insert some contoles LIKE:
a) creating connection string, data adapter , dataset through coding instead of wizard.
b)creating insatance of tool tip
like ttp1 as tooltip
n then use it on every control, on which tooltip to provide rather than draging tool tip controle from toolbox n setting tooltip at design time.
Same with error provider, status bar etc.???
Hope I were able to make myself clear.
Please someone reply me why coing should be prefered, if so. When such a easy way to use these functionalities has been provided
does it makes any effect over speed of application??
2.how we can clear all the controles' value by smallest coding LIKE ()
one common way: textbox1.text=""
textbox2.text="" .......... same for all
any other way
( and if u could please provide the best coing approch for al this, as I am new I wanna start with right thing.)
Thanks of lot if someone would help.
I m new in this field.Could you please clear some of my doubts.
1. I heard it is better to use coing mode rather than design mode to create or insert some contoles LIKE:
a) creating connection string, data adapter , dataset through coding instead of wizard.
b)creating insatance of tool tip
like ttp1 as tooltip
n then use it on every control, on which tooltip to provide rather than draging tool tip controle from toolbox n setting tooltip at design time.
Same with error provider, status bar etc.???
Hope I were able to make myself clear.
Please someone reply me why coing should be prefered, if so. When such a easy way to use these functionalities has been provided
does it makes any effect over speed of application??
2.how we can clear all the controles' value by smallest coding LIKE ()
one common way: textbox1.text=""
textbox2.text="" .......... same for all
any other way
( and if u could please provide the best coing approch for al this, as I am new I wanna start with right thing.)
Thanks of lot if someone would help.