This is a migrated thread and some comments may be shown as answers.

Unwanted Space(&nbsp) inserting in web form automatically in vs2010

2 Answers 445 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Coolbudy
Top achievements
Rank 1
Coolbudy asked on 17 Dec 2012, 11:20 AM
I am trying to design my web form in VS2010 but when i run it ....the &nbsp automatically adding on my form and it collapses all my designing....... how can i solve it?

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 Dec 2012, 04:07 PM
Hello,

Do you think that this problem is somehow related to RadControls for ASP.NET AJAX?
Are you able to reproduce the reported behavior without adding RadControls to your web forms in Visual Studio?

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
praveen
Top achievements
Rank 1
answered on 02 Nov 2014, 11:59 PM
Friends there is a simple solution for this...
Remove all spaces and carriage returns with in the control. Problem will be solved

for eg: if your control is like 
<Select>
 <Option>1</Option>
 <Option>2</Option>
</Select>

Solution is to make the mark up as following
<Select><Option>1</Option><Option>2</Option></Select>

Let me know whether you are still facing this issue
Tags
General Discussions
Asked by
Coolbudy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
praveen
Top achievements
Rank 1
Share this question
or