IT Community - Software Programming, Web Development and Technical Support

How to add a TemplateColumn dynamically to Repeater? in .net

This is a discussion on How to add a TemplateColumn dynamically to Repeater? in .net within the C# Programming forums, part of the Software Development category; How to add a TemplateColumn dynamically to Repeater? in .net...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-26-2007, 12:56 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Question How to add a TemplateColumn dynamically to Repeater? in .net

How to add a TemplateColumn dynamically to Repeater? in .net
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-26-2007, 01:02 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default Re: How to add a TemplateColumn dynamically to Repeater? in .net

{

Label lbl = (Label)sender;

RepeaterItem container = (RepeaterItem)lbl.NamingContainer ;

String strVals =Convert.ToString(DataBinder.Eval(((RepeaterItem)c ontainer).DataItem, "LastName"))

+ ", " +

Convert.ToString(DataBinder.Eval(((RepeaterItem)co ntainer).DataItem, "FirstName")) ;

lbl.Text = strVals;


}
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Paging Concept in Repeater? poornima ASP and ASP.NET Programming 1 03-21-2008 09:48 PM
Which is the best among DataList,Repeater and GridView and Why? poornima ASP and ASP.NET Programming 2 03-14-2008 08:44 PM
Difference between DataList and Repeater? poornima ASP and ASP.NET Programming 10 01-25-2008 03:32 AM
How to add a TemplateColumn dynamically to Repeater? kingmaker ASP and ASP.NET Programming 1 07-24-2007 12:00 AM
Repeater, bridge, router vadivelanvaidyanathan Server Management 0 07-15-2007 06:26 PM


All times are GMT -7. The time now is 11:38 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0