Click here to Skip to main content
15,892,768 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionerror in displaying the menu in Opera browser Pin
jknascrimz24-Jun-10 0:57
jknascrimz24-Jun-10 0:57 
AnswerRe: error in displaying the menu in Opera browser Pin
Sandeep Mewara24-Jun-10 4:54
mveSandeep Mewara24-Jun-10 4:54 
QuestionQuery regarding Yahoo/Outlook calendar Pin
nilam247724-Jun-10 0:32
nilam247724-Jun-10 0:32 
AnswerRe: Query regarding Yahoo/Outlook calendar Pin
Sandeep Mewara24-Jun-10 5:00
mveSandeep Mewara24-Jun-10 5:00 
QuestionKeep selected note of treeview on Master page Pin
Naunt24-Jun-10 0:05
Naunt24-Jun-10 0:05 
GeneralRe: Keep selected note of treeview on Master page Pin
Paladin200024-Jun-10 4:21
Paladin200024-Jun-10 4:21 
AnswerRe: Keep selected note of treeview on Master page Pin
Sandeep Mewara24-Jun-10 5:18
mveSandeep Mewara24-Jun-10 5:18 
QuestionError when browse in IIS Pin
Naunt23-Jun-10 23:55
Naunt23-Jun-10 23:55 
Dear all,
Please help me solve this.
I got error when browse my asp.net web application from IIS. When publish the project no error show.

The error is as below when browse from IIS.
<br />
XML Parsing Error: not well-formed<br />
Location: http://localhost/BLentry/blentry.aspx<br />
Line Number 1, Column 2:<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="BLEntry.aspx.vb" Inherits="WebApplication1.BLEntry1" %><br />
-^


My source code is as below
<%@ Page Title="Home Page" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default" %>
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>

<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
    <h2>
        BL List
    </h2>
    <table style="width: 100%; height:100%">
    <tr>
    <td style="width:100%; height:90%">
    <telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" 
    AllowSorting="True" AutoGenerateDeleteColumn="True" 
    AutoGenerateEditColumn="True" GridLines="None" Skin="Office2007" 
        AllowCustomPaging="True" PageSize="20">
        <ClientSettings>
            <Scrolling AllowScroll="True" UseStaticHeaders="True" />
        </ClientSettings>
<MasterTableView>
<RowIndicatorColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>

<ExpandCollapseColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
</MasterTableView>
    </telerik:RadGrid>
    </td>
    </tr>
    <tr>
    <td>
    <asp:Button ID="Button1" runat="server" Text="New BL" />
    </td>
    </tr>
    </table>
            
    </asp:Content>


Thanks and Best Regards
AnswerRe: Error when browse in IIS Pin
Arun Jacob24-Jun-10 0:06
Arun Jacob24-Jun-10 0:06 
QuestionRe: Error when browse in IIS Pin
Naunt24-Jun-10 0:21
Naunt24-Jun-10 0:21 
AnswerRe: Error when browse in IIS Pin
Arun Jacob24-Jun-10 1:27
Arun Jacob24-Jun-10 1:27 
GeneralRe: Error when browse in IIS Pin
Naunt24-Jun-10 17:16
Naunt24-Jun-10 17:16 
QuestionRe: Error when browse in IIS Pin
Naunt24-Jun-10 0:44
Naunt24-Jun-10 0:44 
Questionhow can we know the client has requested an image from the server Pin
anonymousmember23-Jun-10 22:12
anonymousmember23-Jun-10 22:12 
AnswerRe: how can we know the client has requested an image from the server Pin
Rhys Jacob23-Jun-10 23:37
Rhys Jacob23-Jun-10 23:37 
QuestionRead columns and sheets in Excel and Save to DB Pin
Member 322226423-Jun-10 21:35
Member 322226423-Jun-10 21:35 
AnswerRe: Read columns and sheets in Excel and Save to DB Pin
Jens Meyer23-Jun-10 22:36
Jens Meyer23-Jun-10 22:36 
AnswerRe: Read columns and sheets in Excel and Save to DB Pin
Tej Aj23-Jun-10 22:44
Tej Aj23-Jun-10 22:44 
QuestionICallbackEventhandler's GetCallbackResult() function not calling the client side javascript function in case of clik event of an ASP.net button control Pin
K.Safvi23-Jun-10 21:17
K.Safvi23-Jun-10 21:17 
Questionhow to access local website by ip address instead of localhost Pin
Member 391904923-Jun-10 15:44
Member 391904923-Jun-10 15:44 
AnswerRe: how to access local website by ip address instead of localhost Pin
Rhys Jacob23-Jun-10 23:39
Rhys Jacob23-Jun-10 23:39 
AnswerRe: how to access local website by ip address instead of localhost Pin
Adam R Harris24-Jun-10 6:10
Adam R Harris24-Jun-10 6:10 
QuestionDisplaying a modal popup with a click on a link in the repeater Pin
immu523-Jun-10 11:11
immu523-Jun-10 11:11 
AnswerRe: Displaying a modal popup with a click on a link in the repeater Pin
Adam R Harris23-Jun-10 14:05
Adam R Harris23-Jun-10 14:05 
GeneralRe: Displaying a modal popup with a click on a link in the repeater Pin
immu524-Jun-10 5:59
immu524-Jun-10 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.