Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,
I am new in ASP.net. I am going to create a web site (student profile) where on login page after authentication, student should get his indivisual data like his age, his first name/Last name etc in textboxex which bind to my student db.

Kindly suggest...
Posted
Comments
Richard C Bishop 1-Apr-13 12:40pm    
That is not a question and where is the code you have tried so far?
sawantmayur 1-Apr-13 13:04pm    
I am able to bind the data using grid view control(with advanced SQL generation option). but I want to bind the data on new page with several text boxes to get info from my db (like student profile which i mentioned in previous comment)

1 solution

you can use a formview or details view with sqldatasource
 
Share this answer
 
Comments
sawantmayur 1-Apr-13 13:37pm    
I am trying Formview, but you mean to say do I need to modify the templates according to my requirements??
Nishad 2-Apr-13 12:54pm    
yes ..

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