Newbie question...
I have a Web Grid within a Formview and I want to change the contents of cells based on the entry of another cell. For example the user would enter a part number in the first cell and I would like some of the cells in the row to be populated with data values of that item. I cannot seem to find any code example on how to edit the contents of a cell other than the cell that I currently have selected. Then with the thrown in complication that the grid is contained inside a FormView I am at a loss as to how to approach this. I writing this in asp.net(VB).
Thanks,
Jason
You can use the update cell event for this....
just check the arguments for this event ..it ihink you will get the solution
Ps : This Will make ur app slow ... Try using the client side events and ajax functions for a better solution