How to remove whitespaces inside Place Holder
Hi,
There are white spaces which are creating inside of the placeholder.
Please Any one can tell me how to remove them.
I am using the following code but it showing some error like DataItem doesnot find in place holder
<asp:PlaceHolder runat="server" Id="div place holder"Visible='<%#
((string)Container.DataItem).Trim().Length > 0 %>'>
Answers (1)
1
https://www.google.co.in/search?ei=gOFmWpK4A4r_8gW1w7fICg&q=What+is+code+group+in+.net+with+respect+to+CAS%3F%3F+&oq=What+is+code+group+in+.net+with+respect+to+CAS%3F%3F+&gs_l=psy-ab.3...5041.5041.0.6449.1.1.0.0.0.0.411.411.4-1.1.0....0...1c.1.64.psy-ab..0.0.0....0.9IOPnFi-VZo
Accepted