javascript - how to group the components to a fixed position on the screen in asp.net? -
I am preparing a registration page in asp.net. Groups (labels, DDL and text boxes) are using panels, but the page position of the components are changing while running. How to fix components in a particular situation?
Thanks, Radha
You can use table tags for example
Comments
Post a Comment