Click here to Skip to main content
15,895,709 members
Home / Discussions / C#
   

C#

 
QuestionCall a javascript function from a Link Button Pin
Bobb198229-Jan-07 3:08
Bobb198229-Jan-07 3:08 
AnswerRe: Call a javascript function from a Link Button Pin
GaryWoodfine 29-Jan-07 3:40
professionalGaryWoodfine 29-Jan-07 3:40 
GeneralRe: Call a javascript function from a Link Button Pin
Bobb198229-Jan-07 18:34
Bobb198229-Jan-07 18:34 
GeneralRe: Call a javascript function from a Link Button Pin
GaryWoodfine 29-Jan-07 22:13
professionalGaryWoodfine 29-Jan-07 22:13 
GeneralRe: Call a javascript function from a Link Button Pin
Bobb198230-Jan-07 1:43
Bobb198230-Jan-07 1:43 
Questioncustom group controls Pin
NoCake29-Jan-07 2:31
NoCake29-Jan-07 2:31 
AnswerRe: custom group controls Pin
bobsugar22229-Jan-07 3:00
bobsugar22229-Jan-07 3:00 
GeneralRe: custom group controls [modified] Pin
NoCake29-Jan-07 4:29
NoCake29-Jan-07 4:29 
Hi Bob,

Thanks! I think I wasn't clear about it, though - I have no problem inheriting XPanel from Panel and adding child controls, but that's not quite what I want.

XPanel has N child panels S1..SN, that could look like this:
<br />
+-XPanel------------+<br />
|...................|<br />
|.+-S1--+...........|<br />
|.|.....|...........|<br />
|.+-----+..+-S2--+..|<br />
|..........|.....|..|<br />
|..........+-----+..|<br />
|...................|<br />
+-------------------+<br />

If the user of XPanel adds an instance to a form, I would like her to be able to add controls to XPanel.S1 or XPanel.S2, instead of to XPanel directly.

Which is why I wanted to handle ControlAdded, so I could pass controls added to XPanel on to XPanel.S1 or XPanel.S2.

Thanks again,

Andy




-- modified at 10:35 Monday 29th January, 2007 (got inheritance order wrong Smile | :)
QuestionIgnore Warning like in C++ Pin
Roland Bär29-Jan-07 2:06
Roland Bär29-Jan-07 2:06 
AnswerRe: Ignore Warning like in C++ Pin
User 665829-Jan-07 2:11
User 665829-Jan-07 2:11 
GeneralRe: Ignore Warning like in C++ Pin
Roland Bär29-Jan-07 2:44
Roland Bär29-Jan-07 2:44 
GeneralRe: Ignore Warning like in C++ Pin
Guffa29-Jan-07 4:35
Guffa29-Jan-07 4:35 
GeneralRe: Ignore Warning like in C++ Pin
Roland Bär29-Jan-07 4:43
Roland Bär29-Jan-07 4:43 
GeneralRe: Ignore Warning like in C++ Pin
Stefan Troschuetz29-Jan-07 8:28
Stefan Troschuetz29-Jan-07 8:28 
Questionupdated how to create an infinite loop. Pin
Petra29-Jan-07 1:51
Petra29-Jan-07 1:51 
AnswerRe: updated how to create an infinite loop. Pin
User 665829-Jan-07 1:57
User 665829-Jan-07 1:57 
AnswerRe: updated how to create an infinite loop. Pin
Luc Pattyn29-Jan-07 1:58
sitebuilderLuc Pattyn29-Jan-07 1:58 
Questionhow to create an infinite loop? Pin
Petra29-Jan-07 1:12
Petra29-Jan-07 1:12 
AnswerRe: how to create an infinite loop? Pin
Colin Angus Mackay29-Jan-07 1:31
Colin Angus Mackay29-Jan-07 1:31 
AnswerRe: how to create an infinite loop? Pin
Pete O'Hanlon29-Jan-07 1:32
mvePete O'Hanlon29-Jan-07 1:32 
AnswerRe: how to create an infinite loop? Pin
ednrgc29-Jan-07 3:17
ednrgc29-Jan-07 3:17 
GeneralAdd-in Command in Project Context Menu Pin
Brady Kelly29-Jan-07 0:55
Brady Kelly29-Jan-07 0:55 
QuestionXXX.dll does not contain any types that can be registered for COM Interop Pin
A . Ansari29-Jan-07 0:53
A . Ansari29-Jan-07 0:53 
QuestionHow to access the running instance of a object? Pin
Diana Fernandez29-Jan-07 0:31
Diana Fernandez29-Jan-07 0:31 
AnswerRe: How to access the running instance of a object? [modified] Pin
Parwej Ahamad29-Jan-07 5:47
professionalParwej Ahamad29-Jan-07 5:47 

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.