J
jijo .
Guest
i wrote literal1.Text = Course.ToString(); // where Course is the defined query i did...
it is displaying
SELECT [t0].[CourseID], [t0].[Semester], [t0].[Year], [t0].[Section], [t0].[Professor], ..........
why? what should i do to display a query from sql database into literal?
it is displaying
SELECT [t0].[CourseID], [t0].[Semester], [t0].[Year], [t0].[Section], [t0].[Professor], ..........
why? what should i do to display a query from sql database into literal?