Hi I am really new to c#(I used to do vb.net) and I need some help with a problem. I am wondering what the equivalent of a datalist or detailsview in asp.net is in a c# winforms application and how to use it. I have data in a database and I want to retrieve it and display it in a form view when the user clicks a button to search for a record based on a control value as a parameter for the select query. I do not want to use the grid view and anyway Visual Studio 2012 seems waayyy different than 2010.
I use : Visual Studio pro 2012 with C#
Ms sql express 2012
This is for a winforms application.
Please I would really appreciate some help on this.