I am beginner, so please help me with these problem i am suffering
I). I have a coding in ASP.net i want to display list of information from my database (MS Sql 2008 R2) to a table.
My database contain:
Name
Email
Address
Phone
I want this to be displayed in a table. or Gridview but code should be in code behind. I tried doing to code behind with grid view but it didn't work
II). On the next page i have a list. User enters few stuffs in a text boxs. When he clicks on done. Program shows what u have type. And when user clicks on Add button. Data is been added in a table
example:
Enter the food you want
Enter number of food items you want
Enter (To-Go or Eat right now)
Enter additional item you want
// After adding user clicks on done
It shows You have entered "BLAH BLAH" (BLAH BLAH means whatever data you have entered)
Till this i have done it but i an not able to enter this data when user clicks on add. The Data should go to table. When ever data is been added it should go to table with showing previous item added.
Please help me asap.
I am a beginner and i want to get knowledge how to design and code. So please guide me.
I would appreciate you help