i am using a website application for registration, in that application i have inserted contols like label boxes and text boxes… And i stored these values in database…
now i have to display the details only without controls in seperate form and the details should take from that database…
How Shall i Do this?
The output should display in next form… the format is
Name:Jessy
RollNo:6315
City:ParkTown
Thanks In Advance
Ok…the simplest way….
Read the data from database from code behind and use
Response.Write()to show the data on the page…Example: