Posted on: 1/6/2015 6:11:57 AM | Views : 500

Suppose I have a web user control that is introduced in a page like this:
<uc:SomeUserControl ID="test1" runat="server" DataSource="<%= BusinessObjects.GetDataArray("SomeStringValue") %>" /> The problem with that code is that the quotation marks around "SomeStringValue" confuse the quotation marks used by DataSource.  I'm thus curious what the correct syntax is?
Robert

Go to the complete details ...