Displays pop-up box with text box
-
hi, Iam having an application with some text on a lable. Displays pop-up box with text box when mouse appears over lable and we will make a note on the text box and close the popup.Next time when the mouse appears over the lable ,popup should open with text what we tiped Earlier. can any one help on this topic.
kamalnath
-
hi, Iam having an application with some text on a lable. Displays pop-up box with text box when mouse appears over lable and we will make a note on the text box and close the popup.Next time when the mouse appears over the lable ,popup should open with text what we tiped Earlier. can any one help on this topic.
kamalnath
Solution1 :- Enable view state of the control,so that the value is retained.The popup containing textbox should in the same page where the label is present.This will help u in retaining the contents. Solution2 :- Store the data in a hidden box and reload the control again with the contents.