Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Hi There,

Looking for some guidance. I have a project with the following elements.
Access database with seven tables.
Basically I need away to bind the information into two web pages. One that displays the data and where I can manipulate the data through calculations and one where I can add Data, including headings.

The add data page must be as flexible as possible enabling me to add elements including headings any where on the page.

The displayed data page must just have the ability to do calculations.
ie a text box where I can enter numbers to multiply by a database element to provide a total.

Just wondering what are the best controls to use to wrap the data. Any guidance you can give will be appreciated.

Thanks
Posted
Comments
Kethu Sasikanth 11-Jan-12 21:45pm    
It is good run the MS Visual Studio XX ASP.NET/C# samples and see how the data is presented before coding the real project. This teaches control behavior, and appropriate place to place code - client side (javascript) or server side (C#).
Rajesh Anuhya 12-Jan-12 2:01am    
Sounds like Home Work

1 solution

Add data page :
What do you mean with "headings"?

Displayed data page :
You could use GridView, or a repeater in witch you add a testbox to allow user to insert any calculation you need and on data binding you can add javascript to make the calc you need

that's only a way you can do this task, there are surely a lot :)
 
Share this answer
 

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