heavenly_blue
01-27-2005, 01:05 PM
I consider myself advanced in the fields of CSS, HTML and ASP.
I've been given the task of taking a web application written in ASP.NET and fixing it since it's not exactly useful or functional right now. The guy who originally wrote it left so...
I need to know the basics on this. I am using Microsoft Visual Studio .NET 2003 to build the code. I wish I could just use notepad like I'm used to, but I guess I need that program to compile stuff. (?)
The first thing I started to do is remove all the <table> tags use for layout purposes. That really gets to me. When I put a <style> tag in the <head> the program tells me "The active schema does not support the element 'style'." What's with that?
Do I need these META tags for the pages to function?
<meta name="GENERATOR"
content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE"
content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript"
content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0">
Do I have to use these asp: tags for all the form elements? Is there a way to change the output of these elements? Right now they're inserting tabs, whitespace and self closing tags which I dont need. Can't I just Response.Write the values like I'm used to in ASP, or is it better to just learn how to use these tags correctly?
What's with this datagrid crap?
Any suggestions are welcome...god I almost just want to rewrite the whole thing in ASP, but I'm not because I'd like to learn this language...is it worth it?
I've been given the task of taking a web application written in ASP.NET and fixing it since it's not exactly useful or functional right now. The guy who originally wrote it left so...
I need to know the basics on this. I am using Microsoft Visual Studio .NET 2003 to build the code. I wish I could just use notepad like I'm used to, but I guess I need that program to compile stuff. (?)
The first thing I started to do is remove all the <table> tags use for layout purposes. That really gets to me. When I put a <style> tag in the <head> the program tells me "The active schema does not support the element 'style'." What's with that?
Do I need these META tags for the pages to function?
<meta name="GENERATOR"
content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE"
content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript"
content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0">
Do I have to use these asp: tags for all the form elements? Is there a way to change the output of these elements? Right now they're inserting tabs, whitespace and self closing tags which I dont need. Can't I just Response.Write the values like I'm used to in ASP, or is it better to just learn how to use these tags correctly?
What's with this datagrid crap?
Any suggestions are welcome...god I almost just want to rewrite the whole thing in ASP, but I'm not because I'd like to learn this language...is it worth it?