Posted on: 1/28/2014 8:48:34 PM | Views : 388

Hi,
Im trying to populate data from database into textboxes with user id .when user clicks on id in gridview  it redirects to another  page and populates all data into their textboxes.now redirecting to page is works and it get empname stattdate,enddate it populate one row data of sun and same data again populates in monday row...
how to populate sun data into sunday texboxes monday data into monday textboxes and etc.what im thinking is If user clicks on any id(id is primary key )  it checks with day of the rows and populates all week data into  the form
 design of the form
emptextbox
startdattextbox
enddatetextbox

sundaylinkbtn     sundayservicestxt       sundayvenutxt        sundaystarttimtxt  sundayendtimtxt  sundaybreakfasttxt  sundaylunchtxt ...

Go to the complete details ...