Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to Write Client side code(ie code of page .aspx) of asp.net on this site (ie. codeproject) means what to select from code section i have tried selecting Html/xml/asp and c# but it is not looking good to me any suggestion .
Posted
Updated 6-Dec-13 4:52am
v2
Comments
OriginalGriff 6-Dec-13 10:55am    
I'm sure English is not your native language, but it is the default language for this site.
In English, your question makes no sense at all.
Please, either try to find a better translation of your question to English, or find a site in your own native language, as they may be able to help you better than we can!
Use the "Improve question" widget to edit your question and provide better information.
Vishal Pand3y 6-Dec-13 11:08am    
I have a very simple question what to select from code while asking or answering the question in this site it has nothing to do with English
Richard MacCutchan 6-Dec-13 11:21am    
You select the value that matches the language that the code is written in. For example adding a snippet of C# you select C#, for a bit of Javascript select Javascript etc.
Karthik_Mahalingam 6-Dec-13 12:08pm    
add your code inside <pre lang="HTML"> your code here... </pre>
Sergey Alexandrovich Kryukov 6-Dec-13 12:13pm    
This is a correct answer. Will you answer formally, to close the "issue"?
—SA

1 solution

add your code inside

HTML
<pre lang="HTML">
your code here...
</pre>
 
Share this answer
 
v4
Comments
Karthik_Mahalingam 6-Dec-13 12:32pm    
not able to add </pre> tag at the end...

so Pls add </pre> at the end, whenever u post some html or aspx contents..
Vishal Pand3y 6-Dec-13 12:32pm    
I got it
Karthik_Mahalingam 6-Dec-13 12:33pm    
ok.. good..
Richard MacCutchan 6-Dec-13 13:05pm    
See my update.
Karthik_Mahalingam 6-Dec-13 13:08pm    
thanks richard..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900