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

Photo of neha dhiman

neha dhiman

14y
2.6k
1
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)