Hi to all...
I have a webform and inside 2 webcontrols like this...
Webform.asp
|---------------------------------------------------
| Webcontrol1
| ____
| | |
| |___ |
| Webcontrol2
| _____________
| | |
| | | |
| |____________|
---------------------------------------------------
The webcontrol1 its a web custom control that create some links..
The webcontrol2 its some dinamic part, for example must show data from a database...
My dude is, how its the way to obtain that when you click in a link of the webcontrol1, the webcontrol2 show information depending the link... I dont know how to comunicate web custom controls...
Thanks to al
Josema
Victor Garcia Aprea [MVP] - 30 Jan 2004 03:50 GMT
Hi josema,
You can define an event for Control1 that Control2 could subscribe to and
get notified when something changes. Please take a look at the docs to learn
the basics about events.

Signature
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
> Hi to all....
>
[quoted text clipped - 16 lines]
> The webcontrol2 its some dinamic part, for example must show data from a database....
> My dude is, how its the way to obtain that when you click in a link of the webcontrol1, the webcontrol2 show information depending the link... I dont
know how to comunicate web custom controls....
> Thanks to all
> Josema.