Will VS.NET mess up my hard coded DataGrids in my .ASPX pages?
I am hard coding in Notepad the DataGrids to make the tables in an ASPX
file.
I know that VS.NET can make DataGrids using it's automated controls, but
when I open my ASPX files that have hand coded DataGrids , will VS.NET
accept them and then convert them into there DataGrid controls?
Thanks.
# 1 Re: Will VS.NET mess up my hard coded DataGrids in my .ASPX pages?
From what I read, there are two kinds of controls, the WebControls
and HTML Controls. The controls you hard code are of the HTML
variety. Have you seen this:
http://msdn.microsoft.com/library/default.asp?URL=/library/techart/webforms.htm
LFS
"com no spam lift" <com_no_spam_me_lift_jose8@pacbell.net> wrote in message news:39c23077$1@news.dev-archive.com...
> I am hard coding in Notepad the DataGrids to make the tables in an ASPX
> file.
>
> I know that VS.NET can make DataGrids using it's automated controls, but
> when I open my ASPX files that have hand coded DataGrids , will VS.NET
> accept them and then convert them into there DataGrid controls?
>
> Thanks.
>
>
# 2 Re: Will VS.NET mess up my hard coded DataGrids in my .ASPX pages?
You should post questions like this in the web.asp.plus newsgroup. This
group is for discussing VB.NET.
com no spam lift <com_no_spam_me_lift_jose8@pacbell.net> wrote in message
news:39c23077$1@news.dev-archive.com...
> I am hard coding in Notepad the DataGrids to make the tables in an ASPX
> file.
>
> I know that VS.NET can make DataGrids using it's automated controls, but
> when I open my ASPX files that have hand coded DataGrids , will VS.NET
> accept them and then convert them into there DataGrid controls?
>
> Thanks.