Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics 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 October 30th, 2003, 04:28 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 143
Thanks: 0
Thanked 1 Time in 1 Post
Default User Control / Code-behind

Hello,

I create a User control (run by a codebehind file) in VS.NET.

If I look at the design of the ascx file, it shows up exactly as I want it to show up. (Basically some labels and textboxes in a table). The code-behind file is used to fill the textboxes with values retrieved from a SQL database.

I saved everything, and am trying to add the user control to a page.
It shows up as a gray thingy, almost like a button with the caption 'Usercontrol - myStatistics'.

How can I make sure the aspx page will properly recognise and load my control? (Even if it's just so I can test whether the control works on my webserver).

Thanks in advance.

Peter

__________________
http://entropia-online.blogspot.com/
 
Old October 30th, 2003, 05:29 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Did you try running the ASPX page that the control is on? That's usually the way you test it to see if the control renders correctly.

Peter
 
Old October 30th, 2003, 05:44 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 143
Thanks: 0
Thanked 1 Time in 1 Post
Default

Yup. That just yields a blank page.

:(

Peter

 
Old November 1st, 2003, 09:18 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 143
Thanks: 0
Thanked 1 Time in 1 Post
Default

Right.

Including the ClassName tag did the trick ;)

Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
user control code chroniclemaster1 ASP.NET 2.0 Professional 11 September 25th, 2008 03:53 PM
Add Windows User control in Web User Control agarwalvidhu C# 0 March 30th, 2006 01:17 AM
user control / code behind question whyulil General .NET 3 January 11th, 2005 11:17 AM
Loading user control dynamically from code-behind jacob ASP.NET 1.0 and 1.1 Basics 2 April 12th, 2004 06:06 PM





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