Search results for query: *

  1. G

    Move item from listbox

    Hi I have two list boxes. One is filled with items. Each item in a list box is a object of class "Student" that has two members Name and Id. List box is filled by set its datasource property. Where the display member is "Name" and valuemember is "Id". Now I want to move these items to another...
  2. G

    Problem in creating User Control

    Hi I want to create a user control which looks like a list view with grid lines property true. There can be arround 50 rows in that control with 3 column. And in first two column, in every box user should be able write text/values (as like text box). Third Column should have combo box in all...
Back
Top