hi ..
i have table called master consists of field studid and i have written 3 display methods
another table is called marks where sub1 sub2 sub3 are the fields
in form..i have added master as datasource
in design->grid->3 real edits created for sub1 sub2 sub3 respectively..
under each field propery i have called those display method.
is there any other way there to go with the only one display method for all these fields than 3 separate display methods..
like can we use switch case with the field id ??