Textbox not updating in UI screen

Posted by subash on Stack Overflow See other posts from Stack Overflow or by subash
Published on 2010-04-29T12:34:46Z Indexed on 2010/04/29 12:37 UTC
Read the original article Hit count: 130

Filed under:

i have a page consisting of devexpress gridview control with 4 columns and 4 asp.net text boxes.

on selecting a row in gridview ,it should update the 4 textboxes with the values of the row selected.

so i was assigning the value of the rows of the grid to the text box in the custom callback event of the grid and also the value gets assigned to the all textboxes's text property but it doesn't updates the textbox value in the UI screen.

© Stack Overflow or respective owner

Related posts about textbox