web custom controls

J

josema

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.
 
V

Victor Garcia Aprea [MVP]

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.

--
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
josema said:
Hi to all....

I have a webform and inside 2 webcontrols like this....

Webform.aspx
|----------------------------------------------------
| 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....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top