I have two aspx page. 1) ActionPage.aspx 2) DispalyPage.aspx
- Inside the DispalyPage.aspx, I have one div
displayDiv
. - Inside the ActionPage.aspx, I have one button
btnaction
.
If I click on btnaction
(ActionPage.aspx), that time I want to update displayDiv
(DispalyPage.aspx) text.
Any hint on this would be great help. Thanks in advance.
-- Vina