PC Review


Reply
Thread Tools Rate Thread

Design view problem of user control menu

 
 
Vannela
Guest
Posts: n/a
 
      17th Dec 2003
I have got a user control with this code but i couldnt see
anything in the design view of ascx page
What couls be the problem?

<%@ Control language="C#" AutoEventWireup="false"
Codebehind="m_ts_coursesched_popup.ascx.cs"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5
"%>

<%@ Register TagPrefix="iewc"
Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226,
Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>

<asp:Panel id="Panel1" runat="server" Height="600px"
Width="200px">

<iewc:Toolbar id="m_ts_coursesched_popup" style="Z-INDEX:
101; LEFT: 5px; OVERFLOW: auto; POSITION: absolute; TOP:
63px" runat="server" Height="490px" Width="196px"
Color="Blue" Orientation="Vertical" >

<iewc:ToolbarLabel Text="Popup" ID="
m_popup"></iewc:ToolbarLabel>

<iewc:ToolbarButton Text="Schedule" ID=" m_schedule"
DefaultStyle="border-right:#AD1021 2px Solid;border-
top:#AD1021 2px Solid;font-size:12px;border-left:#AD1021
2px Solid;border-bottom:#AD1021 2px Solid;font-
family:Tahoma;color:Teal;" HoverStyle="border-
right:#Yellow 2px solid;border-top:#Yellow 2px solid;font-
size:12px;border-left:#Yellow 2px solid;border-
bottom:#Yellow 2px solid;font-
family:Arial;color:Teal;background-
color:Yellow;"></iewc:ToolbarButton>

</iewc:Toolbar>
</asp:Panel>



Thank you
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with custom control in design view Andy Microsoft Dot NET Framework Forms 0 21st Aug 2007 02:40 PM
problem with custom control in design view Andy Microsoft Dot NET Framework Forms 0 21st Aug 2007 02:19 PM
How to use a user control's constructor which has parameters in design view mode in Visual Studio 2003? ,What is mechanism for generating InitializeComponent(){}? Ryan Liu Microsoft C# .NET 0 14th Nov 2004 03:48 PM
Derived User Control not showing up in Design View. Steven Microsoft Dot NET 0 17th Jan 2004 02:04 AM
Design view problem of user control Menu Vannela Microsoft ASP .NET 0 17th Dec 2003 05:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:46 PM.