Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Complex design problem
Message
From
30/08/2008 03:46:33
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01343213
Message ID:
01343504
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
>>It sounds as if the new page is a generic page that just displays the information in the DS? If that's the case then I can't think of a way other than the one currently being used......
>
>There should be a way to fire some code when the buttons clicked even if it's Client-side click only. I do want to avoid a postback, though.
>
>Here is the same question discussed
>http://forums.asp.net/p/1312838/2589448.aspx#2589448

The suggestion to use XML to store the dataset rather than using session variables would ease the server. I fail to see how the suggestion to use AJAX would help - since you are opening a new ASPX page the code may as well be there anyway.

IAC for the new page to use the dataset there are only two options: either the dataset must be available or the information to create it must be. Instead of storing the dataset itself could you just store the SQL used to create it ?
Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform