-
loading user control with callback scripts in a customcontrol - problem
Hi,
I have a user control say "abc" which is using client callback script, then i have another user control which uses the "abc", let this control is "XYZ".
Now i have a custom control which is loading this "XYZ" user control using the code somewhat like this
Control XYZ= (Control)Page.LoadControl(
@"~/UserControls/Cricket/XYZ.ascx");
Type t = XYZ.GetType();
PropertyInfo pi = t.GetProperty("SomeProperty");
pi.SetValue(XYZ, "the value", null);
now , the problem is that though the custom control is rendering fine, but the callback script with user control is not working
can somebody tell me why, and what could be the workout....quick guys!
Regards,
brij
Similar Threads
-
By webchetan in forum ASP.NET
Replies: 1
Last Post: 11-16-2005, 05:01 AM
-
By dwanewil in forum ASP.NET
Replies: 5
Last Post: 08-04-2003, 04:13 PM
-
Replies: 0
Last Post: 03-26-2003, 02:17 PM
-
By Todd W in forum ASP.NET
Replies: 1
Last Post: 03-30-2002, 12:14 AM
-
By Annie Wang in forum ASP.NET
Replies: 0
Last Post: 05-24-2001, 04:07 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks