I am relatively new to website design and specifically working in ASP.NET, i am using CSS to style my site, but when i use ASP.NET Controls like GridView, Navigation controls, etc ... they are messed up by the style sheets, and you can t see that until you run the website, because the controls are translated to HTML and so affected by CSS in a way that you can t predict, how to solve this, and is there a better way to layout and desgin sites in ASP.NET.
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...