Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a table "chatmsg" fields as follows:
Field Name        Type
from_user         text
to_user           text
textmsg           text
chatdate          text
chattime          text
pictpath          text



Now my question is how can I show date wise pictpath and textmsg in the gridview.

as an example:
03/02/13
sanjit.jpg        Hi Mithun what r u doing now?
mithun.jpg        I am a webdveloper, but u?
sanjit.jpg        i am searching job as software developer
10/04/13
mithun.jpg        after a long days. how r u?
sanjit.jpg        Yes, i am fine. can u help me?
mithun.jpg        Ofcourse. tell me how can i help u?
Posted
v2

1 solution

Hi
please look into following detail

Group-GridView-Data
 
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