Hi All,
I am opening a modaldialog box from Lead list screen on a button click placed on toolbar. Now in the modaldialog box i am showing the list of Leads that are selected and populating the list of all users in the system in a listbox. Now user can select any
one of the user and and click on the button that is placed below the list box.
For the postback to work in modaldialog box i have placed
<base target="_self" /> under head tag. So, postback is happening to the same page.
But the problem is i am loosing the users data that i have bind to the listbox initially when the postback is taking place. What can be the problem?
I have checked ths in an normal asp.net application, the bind data is still retained after the postback also. But not working for a CRM web app.
Thanks