Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Okay is this dumb or what! RANT!
Message
From
22/10/2004 15:54:21
 
 
To
22/10/2004 09:47:00
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
00953608
Message ID:
00953855
Views:
21
You are right the Panel is free. but doesn't it perform post backs to obtain the next panel?

For example if you had 7 panels and are currently displaying the first panel, then what is currently showing for the source HTML? To the best of my knowledge it's only showing the the source HTML for the first panel. To get the next panel you need a button which will perform a post back to the server to obtain the next panel's source HTML. (Correct me if you know a better way.)

With the WebTab from Infragistics, all of the source HTML code is sent to the client with all of the tabs. JScript is used to navigate between the various tabs. Once you have completed editing the record, you can save the data from all of the tabs. I found this to be very valuable to my application because I have over 100 fields in a single table which need to be displayed all at the same time, in some logical format or another.


>Hi Gordon
>
>PMFJI, but, doesnt your suggestion imply that one needs to buy something from Infragistics while a panel is already supplied in VS.NET for free?
>
>Regards,
>
>Mike
>
>
>
>>Why use panels when you could use the Infragistics WebTab object? And all that work happens on the client side. Just a thought.
>>
>>P.S. I love my WebTab, 7 pages in all, 2 of which are optional depending if I am in Edit or Add mode.
>>
>>>Okay, I built a base class form that hides and shows a set of panels based on the a menu option, wizard effect.
>>>Based on page selection a panel would become visible.
>>>
>>>Well at runtime this would work perfect. On the form load I set a default panel as the one to be visible and the rest are not, very simple idea right!
>>>
>>>Well it has cost me at least 8 hours of work, because the designer would run the form load even though you are designing.
>>>
>>>So it would make the 3 out of the 4 pages invisible, so in the designer when I went to work on that page and pull it to front, the designer would show the drag handles but nothing would be in the panel?????
>>>
>>>So I went looking to see what I screwed up (being a newbie), and eventually when I compared my base form to my to a co-workers, they worked differently because he didn't receive the latest additions to the framework that I was working on.
>>>
>>>So what it came down to was the designer was making the panels invisible......there goes 8 hours I will never get back.....
>>>
>>>I hope this helps some one else.
>>>
>>>the trick to solving the problem is to put an "if (!this.DesignMode)" around the call to make the pages invisible.
>>>
>>>Go figure a designer running method code@!!@!
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform