|
-
Sep 24th, 2010, 01:51 AM
#1
Frenzied Member
Re: Tab control
aspfun,
be a ware that multiview will not give you a multi tab at the same time, it will be one in the time,
and more than that it is a server control, which mean that you will request the new tab from the server.
You Don't Have to Rate Me.
I'm Not a Civilized Man I'm the Civilization it self
White or Black, Living or Dieing and 0 or 1 that's MY life
iam an Object in Object Oriented Life
my blog : http://refateid.blogspot.com/
twitter : @avrail
010011000111010101110110001000000100110101111001001000000101000001100011 
-
Sep 24th, 2010, 04:38 AM
#2
Re: Tab control
 Originally Posted by avrail
aspfun,
be a ware that multiview will not give you a multi tab at the same time, it will be one in the time,
and more than that it is a server control, which mean that you will request the new tab from the server.
This is true, however, you have to weigh this up. If you are just using client side code to show and hide divs, you have to understand that everything has to be sent down to the client initially. Meaning that the initial page load might take longer. What you have to also understand is that people might not actually look at all the tabs, so you might be sending stuff to the client that isn't needed.
Gary
-
Sep 24th, 2010, 06:52 AM
#3
Frenzied Member
Re: Tab control
 Originally Posted by gep13
This is true, however, you have to weigh this up. If you are just using client side code to show and hide divs, you have to understand that everything has to be sent down to the client initially. Meaning that the initial page load might take longer. What you have to also understand is that people might not actually look at all the tabs, so you might be sending stuff to the client that isn't needed.
Gary
agreed, but i was just want him to understand the fact that the multi view will not give his page something like tabs
You Don't Have to Rate Me.
I'm Not a Civilized Man I'm the Civilization it self
White or Black, Living or Dieing and 0 or 1 that's MY life
iam an Object in Object Oriented Life
my blog : http://refateid.blogspot.com/
twitter : @avrail
010011000111010101110110001000000100110101111001001000000101000001100011 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|