by working in Visual Studio 2008 I found often a lot of " " characters (I did not write them) in objects Text property.
This is an example of a right code:
<ww:wwWebLabel ID="lblLanguage" runat="server" ControlSourceMode="OneWay" style="font-weight:bold">Language </ww:wwWebLabel>
and this is an example how I find it a bit of time after I did write it:
<ww:wwWebLabel ID="lblLanguage" runat="server" ControlSourceMode="OneWay" style="font-weight:bold"> Language </ww:wwWebLabel>
Please, what could be causing it?
Thank you very much