ok i have a page that calls 2 diferents controls.
Control 1 is ctHead and Control 1 is ctBody.

ho do i make ctHead call a function in ctBody.

how i call the function in body from the page is

ctBody.Speech = "Hello!";

Recommended Answers

All 2 Replies

If I am able to understand your english I think this is what you have to do:
Make a Click eventhandler for the ctHead button, in it call ctBody button stuff.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.