Friends, Is it possible to keep one text box(or any other asp.net control) above another(let’s say total 4 text boxes) in a .aspx page with one text box visible and other 3 invisible(I’ve done it in windows application)?I’ve tried with web page but no success?
Share
you must give it a z-index style with a big value, of course z-index only works if only the position style is defined too.
for example:
in this example the second textbox will be on top of the others