![]() |
Mult Fields in one column
How can I stack Name, address1, address2, city, zip (which are all separate
columns in my table) into one row/cell in a datagrid so it will be easier to read? Thanks, Dean |
Re: Mult Fields in one column
Hi,
You can either get all the fields merged into one field from database itslef. Orelse while binding you can merge these fields into one field. For example,in the text property of textbox if you want to bind two fields into one field. <asp:textbox runat="server" Text='<%# container.dataitem("Name") & container.dataitem("address1") %>'> </asp:textbox> -- Saravana Microsoft India Community Star,MC** www.extremeexperts.com "Dean" <deanblakelydumpspam@getridofspamearthlink.net> wrote in message news:u3sspksgDHA.2300@TK2MSFTNGP10.phx.gbl... > How can I stack Name, address1, address2, city, zip (which are all separate > columns in my table) into one row/cell in a datagrid so it will be easier to > read? > Thanks, > Dean > > |
| All times are GMT. The time now is 05:11 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.