Is it possible to do something like following:
1) Select project(a drop down value from a column)
2) select dept( again a drop down drom a column from the list)
3) hit find new number. it will calculate next number based on earlier numbers in the list.
Loading
Amit ChoudharyPosted Feb 9, 2011, 12:10 AM
Bind the second combo from inside the SelectedIndexchanged event of one column combo. To get the result as per your desire.
Thanks