Hi
I am using the ultrawebtab in the Main.aspx page.
Each tab is tied to a separate page.Tab1- General.aspxTab2- Customer.aspxTab3- Location.aspx
I have a function in the Main.aspx named "InSession".
I want to call this function from General.aspx, Customer.aspx and Location.aspx....
How can I do it?
Any help is kindly appreciated
The function is in the Main page code behind (Main.cs)
I need to call the function from the code behind of the General.aspx page (General.cs)
In the article you pointed they use client side functions.
When using targeturl's, you are using iframes. Take a look at this Knowledge Base on how to interact between them:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=6690
At the bottom there are two more articles for similar scenarios.