Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 30th, 2006, 01:17 AM
Registered User
 
Join Date: Feb 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Add Windows User control in Web User Control

HI,

I am developing C#.NET application in which i have to add windows based user control in my aspx page. My windows based user control contains Scrollbars depending on whose value, the data will vary form DB. For that i added a web based usercontrol. This user control can be directly inherited in my aspx page bt nt the windows based one.

In my web based user control i can c windows based control under separate tab MyUserControl. I dragged it and created an instance of it. Now my problem is tht even after creating an instance of it and loading it i cannot c anything in my aspx page.

This is the code i ahve written on web based user control's page load:

ucProductPriceCalc1=new AdminManager.UCProductPriceCalc();
ucProductPriceCalc1.CreateControl();
ucProductPriceCalc1.Show();
ucProductPriceCalc1.Visible=true;

I dont get any error bt dont c anything on page also

Any help...
Thamkx






Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable User control in Windows Sebastiaan VBScript 3 June 17th, 2007 04:20 PM
Add User Control to table cell in another UserCont veeruu ASP.NET 2.0 Professional 1 December 20th, 2006 06:22 AM
Add User Control in DatagridView Column HemaChaudhry Visual Basic 2005 Basics 0 January 23rd, 2006 08:43 AM
Can not add web user control in VS.Net sn00pyg4rfi3ld VS.NET 2002/2003 2 June 1st, 2005 03:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.