This is a migrated thread and some comments may be shown as answers.

[Solved] Rad Combo box issue

1 Answer 107 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Muthuraj
Top achievements
Rank 1
Muthuraj asked on 14 Apr 2009, 03:26 PM
Hi

Issue :1
      I used the drop down with in treeview(with check box) Control.  Here with When i have selected the node. The node showing the drod dwon selected text like India, USA,.... When the Postback the page that time the selected text is disapper. Let me know how can i handle this problem.

Issue: 2
    The Above concepts similar I am trying that  to (http://www.luxuryretreats.com/)  Drop down Logic.  When i Click the First dropdown the Ajax is Properly Working.. When i was Clicking the Second Dropdwon that time the page is Postback. I had used the simlar Logic in First Down.. Let me know how can i solve this problem.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Apr 2009, 07:06 AM
Hi Muthuraj,

I guess you want to persist the text of the RadComboBox between the page postback. If so, you can save the text value in an ASP HiddenFileld and then set the text of RadComboBox back to the hidden field value in the PageLoad event.

Thanks,
Princy.
Tags
ComboBox
Asked by
Muthuraj
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or