Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I don't know which short cut i have pressed or what happen but i done some changes and close the project and open it again after 10-20 min and one of my ascx page show hex value instead of html tag.

it show this type of value instead of Html tag.

000000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..............
000000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..............
000000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..............

Guys Please help me, it has already wasted my 4-5 hours.
Posted
Updated 20-Dec-12 20:44pm
v2

1 solution

I think u have been activated Hexadecimal Display. so to deactivate Hexadecimal Display Just go to the Tools Options Dialog, Debugging tab and uncheck the Hexadecimal Display check box.
 
Share this answer
 
Comments
nikhilkhoda 21-Dec-12 5:43am    
Hey,

Thanks for the Response.

I checked the Debugging tab but there is no such option for Hexadecimal Display. I am using Visual studio 2010. And also this error occured only in 1 file.
Sanjeev Alamuri 26-Dec-12 1:48am    
Run the program with debugger. select one variable for addWatch option. after selecting addWatch, right click on the variable on that in addWatch prompt screen, there u r going to see the Hexadecimal Display option. deselect that option. thats it only.

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