|
Subject:
|
enhancing the dropdownlist
|
|
Posted By:
|
jaisonkmathews
|
Post Date:
|
9/24/2004 7:08:05 AM
|
Hi friends.. I need to enhance the dropdownlist by adding 3 more properties which are bindable and should be retaining the value on yhe postback (like selectedvalue...) . How should I do it? Can you lead me to any article.....Please help.......
(If you see a cross posting, it was not intential. Pardon)
|
|
Reply By:
|
stu9820
|
Reply Date:
|
9/24/2004 1:16:38 PM
|
You could create your own Custom Control that inherits from the DDL and add the 3 properties.
|
|
Reply By:
|
jaisonkmathews
|
Reply Date:
|
9/27/2004 1:26:23 AM
|
I did the same. The problem is that i am not getting the values for the properties of the selected item in the post back. Do any one know what should be done......?
|
|
Reply By:
|
r_ganesh76
|
Reply Date:
|
9/27/2004 1:48:50 AM
|
try to use viewstate
Regards Ganesh
|