Submitted Questions

  • Usage of Dataset and Data Bindings

    How can we bind temporary created data table of one win form into other win form controls?

    Sumit

    • Apr 6th, 2012

    With the help of Shared(VB.Net)/Static(C#.Net) dataset or datatable object initialized in one form could be used in another form.