ListBox Default Value Help Required
-
I have the following listbox defintion, that bring back a list of my roles. Examples would be: Role1 Member Role 3 Role 4 Role 5 Here is my code: How do I have the Member been selected/highlighted as default? I hope someone can help. Regards, ma se
-
I have the following listbox defintion, that bring back a list of my roles. Examples would be: Role1 Member Role 3 Role 4 Role 5 Here is my code: How do I have the Member been selected/highlighted as default? I hope someone can help. Regards, ma se
There is one property in listbox "selected" set this property to true "selected=true" for the value which u want as default Happy Programming Manoj Tillu
-
There is one property in listbox "selected" set this property to true "selected=true" for the value which u want as default Happy Programming Manoj Tillu
Can this be done in the .aspx code? If it goes to the code behind, then I might just as well do the whole databind there as well.
-
Can this be done in the .aspx code? If it goes to the code behind, then I might just as well do the whole databind there as well.
yes Happy Programming Manoj Tillu
-
yes Happy Programming Manoj Tillu
Please go back to my original message, when I meant if this can be done in the .aspx code, I meant in this this code part: If so can you please help me to do so?
-
Please go back to my original message, when I meant if this can be done in the .aspx code, I meant in this this code part: If so can you please help me to do so?
If u r populating listbox from database then u cant not do it from aspx, but if ur listitems are fixed and its there in ur aspx page u can specify it in that listitems. Happy Programming Manoj Tillu