how to highlight tags.
-
i have written tags in asp.net but it is not highlighted or i can't see the effect of select. on selection of highlight
so that we can make up the bound of tag ... ...
how to do that. thank you vijaya
vijaya
-
i have written tags in asp.net but it is not highlighted or i can't see the effect of select. on selection of highlight
so that we can make up the bound of tag ... ...
how to do that. thank you vijaya
vijaya
I'm sorry, I have no idea what it is you are asking. You added a table to an ASP.NET page. Now you want to select it ? How ? In the IDE, by the client, or what ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I'm sorry, I have no idea what it is you are asking. You added a table to an ASP.NET page. Now you want to select it ? How ? In the IDE, by the client, or what ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
in the source file while typing code (.aspx) sometimes i want to see where exactly my code ends, if i place my cursor at the begin of tag and it heighligts the end of the tag or visa versa. so typing is easy we can makeout error due to code. thank you
vijaya
-
in the source file while typing code (.aspx) sometimes i want to see where exactly my code ends, if i place my cursor at the begin of tag and it heighligts the end of the tag or visa versa. so typing is easy we can makeout error due to code. thank you
vijaya
OK - that's an IDE option. Just indent your code properly, if you can't get it to work, then you can see that you closed all the tags.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )