S
Sheldon Glickler
I am progressing rapidly olong my learning curve and now have a question
about GridView. With the control, I now pull back data and have as part of
my spec:
<asp:boundfield DataField="propertyStreet" HeaderText="propertyStreet"
SortExpression="propertyStreet"></asp:boundfield>
<asp:boundfield DataField="propertyCity" HeaderText="propertyCity"
SortExpression="propertyCity"></asp:boundfield>
<asp:boundfield DataField="propertyState" HeaderText="propertyState"
SortExpression="propertyState"></asp:boundfield>
<asp:boundfield DataField="propertyZip" HeaderText="propertyZip"
SortExpression="propertyZip"></asp:boundfield>
Of course, this in four columns. I would like to have the table have all
these data in one column called Address where the data would appear as:
propertyStreet<br>propertyCity, propertyState propertyZip
In other words the address on one line and the city comma space state space
zip on the next line.
How do I do this?
Shelly
about GridView. With the control, I now pull back data and have as part of
my spec:
<asp:boundfield DataField="propertyStreet" HeaderText="propertyStreet"
SortExpression="propertyStreet"></asp:boundfield>
<asp:boundfield DataField="propertyCity" HeaderText="propertyCity"
SortExpression="propertyCity"></asp:boundfield>
<asp:boundfield DataField="propertyState" HeaderText="propertyState"
SortExpression="propertyState"></asp:boundfield>
<asp:boundfield DataField="propertyZip" HeaderText="propertyZip"
SortExpression="propertyZip"></asp:boundfield>
Of course, this in four columns. I would like to have the table have all
these data in one column called Address where the data would appear as:
propertyStreet<br>propertyCity, propertyState propertyZip
In other words the address on one line and the city comma space state space
zip on the next line.
How do I do this?
Shelly