Custom Module Development Questions

Posted by Community Admin on 03-Aug-2018 18:20

Custom Module Development Questions

All Replies

Posted by Community Admin on 30-Jan-2011 00:00

Hi,

I have few questions regarding creating modules....

I am trying to create a new Events Module. It's going to have lot of pages. Since, all modules are created using User Controls, how do you call one user control from another? How do we transfer data between two user controls?

If the website has normal ASPx pages, how do we transfer data between an ASPx page and a user control in the module?

How about data transfer between two modules?

Any help is greatly appreciated.

Thanks

Posted by Community Admin on 31-Jan-2011 00:00

Hi Preetham,

If we are talking about the public site of the control, you can use QueryStrings, cookies, session.

For the backend you can use - passing some parameters in a custom web service and use DialogElement.
You can take a look at ProductsSample Catalog that comes with the SDK installation -ProductCatalogSample.Web.UI.ProductsDefinitions, region Dialogs definition

All the best,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed