Search results for query: *

  1. W

    How to read values from datatable into listview?

    please see the picture, I want to show records in listview as they are saved in table. but with below code it is reading group ids only and showing this in a single line. SqlDataAdapter dataAdap = new SqlDataAdapter(sqlcmd); DataTable data = new DataTable()...
  2. W

    Question Passing Object as parameter.

    Could anyone please explain and help out with code snippet? I am beginner and not very good with OOP concepts. I have asked this question to other forums but no replies. but I hope will get answer and good explanation from C Sharpers. :) I have below two classes which were get generated from...
Back
Top Bottom