Hello, If it happens avter you've typed some code, you need just to trace and debug the code. Here is a video how to do it: http://www.asp.net/learn/videos/video-10.aspx If it happens just on a new application, and have not typed anything.. just repair your Visual Studio instalation, or uninstall it and install it again.
Z
ZZTop777
@ZZTop777
Posts
-
How to fix this error? -
How to do ASP.NET C# ChartDo you have any ideas for so kind of chart?
-
How to add flash object in asp.net page with source code or by designjust add this in the design, just corect it a litle.. the file name with yours or with url to yours.. :)
-
Apply CSS to all classesyou need classes like a { ...the style elements... } table { ...the style elements... } it needs to be in the .css file if thats now what you are looking for.. just type a class in the .css .. something like: .classname { ...the style elements... } after that in the html(asp.net) code use code like:
... content ...
hope it's useful modified on Sunday, February 8, 2009 4:16 PM