VS thinks it knows things better

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: VS thinks it knows things better

    They're still working on it. :(

    HTH,

    Kevin Spencer
    Microsoft FrontPage MVP
    Internet Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of Little things.

    "Martin Olson" <martin.olso@avis.at> wrote in message
    news:%23IUiBVIPDHA.1364@TK2MSFTNGP10.phx.gbl...
    > For a Web User Control I've made a table, writing it all on the HTML tab.
    > Fot the tableheader <th> I have written align="center". When I switch to
    the
    > Design tab and then go back to HTML tab again, VS have changed the word
    > 'center' to 'middle' and marked it with the red wave (indicating that it
    > isnīt correct). When I, on the Design tab look at the cellīs property, it
    > says 'center' but still 'middle' in the HTML code. I have got one
    suggestion
    > that it could have with the dictionary in Word to do. I do not think that
    > that could be the case, but who knows. Strange things have been developed
    > and sold before. I am using .Net 1.0.
    >
    > Regards
    > Martin
    >
    >

    Kevin Spencer Guest

  2. Similar Questions and Discussions

    1. Eregi pattern matching - bit of a challenge I thinks
      Hi,. I'm trying to detect any links that are contained within an html page using eregi pattern matching. I was wondering if there are any pattern...
    2. help:RedHat PPP dialer RP3 thinks it's up when it's not.
      Hi, A system running redhat 7.0 has redhat ppp dialer problem (rp3). The system is setup properly but suddenly the dialer started to misbehave, it...
    3. How do I show Thinks from other sites on mine, without linking....
      Hi, I have a problem I have a Safelist at the safelistbuilder. But you can not uploade anything to there pages (only Html, writen on the site)....
    4. XP thinks cable is unplugged
      On another computer, I was using Windows 98 and a Realtek RTL8139(A/B/C/8130) PCI Fast Ethernet NIC (July 17, 2000 driver) that worked fine for at...
    5. my powerbook thinks it's an imac
      I know there is a simple fix for this (having done this before), but I forgot how. I used Carbon Copy Cloner to clone my iMac to my Powerbook....
  3. #2

    Default RE: VS thinks it knows things better


    Martin, can you post the source you are working with, here? (aspx + code
    behind) As well, could you give me the version information that you see
    when you click on Help->About.

    Thanks


    Charlie Nilsson [msft]
    Visual Studio Update

    --

    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    [url]http://www.microsoft.com/info/cpyright.htm[/url]

    Note: For the benefit of the community-at-large, all responses to this
    message are best directed to the newsgroup/thread from which they
    originated.
    --------------------
    > From: "Martin Olson" <martin.olso@avis.at>
    > Subject: VS thinks it knows things better
    > Date: Fri, 27 Jun 2003 10:21:22 +0200
    > Lines: 14
    > X-Priority: 3
    > X-MSMail-Priority: Normal
    > X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > Message-ID: <#IUiBVIPDHA.1364@TK2MSFTNGP10.phx.gbl>
    > Newsgroups: microsoft.public.dotnet.framework.aspnet
    > NNTP-Posting-Host: 194.118.41.98
    > Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
    > Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:155371
    > X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    >
    > For a Web User Control I've made a table, writing it all on the HTML tab.
    > Fot the tableheader <th> I have written align="center". When I switch to
    the
    > Design tab and then go back to HTML tab again, VS have changed the word
    > 'center' to 'middle' and marked it with the red wave (indicating that it
    > isnīt correct). When I, on the Design tab look at the cellīs property, it
    > says 'center' but still 'middle' in the HTML code. I have got one
    suggestion
    > that it could have with the dictionary in Word to do. I do not think that
    > that could be the case, but who knows. Strange things have been developed
    > and sold before. I am using .Net 1.0.
    >
    > Regards
    > Martin
    >
    >
    >
    Charlie Nilsson [MSFT] Guest

  4. #3

    Default Re: VS thinks it knows things better

    Hi Charlie!
    Here comes the code you asked for. The versioninfo is,
    - Microsoft Development Environment 2002 Version 7.0.9466
    - Microsoft .Net Framework 1.0 Version 1.0.3705.

    Another thing, VS also changes the letters from lower case till upper case,
    but just sometimes. When I wrote the code I allways wrote it with lower
    case.
    Martin

    "<%@ Control Language="vb" AutoEventWireup="false"
    Codebehind="CtrlTwo.ascx.vb" Inherits="ReportOne.CtrlTwo"
    TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>"
    "<table width="60">"
    " <tr>"
    " <th align="middle" width="100%"> <!--Here I did wrote 'center' as value
    for the attribute 'align'.-->"
    " AV.L/R</th>"
    " <tr>"
    " <tr>"
    " <td><input type="text" size="3" name="ctrl2_12">"
    " </td>"
    " </tr>"
    " <TR>"
    " <TD><input type="text" size="3" name="ctrl2_13"></TD>"
    " </TR>"
    " <TR>"
    " <TD><input type="text" size="3" name="ctrl2_14"></TD>"
    " </TR>"
    "</table>"

    "Charlie Nilsson [MSFT]" <CharlieNilsson_CUTOUT_@hotmail.com> schrieb im
    Newsbeitrag news:iiSoycMPDHA.1640@cpmsftngxa06.phx.gbl...
    >
    > Martin, can you post the source you are working with, here? (aspx + code
    > behind) As well, could you give me the version information that you see
    > when you click on Help->About.
    >
    > Thanks
    >
    >
    > Charlie Nilsson [msft]
    > Visual Studio Update
    >
    > --
    >
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    > Use of included script samples are subject to the terms specified at
    > [url]http://www.microsoft.com/info/cpyright.htm[/url]
    >
    > Note: For the benefit of the community-at-large, all responses to this
    > message are best directed to the newsgroup/thread from which they
    > originated.
    > --------------------
    > > From: "Martin Olson" <martin.olso@avis.at>
    > > Subject: VS thinks it knows things better
    > > Date: Fri, 27 Jun 2003 10:21:22 +0200
    > > Lines: 14
    > > X-Priority: 3
    > > X-MSMail-Priority: Normal
    > > X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > > Message-ID: <#IUiBVIPDHA.1364@TK2MSFTNGP10.phx.gbl>
    > > Newsgroups: microsoft.public.dotnet.framework.aspnet
    > > NNTP-Posting-Host: 194.118.41.98
    > > Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
    > > Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet:155371
    > > X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > >
    > > For a Web User Control I've made a table, writing it all on the HTML
    tab.
    > > Fot the tableheader <th> I have written align="center". When I switch to
    > the
    > > Design tab and then go back to HTML tab again, VS have changed the word
    > > 'center' to 'middle' and marked it with the red wave (indicating that it
    > > isnīt correct). When I, on the Design tab look at the cellīs property,
    it
    > > says 'center' but still 'middle' in the HTML code. I have got one
    > suggestion
    > > that it could have with the dictionary in Word to do. I do not think
    that
    > > that could be the case, but who knows. Strange things have been
    developed
    > > and sold before. I am using .Net 1.0.
    > >
    > > Regards
    > > Martin
    > >
    > >
    > >
    >

    Martin Olson Guest

  5. #4

    Default Re: VS thinks it knows things better

    In this stage there is no, by me written, codebehind.

    This is what VS wrote.

    Public MustInherit Class CtrlTwo

    Inherits System.Web.UI.UserControl

    #Region " Web Form Designer Generated Code "

    'This call is required by the Web Form Designer.

    <System.Diagnostics.DebuggerStepThrough()> Private Sub

    InitializeComponent()

    End Sub

    Private Sub Page_Init(ByVal sender As System.Object, ByVal e As

    System.EventArgs) Handles MyBase.Init

    'CODEGEN: This method call is required by the Web Form Designer

    'Do not modify it using the code editor.

    InitializeComponent()

    End Sub

    #End Region

    Private Sub Page_Load(ByVal sender As System.Object, ByVal e As

    System.EventArgs) Handles MyBase.Load

    'Put user code to initialize the page here

    End Sub

    End Class



    "Charlie Nilsson [MSFT]" <CharlieNilsson_CUTOUT_@hotmail.com> schrieb im
    Newsbeitrag news:iiSoycMPDHA.1640@cpmsftngxa06.phx.gbl...
    >
    > Martin, can you post the source you are working with, here? (aspx + code
    > behind) As well, could you give me the version information that you see
    > when you click on Help->About.
    >
    > Thanks
    >
    >
    > Charlie Nilsson [msft]
    > Visual Studio Update
    >
    > --
    >
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    > Use of included script samples are subject to the terms specified at
    > [url]http://www.microsoft.com/info/cpyright.htm[/url]
    >
    > Note: For the benefit of the community-at-large, all responses to this
    > message are best directed to the newsgroup/thread from which they
    > originated.
    > --------------------
    > > From: "Martin Olson" <martin.olso@avis.at>
    > > Subject: VS thinks it knows things better
    > > Date: Fri, 27 Jun 2003 10:21:22 +0200
    > > Lines: 14
    > > X-Priority: 3
    > > X-MSMail-Priority: Normal
    > > X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > > Message-ID: <#IUiBVIPDHA.1364@TK2MSFTNGP10.phx.gbl>
    > > Newsgroups: microsoft.public.dotnet.framework.aspnet
    > > NNTP-Posting-Host: 194.118.41.98
    > > Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
    > > Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet:155371
    > > X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > >
    > > For a Web User Control I've made a table, writing it all on the HTML
    tab.
    > > Fot the tableheader <th> I have written align="center". When I switch to
    > the
    > > Design tab and then go back to HTML tab again, VS have changed the word
    > > 'center' to 'middle' and marked it with the red wave (indicating that it
    > > isnīt correct). When I, on the Design tab look at the cellīs property,
    it
    > > says 'center' but still 'middle' in the HTML code. I have got one
    > suggestion
    > > that it could have with the dictionary in Word to do. I do not think
    that
    > > that could be the case, but who knows. Strange things have been
    developed
    > > and sold before. I am using .Net 1.0.
    > >
    > > Regards
    > > Martin
    > >
    > >
    > >
    >

    Martin Olson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139