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

C#

 
AnswerRe: display the list of tables in a mysql database Pin
Luc Pattyn18-Apr-12 3:39
sitebuilderLuc Pattyn18-Apr-12 3:39 
GeneralRe: display the list of tables in a mysql database Pin
PIEBALDconsult18-Apr-12 14:41
mvePIEBALDconsult18-Apr-12 14:41 
GeneralRe: display the list of tables in a mysql database Pin
MemberDotNetting19-Apr-12 10:55
MemberDotNetting19-Apr-12 10:55 
QuestionSend HTML EMail using SimpleMapi? Pin
Irgi17-Apr-12 21:42
Irgi17-Apr-12 21:42 
Questionextract humanbody from webcam using aforge.net Pin
baskaran chellasamy17-Apr-12 21:33
baskaran chellasamy17-Apr-12 21:33 
AnswerRe: extract humanbody from webcam using aforge.net Pin
Eddy Vluggen18-Apr-12 0:22
professionalEddy Vluggen18-Apr-12 0:22 
QuestionCustom DataGridView composite control Pin
Member 869768717-Apr-12 21:29
Member 869768717-Apr-12 21:29 
AnswerRe: Custom DataGridView composite control Pin
VJ Reddy17-Apr-12 23:40
VJ Reddy17-Apr-12 23:40 
I think the reason may be that the smart tag is at control level. When the DataGridView is used on its own, then it is a single control and the smart tag is available on it. Even in the designer surface of the user control, the smart tag may be available as different controls added to the user controls can be accessed separately.

But once the user control is compiled and is used as a control on a form, then the user control along with all nested controls will behave like a single control. Hence, if a smart is provided for the control as a whole then it may be available on the control.

With a similar analogy the properties of different controls comprising the user control can be accessed through the Properties window by clicking on a control in the designer surface of user control. Whereas, after compiling the user control and placing it on a form the properties of the user control only will be available in the Properties window and the properties of individual controls comprising user control cannot be accessed separately in the Properties window.

Hence, I think an option is to provide a smart tag for the user control. In this regard I think the following articles may be helpful.

Customizing User Controls with Smart Tag Feature[^]
How to make a Smart Tag using C#[^]
http://msdn.microsoft.com/en-us/library/ms171829.aspx[^]
QuestionPopilating XMLDatasource with DataTable Pin
chindiwo17-Apr-12 19:57
chindiwo17-Apr-12 19:57 
AnswerRe: Popilating XMLDatasource with DataTable Pin
Richard MacCutchan17-Apr-12 21:22
mveRichard MacCutchan17-Apr-12 21:22 
QuestionEnvironment Exit (??) Pin
Midnight Ahri17-Apr-12 16:53
Midnight Ahri17-Apr-12 16:53 
AnswerRe: Environment Exit (??) Pin
Luc Pattyn17-Apr-12 17:00
sitebuilderLuc Pattyn17-Apr-12 17:00 
JokeRe: Environment Exit (??) Pin
Roger Wright17-Apr-12 19:50
professionalRoger Wright17-Apr-12 19:50 
GeneralRe: Environment Exit (??) Pin
Dave Kreskowiak18-Apr-12 6:02
mveDave Kreskowiak18-Apr-12 6:02 
AnswerRe: Environment Exit (??) PinPopular
VJ Reddy17-Apr-12 18:23
VJ Reddy17-Apr-12 18:23 
GeneralRe: Environment Exit (??) Pin
Vipin_Arora18-Apr-12 0:51
Vipin_Arora18-Apr-12 0:51 
GeneralRe: Environment Exit (??) Pin
VJ Reddy18-Apr-12 1:05
VJ Reddy18-Apr-12 1:05 
GeneralRe: Environment Exit (??) Pin
Dave Kreskowiak18-Apr-12 6:03
mveDave Kreskowiak18-Apr-12 6:03 
AnswerRe: Environment Exit (??) Pin
PIEBALDconsult17-Apr-12 19:00
mvePIEBALDconsult17-Apr-12 19:00 
GeneralRe: Environment Exit (??) Pin
jschell18-Apr-12 9:00
jschell18-Apr-12 9:00 
GeneralRe: Environment Exit (??) Pin
PIEBALDconsult18-Apr-12 14:34
mvePIEBALDconsult18-Apr-12 14:34 
GeneralRe: Environment Exit (??) Pin
jschell19-Apr-12 8:15
jschell19-Apr-12 8:15 
JokeRe: Environment Exit (??) Pin
PIEBALDconsult19-Apr-12 8:50
mvePIEBALDconsult19-Apr-12 8:50 
AnswerRe: Environment Exit (??) Pin
Midnight Ahri18-Apr-12 16:12
Midnight Ahri18-Apr-12 16:12 
GeneralRe: Environment Exit (??) Pin
jschell19-Apr-12 8:20
jschell19-Apr-12 8:20 

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.