Click here to Skip to main content
15,922,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I m working on asp.net website. I want to give user an update facility to update calendar details.
I want to create dynamic table whose structure is as follws

My each row contains following columns.
1)Date(using calendar control)
2)Start time - 3 dropdowns for hours, minutes ,AM/PM . these 3 are in single column
3)Endtime - 3 dropdowns for hours, minutes ,AM/PM. these 3 are in single column


There will be multiple tables on the page. Ia want to populate data to these tables from database and sav data from these tabled to database.

I tried to use System.Web.UI.WebControls.Table.
I created multiple tables of tyupe Table and added them to HTMLTable which I defined on the aspx page.
I could show the details on the screen but i am unable to read these details.



Please help me how o show these details and how to read the details?
Posted

1 solution

Try Mater Detail Grid...:)

Master Detail GridView with Insert Option[^]
 
Share this answer
 
Comments
VinodKhanna1 1-Jul-13 4:55am    
Thanks for help. I m new to asp.net. The example given at the above link is little complex for me. Please explain me how to solve my issue?
Nirav Prabtani 1-Jul-13 5:45am    
if you are new in asp.net them start with basic gridview funda and step by step you will be able to do this easily...:)

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