Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
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...the> 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 tosuggestion> 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> 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
-
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... -
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... -
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).... -
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... -
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.... -
Charlie Nilsson [MSFT] #2
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.
--------------------the> 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 tosuggestion> 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> 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
-
Martin Olson #3
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...rights.>
> 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 nomicrosoft.public.dotnet.framework.aspnet:155371> 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.gbltab.> > X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> > For a Web User Control I've made a table, writing it all on the HTMLit> the> > Fot the tableheader <th> I have written align="center". When I switch to> > 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,that> suggestion> > says 'center' but still 'middle' in the HTML code. I have got one> > that it could have with the dictionary in Word to do. I do not thinkdeveloped> > that could be the case, but who knows. Strange things have been>> > and sold before. I am using .Net 1.0.
> >
> > Regards
> > Martin
> >
> >
> >
Martin Olson Guest
-
Martin Olson #4
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...rights.>
> 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 nomicrosoft.public.dotnet.framework.aspnet:155371> 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.gbltab.> > X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> > For a Web User Control I've made a table, writing it all on the HTMLit> the> > Fot the tableheader <th> I have written align="center". When I switch to> > 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,that> suggestion> > says 'center' but still 'middle' in the HTML code. I have got one> > that it could have with the dictionary in Word to do. I do not thinkdeveloped> > that could be the case, but who knows. Strange things have been>> > and sold before. I am using .Net 1.0.
> >
> > Regards
> > Martin
> >
> >
> >
Martin Olson Guest



Reply With Quote

