i hav two labels named 'Name' and 'Age' with corresponding textbox and one button named 'submit' and one Grid view.Now while Entering these two details it should shown in gridview too .plz help
thanks
i hav two labels named 'Name' and 'Age' with corresponding textbox and one button named 'submit' and one Grid view.Now while Entering these two details it should shown in gridview too .plz help
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
srinivas vasuPosted Dec 30, 2008, 1:39 AM
u did not mention about ur database details
,At first u must choose ur DB .Insert values NAME and AGE in db so that u can retrieve from DB BY USING SQL DATA SOURCE.
or u can also insert from front end to backend (name and age) after inserting to database ,then u can retrieve from database to gridview.