473,387 Members | 1,650 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

i have registered user control(.ascx) in masterpage but not able to see it in design

Expand|Select|Wrap|Line Numbers
  1. <%@ Master Language="VB" CodeFile="Admin.master.vb" Inherits="Admin" %>
  2. <%@ Register Src="~/Controls/AdminMenu.ascx" TagName="AdminMenu" TagPrefix="RealEstate" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head id="Head1" runat="server">
  6.   <title>Home</title>
  7.  
  8. </head>
  9. <body>
  10.   Not able to find out where i have made a mistake. Plz help
  11.  
  12.  
  13.           <img src="App_Data/RealEstate/New Picture.bmp" runat="server" id="imgLogo" alt="Image" style="width: 257px; height: 159px" />
  14.  
  15.       <div id="Content">
  16.         <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
  17.         </asp:ContentPlaceHolder>
  18.       </div>
  19.  
  20.     <div id="Footer" align="center">
  21.       &copy;
  22.     </div>
  23.  
  24. </body>
  25. </html>
Jul 20 '10 #1
1 1646
Frinavale
9,735 Expert Mod 8TB
You have to register the control on the page where it is going to be used.

In the future, use the title to describe the problem you are facing...and post your question in the thread. If the title and the question are the same, please re-type it in the thread. It is very confusing to just see a bunch of code posted in thread with no question asked.

-Frinny
Jul 20 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: kbailey | last post by:
what a waste of money. visual studio does not handle user control files - these are files with and ascx extension are are refered to in the help as 'user-authored server controls'. the VS...
2
by: C K | last post by:
I am having trouble getting the page_load event to fire from within my usercontrol - my code is below, I'm sure I'm missing something simple. Just your basic web user control - I've just began...
6
by: martin | last post by:
Hi, I am a web page and a web user control. My web user control is placed in my web page using the following directive <%@ Register TagPrefix="uc1" TagName="Header"...
1
by: Srinivas | last post by:
hi I have user control with datagrid and other things,and in page load i am loading the control in to aspx page and iam displaying the page,Now i have a situation where i have to email the...
2
by: John Ninan | last post by:
I am creating Dynamic Usercontrol in Asp.net application. In this application I have a combobox(aspx Page). Which contains various items. Based on item selected I am dynamically populating...
6
by: grist2mill | last post by:
I want to create a standard tool bar that appears on all pages that is a control. The toolbar has a button 'New'. What I wolud like when the user clicks on 'New' depends on the page they are on. I...
2
by: John Blair | last post by:
Hi, I am trying to create a generic page footer control. But whenever i include it in a page it always appears at the top of the page - how do i go about positioning it at the footer - the...
0
by: Jose Walker | last post by:
Hi, I've an application written in ASP.NET 1.1 that uses lots of web user controls (ascx) hosted on a single page (default.aspx) which programatically loads and unloads these user controls. ...
4
by: =?Utf-8?B?Qkw=?= | last post by:
I am in a problem to access user control(.ascx) on a .aspx page the following is my scenario I have following directory structure - Autoboom - workshop -- WSFirst -showroom
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.