Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / DataGrid / February 2004

Tip: Looking for answers? Try searching our database.

TextArea

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Barnabas Yohannes - 26 Feb 2004 21:01 GMT
Is it possible to create a TextArea Item Template inside a datagrid?  If so, how?
Scott Mitchell [MVP] - 26 Feb 2004 21:32 GMT
> Is it possible to create a TextArea Item Template inside a datagrid?  If so, how?

Sure.

<asp:DataGrid ...>
 <Columns>
   <asp:TemplateColumn>
     <ItemTemplate>
         <asp:TextBox runat="server" TextMode="Multiline"
                        Text='<%# DataBinder.Eval(Container.DataItem,
"SomeColumnName") %>'></asp:TextBox>
     </ItemTemplate>
   </asp:TemplateColumn>
 </Columns>
</asp:DataGrid>

Happy Programming!

Signature

<shameless plug>
 For more information on the DataGrid, DataList, and Repeater controls,
consider picking up a copy of my latest book:

       ASP.NET Data Web Controls
       http://www.amazon.com/exec/obidos/ASIN/0672325012/4guysfromrollaco
</shameless plug>

Happy Programming!

   Scott Mitchell
   mitchell@4guysfromrolla.com
   http://www.4GuysFromRolla.com
   http://www.ASPFAQs.com
   http://www.ASPMessageboard.com

* When you think ASP, think 4GuysFromRolla.com!


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.