6
Answers

How to retrieve and display two different values of same column of a table in two text box using c sharp in visual studio

My sql table is

movtimeday
lion9:00sunday
cat9:00sunday
lion12:00sunday
cat12:00sunday

I want to retrieve and display different time of mov=lion  for day=sunday in two textbox in visual studio 2008 using c sharp
 

Answers (6)