Hi, above all im a rookie on this and im paying the price...
The thing is, i have a RadGrid and a Div that contains another controls (text boxes and combos), the div has the property runat = "server" and visible = "false"
The point is, with the item command i need to pass the values of the row to the controls of the div and of course change the visible property to "true"
I dont care if the solution is using another control instead the div, i need to show and hide sections of the page with the imer command of the grid, but to this moment is impossible to me
thank you