Advertisement

Creating database and displaying records in a gridview control in ASP.NET using C#

Creating database and displaying records in a gridview control in ASP.NET using C# Create a database with two tables as StudentInfo, which contain rollno, name and year of a student and StudentScore which contain marks of three subjects for each student. Display name of all the students in a DropDownList and according to user’s choice, a particular student’s score record should display in a FormView/DetailView control.

database,gridview,ASP.net,C#,

Post a Comment

0 Comments