C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




how to create a table row dynamically from the base & derived class?


Posted Date: 05 Sep 2008      Total Responses: 2

Posted By: spandhanaspandy       Member Level: Gold     Points: 1



how to create a table row dynamically from the base & derived class?




Responses

Author: Praveen    05 Sep 2008Member Level: GoldRating:     Points: 2

here is the link where u can create controls and rows dynamically

http://www.dotnetspider.com/forum/168961-To-Praveen.aspx

hope this will help u




Author: Vidhya    05 Sep 2008Member Level: GoldRating:     Points: 2


Hi,

Use this code:

TableCell cell = new TableCell();
TableRow row = new TableRow();
row.Cells.Add(cell);

Table t = new Table();
t.Rows.Add(row);

Regards,
Vidhya



Post Reply
You must Sign In to post a response.
Next : Master page problem
Previous : how to delete duplicates in an array
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use