Click here to Skip to main content
15,911,711 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
unale to open the design page in asp.net while clicking "View Design"
how will i get it?
Posted
Comments
Nithin Sundar 16-May-11 7:07am    
Check your error list to see if there are any errors. Also, post the part of your code where you think it is going wrong. People will not be able to judge the problem based on no actual information.
Uday Kumar B R 16-May-11 7:11am    
Will You Paste your Source code of your *.aspx page
durgeshtupkar10 17-May-11 0:54am    
<%@ Master Language="C#" EnableViewState="true" MasterPageFile="~/cERP.master" AutoEventWireup="true"
Inherits="WebForms_Templates_BasicTemplate" CodeBehind="BasicTemplate.master.cs" %>

<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="Menu">
<div id="divBasicTemplate">
<asp:ContentPlaceHolder ID="MainBasicContent" runat="server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
<contenttemplate>
<telerik:RadTabStrip ID="radTabStripBasic" runat="server" MultiPageID="RadMultiPageBasic"
SelectedIndex="0" önTabClick="RadTabStrip1_TabClick">
<tabs>
<telerik:radtab text="<u>A</u>ccount Details" selectedindex="0" accesskey="A" selected="True"
="" value="radTabMainAccountDetails">

<telerik:radtab text="<u>A</u>ddress Details" accesskey="A" value="radTabAddressDetails">

<telerik:radtab text="<u>C</u>ontact Details" accesskey="C" value="radTabContactDetails">

<telerik:radtab text="<u>S</u>upplier Details" accesskey="S" value="radTabSupplierDetails">

<telerik:radtab text="S<u>u</u>pplier Items" accesskey="S" value="radTabSupplierItems">

<telerik:radtab text="<u>T</u>ax Details" accesskey="T" value="radTabTaxDetails">

<telerik:radtab text="<u>B</u>ank Details" accesskey="B" value="radTabBankDetails">

<telerik:radtab text="<u>L</u>ist" visible="false" accesskey="L" value="radTabList">



<table width="100%">
<tr style="background-color: #C0C0C0">
<td width="92%" align="center" valign="middle">
<asp:Label ID="lblFormName" runat="server" Font-Bold="True" Font-Names="Times New Roman"
Font-Size="Large">
</td>
<td width="8%" valign="middle" align="center">
Show List
</td>
</tr>
</table>
<asp:Label ID="lblError" runat="server" Style="text-align: left" Text="Error Message"
Width="100%">
<telerik:RadMultiPage ID="RadMultiPageBasic" runat="server" SelectedIndex="0" ScrollBars="Auto"
class="RadMultiPage">
<telerik:RadPageView ID="radPageViewAccountDetails" runat="server">
<table id="MainTable" style="width: 100%;">
<tr>
<td style="width: 117px;">
<asp:Label ID="lblSerialNo" runat="server" Font-Bold="False" TabIndex="1" Text="Serial No:"
AccessKey="S" BackColor="#C0C0C0">
</td>
<td style="width: 159px">
<telerik:RadTextBox ID="SerialNo" runat="server" LabelCssClass="" Width="180px">
durgeshtupkar10 17-May-11 1:08am    
Design Part is showing lot of "Error Creating Control" labels in red colour.
durgeshtupkar10 18-May-11 6:16am    
hi..............
what about my querry!!!!!!!!!!!

Click on start --> click on RUN

Paste the following line in run window and given enter
devenv /resetskippkgs

now open the Project using editor

Hoep it helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900