Click here to Skip to main content
15,898,737 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello, I am new to C#, I want to retrieve my homepage data from database, I can do it with girdview but I can not put different field in different part of the page, please help me how to show the fields in any part of the page??
thank you
Posted
Comments
Aydin Homay 1-Jun-13 8:46am    
I can`t understand what you want exactly please explain a little about your purpose.

1 solution

Well if u want to show data in different part of pages why use gridview.. u can use textbox and label for same. Place them where u want

Write a db retrieve query in ur code and be happy!!!

:)
 
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