Search results for query: *

  1. S

    datagrid not filling up

    fill the dataset then use filter function to get the matched rows of the dataset ds.tables.select(expr) and assign this to the table row . if no matches it return nothing . if length is more it return an array
  2. S

    how to get all controls of all the forms in my application

    Hi, I am in a situation that i need to know all the class and their controls if it is a form object . how can i do that. i got all form objects using reflection. but i need controls also
Back
Top