Click here to Skip to main content
15,886,807 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
how to print the table in asp.net with table content and style.

i want to print the table content with applied table style...
Posted
Updated 20-Feb-13 1:55am
v3
Comments
vinodkumarnie 24-Feb-13 4:46am    
Which table..? Which content..? Which style..? Nothing in your question.. Give more details..

1 solution

 
Share this answer
 
Comments
[no name] 20-Feb-13 3:31am    
im using textbox and button control..
_Amy 20-Feb-13 3:35am    
You are trying to display the data according to textbox value, right? If yes then use the same. Otherwise, dynamically create asp table object and add columns to it.

I would prefer to use GridView. It provides a tabular structure to the data(coming from database).

--Amit

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900