How to Change the Width of dropdown List Dynamic
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
I want to change DropDown List width Dynamic or at runtime.
Jintal Patel
-
I want to change DropDown List width Dynamic or at runtime.
Jintal Patel
i think the drop-down length should automatically exceeds according to the lenght of the text at run-time
-
I want to change DropDown List width Dynamic or at runtime.
Jintal Patel
ddl.Width=Unit.Pixel(100);
Best Regard Pathan---------------------------------------------------
-
i think the drop-down length should automatically exceeds according to the lenght of the text at run-time
thanks
Jintal Patel