CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML





Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2008 Tags:
Item Type: NewsGroup Date Entered: 3/24/2008 2:03:57 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 5 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
goedings
Asp.Net User
Blank Empty Desing View3/24/2008 2:03:57 PM

0/0

Some of my webcontrols are, after some editing, blank in the desingview of VS2008.

This is my code :

 Anyone ?

Regards,

Martijn Goedings

<%@ control AutoEventWireup="false" CodeFile="VL_VRMethode.ascx.vb" Inherits="DesktopModules_VL_VRMethode_WebUserControl" Language="VB" %>

<%@ Register assembly="DotNetNuke" namespace="DotNetNuke.UI.WebControls" tagprefix="cc1" %>

<%@ Register assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace="System.Web.UI.WebControls" tagprefix="asp" %>

<style type="text/css">

.style3

{

height: 23px;

}

.style6

{

width: 170px;

}

</style>

<asp:Wizard ID="wzdAddMethode" runat="server" ActiveStepIndex="3"

BackColor="#EFF3FB" BorderColor="#B5C7DE" BorderWidth="1px"

CssClass="containermaster_blue" Font-Names="Verdana" Font-Size="0.8em"

Height="261px" Width="662px">

<StepStyle Font-Size="0.8em" ForeColor="#333333" />

<WizardSteps>

<asp:WizardStep ID="Stap1" runat="server" title="Naam methode">

<span ID="Label" class="containermaster_blue" lang="en-us">Geef de naam in van

de nieuwe Vendor Rating Methode<br />

</span>

<asp:TextBox ID="TextBox1" runat="server" Width="278px"></asp:TextBox>

<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"

ControlToValidate="TextBox1" CssClass="Normal"

ErrorMessage="RequiredFieldValidator">Geef een naam in voor de nieuwe Vendor

Rating Methode</asp:RequiredFieldValidator>

</asp:WizardStep>

<asp:WizardStep ID="Stap2" runat="server" title="Verhouding segementen">

<table class="containermaster_blue" style="width:100%;">

<tr>

<td align="left" CssClass="NormalTextBox" class="Normal" colspan="2">

Geef de verhouding tussen de verschillende segmenten weer

</td>

<td>

</td>

</tr>

<tr>

<td align="right" CssClass="NormalTextBox">

<cc1:TextEditControl ID="tPrijs" runat="server" EditMode="Edit"

Required="False" Enabled="False" ToolTip="23" />

</td>

<td>

<asp:TextBox ID="txtPrijsPerc" runat="server" CssClass="NormalTextbox"

Width="36px"></asp:TextBox>

</td>

</tr>

<tr>

<td align="right" CssClass="NormalTextBox">

<cc1:TextEditControl ID="tLever" runat="server" EditMode="Edit"

Required="False" />

</td>

<td>

<asp:TextBox ID="txtLeverPerc" runat="server" CssClass="NormalTextbox"

Width="36px"></asp:TextBox>

</td>

</tr>

<tr>

<td align="right" CssClass="NormalTextBox">

<cc1:TextEditControl ID="tKwal" runat="server" EditMode="Edit"

Required="False" />

</td>

<td>

<asp:TextBox ID="txtKwalPerc" runat="server" CssClass="NormalTextBox"

Width="36px"></asp:TextBox>

</td>

</tr>

<tr>

<td align="right" CssClass="NormalTextBox">

<asp:Label ID="lblTotalError" runat="server" CssClass="Normal"></asp:Label>

</td>

<td>

<asp:Label ID="lblTotaal" runat="server" CssClass="NormalTextBox"></asp:Label>

</td>

</tr>

</table>

</asp:WizardStep>

<asp:WizardStep ID="Stap3" runat="server" Title="Details segementen">

</asp:WizardStep>

<asp:TemplatedWizardStep ID="Stap3a" runat="server" EnableViewState="False"

Title="Pijsbetrouwbaarheid">

<ContentTemplate>

<table align="right" style="width:100%;">

<tr>

<td align="left" class="Normal" colspan="2">

Hoeveel verschillende prijscontroles wilt u uitvoeren ?</td>

<td align="left" class="Normal">

&nbsp;</td>

</tr>

<tr>

<td align="left" class="style6">

<asp:TextBox ID="txtAantalPrijsControles" runat="server" Width="41px"></asp:TextBox>

</td>

<td class="style3">

<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server"

ControlToValidate="txtAantalPrijsControles" CssClass="Normal"

ErrorMessage="RequiredFieldValidator">Geef het aantal controles in (max 3)</asp:RequiredFieldValidator>

<asp:RangeValidator ID="RangeValidator1" runat="server"

ControlToValidate="txtAantalPrijsControles" CssClass="Normal"

ErrorMessage="RangeValidator" MaximumValue="3" MinimumValue="0">Geef het aan

controles in (Max 3)</asp:RangeValidator>

</td>

<td class="style3">

&nbsp;</td>

</tr>

<tr>

<td class="style6">

<asp:Label ID="lblPrijs1" runat="server" CssClass="Normal"

Text="Geef naam voor controle 1 in ..."></asp:Label>

</td>

<td>

<cc1:TextEditControl ID="txtPrijsNaam1" runat="server"

CssClass="NormalTextBox" />

</td>

<td>

