I have two forms.On form1 , there is a button UPDATE . On click event of this button another form form2 opens. Here search criteria and value can be given by the user depending upon which data grid restrict the values shown. Initially data grid shows all the values from the table.
A button APPLY is there on form2. On the click event of this button i set the property for all the columns.I want to display these values on form1 on the click event itself and then want to close the form.I am unable to set and get the property.
I am unable to set and get property. i am using autonomous set get thru a class. i am sending the code also. Please guide me in this context.
Thanks in advance
A button APPLY is there on form2. On the click event of this button i set the property for all the columns.I want to display these values on form1 on the click event itself and then want to close the form.I am unable to set and get the property.
I am unable to set and get property. i am using autonomous set get thru a class. i am sending the code also. Please guide me in this context.
Thanks in advance
Comment