Click here to Skip to main content
15,921,028 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

By mistake I have press some keys on key board and happen below in source file & .cs file.
How to remove this dots. plz help me.

........... public partial class Inquery : System.Web.UI.Page
.............. {
.............. DBAccess db = new DBAccess();
.............. DataTable objDT = new DataTable();
.............. DataRow DR;

.............. protected void Page_Load(object sender, EventArgs e)
.............. {
................ try


Cheers,
Siddheshwar Duchal
Posted
Comments
_Amy 18-Jul-12 2:59am    
From where did you copy this code? This is not a correct question.

1 solution

Go to Visual Studion Edit => Advanced = > (Click) View White space
 
Share this answer
 
Comments
Siddheshwar Duchal from Pune 18-Jul-12 3:02am    
Done :)
thanks Pradip
pradiprenushe 18-Jul-12 5:19am    
welcome

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