<asp:RequiredFieldValidator ID="rfvNaam1" runat="server"

ControlToValidate="txtPrijsNaam1" CssClass="Noral" Display="Dynamic"

Enabled="False" ErrorMessage="RequiredFieldValidator">Geef naam in van

prijscontrole</asp:RequiredFieldValidator>

</td>

</tr>

<tr>

<td class="style6">

<asp:Label ID="lblPrijs2" runat="server" CssClass="Normal"

Text="Geef naam voor controle 2 in ..."></asp:Label>

</td>

<td>

<cc1:TextEditControl ID="txtPrijsNaam2" runat="server"

CssClass="NormalTextBox" />

</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style6">

<asp:Label ID="lblPrijs3" runat="server" CssClass="Normal"

Text="Geef naam voor controle 3 in ..."></asp:Label>

</td>

<td>

<cc1:TextEditControl ID="txtPrijsNaam3" runat="server"

CssClass="NormalTextBox" />

</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style6">

&nbsp;</td>

<td>

&nbsp;</td>

<td>

&nbsp;</td>

</tr>

<tr>

<td class="style6">

&nbsp;</td>

<td>

&nbsp;</td>

<td>

&nbsp;</td>

</tr>

</table>

</ContentTemplate>

</asp:TemplatedWizardStep>

<asp:WizardStep ID="Stap3b" runat="server" EnableViewState="False"

Title="Leverbetrouwbaarheid">

</asp:WizardStep>

<asp:WizardStep ID="Stap3c" runat="server" EnableViewState="False"

Title="Kwaliteit">

</asp:WizardStep>

</WizardSteps>

<NavigationButtonStyle BackColor="White" BorderColor="#507CD1"

BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em"

ForeColor="#284E98" />

<HeaderStyle BackColor="#284E98" BorderColor="#EFF3FB" BorderStyle="Solid"

BorderWidth="2px" Font-Bold="True" Font-Size="0.9em" ForeColor="White"

HorizontalAlign="Center" />

</asp:Wizard>

Mikhail Arkhipo
Asp.Net User
Re: Blank Empty Desing View3/24/2008 3:54:48 PM

0/0

Style blocks are <link> elements are not supported in Web controls, sorry. Since control can be inserted any where (such as in a <body> element), <style> block or <link> may end up inside the <body> which is not standard compliant.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
goedings
Asp.Net User
Re: Blank Empty Desing View3/24/2008 5:15:44 PM

0/0

Multu Gracias, Thank you very much 4 r quick reply. When I delete the style tag  and all I get the message :

Error Creating Control - wzdAddMethodeCannot find web project item 'C:\inetpub\wwwroot\dotnetnuke\Website\VL_VRMethode.ascx'.

 Am  I just 2 blunt ?

Kind regards,

Martijn Goedings

goedings
Asp.Net User
Re: Blank Empty Desing View3/24/2008 5:26:53 PM

0/0

Never Mind. Did some 3rd party adjusting. Everything is working fine now. Thnx again.

Martijn

4 Items, 1 Pages 1 |< << Go >> >|



Search This Site:


Meet Our Sponsors:



Other Resources:

Blank Empty Desing View - ng.asp-net-forum.visual_studio_2008 - Web ... Blank Empty Desing View, > ROOT > NEWSGROUP > Asp.Net Forum > visual_studio. ... Views: 0. Favorited: 0. Favorite. Can Reply: No. Members Can Edit: No. Online: Yes ...
ACC: Form Opened in Form View Is Completely Blank Therefore, when you design a form, place necessary controls, such as command ... The form is blank in all situations because the recordset is empty. ...
MySpace.com - blank tapes, empty bottles - Edgewood, Cranston, Rhode ... MySpace music profile for blank tapes, empty bottles with tour dates, songs, videos, pictures, blogs, band information, downloads and more
ACC: Concatenating Fields in a Text Box to Remove Blank Lines If a field is blank, it returns an "empty" value. ... Create a new form based on the Employees table and open it in Design view. 3. ...
Design View Not Working - ASP.NET Forums ... page, the source view shows me what I need to see, but the design view is blank. ... archive/2008/04/27/workaround-empty-design-view-for-user-controls.aspx ...
ieor.berkeley.edu/~goldberg/courses/msa-labs5/Lab2-MSA-Tables.doc 2.1 Create a Table in Datasheet View. To create a blank (empty) table in datasheet view, you can: ... To create a blank (empty) table in design view, you can: ...
The Challenge of Designing the "Blank Slate" (Signal vs. Noise) ... unclear design by cluttering the opening view of the interface with a lot of expository text. ... on my screen that were empty, that I needed to 'populate' ...
Drawing a blank over large, empty wall Design Dilemmas. Archive. Drawing a blank over large, empty wall. Linda Spence ... View Comments (0) Flock To Rock Thousands pack GG Park for Outside Lands ...
Blank Design Templates 1 Full Color Design & Printing Company Specializing In Business ... Your Cart Is Empty. Home. Contact Us. View Cart. F.A.Q. Privacy Policy. Terms & Conditions ...
Follow-up: Designing a web app's "Blank Slate" state (Signal vs. Noise) View Comments (5) | Post a Comment. Follow-up: Designing a web app's "Blank ... but the customer's first impression is when the app is empty (the "blank slate" ...



 
All Times Are GMT