Aspx Page Size.
-
I want to decrease the aspx page size ..How can i do??
-
I want to decrease the aspx page size ..How can i do??
Vanamaindia wrote:
I want to decrease the aspx page size ..How can i do??
Size depends on the content it has
-
Vanamaindia wrote:
I want to decrease the aspx page size ..How can i do??
Size depends on the content it has
I want to show the aspx as small window how it is?
-
I want to decrease the aspx page size ..How can i do??
-
I want to show the aspx as small window how it is?
-
I want to show the aspx as small window how it is?
Vanamaindia wrote:
I want to show the aspx as small window how it is?
Small window ? Window size you can't define until you are not opening the window. If you are opening window using some script, you can size it. But that won't be applicable for starting page.
-
Vanamaindia wrote:
I want to show the aspx as small window how it is?
Small window ? Window size you can't define until you are not opening the window. If you are opening window using some script, you can size it. But that won't be applicable for starting page.
I have simply One listbox in that page.So I want to decrease the window size
-
I have simply One listbox in that page.So I want to decrease the window size
As far my knowledge it is not possible you can't change the current window size. you can open a new window using javascript of size you want
window.open('testpage.htm','null',"height=500, width=600,status=yes,toolbar=yes, menubar=yes,location=no");
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
I want to show the aspx as small window how it is?
You can use java script function window.open e.g. window.open(url,'myWin','width=700, height=500, top=200, left=300, toolbar=0, menubar=0, location=0, status=1, scrollbars=1, resizable=0, parent=1');