Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
How do I change the contents of a cell in code?
posted

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

Parents
No Data
Reply
  • 395
    posted

    You can use the update cell event for this....

    just check the arguments for this event ..it ihink you will get the solution Big Smile

    Ps : This Will make ur app slow Sad... Try using the client side events and ajax functions for a better solution

Children
No Data