I am a windows developer and need some help getting started with a web form that has a gridview bound to a list. I have no idea how to get started. I have a generic list called MyList with properties "name", and "description" loaded in my page load event. I have no idea where to go from here.
ASP.NETC#.NET Programming
Last Comment
Bob Learned
8/22/2022 - Mon
Bob Learned
Are we talking about 2.0, and the GridView?
MuhammadAdil
You need to bind grid in constructor of form. After initalizeComponent() method.
Regards,
Adil Fazal
Bob Learned
My friend, Adil, this is ASP.NET, and not WinForms.