Click here to Skip to main content
16,004,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
NewsASP/C# - Can I Pass DataSet as Argument to EventHandler function? [modified] Pin
cknight72511-Jan-08 9:53
cknight72511-Jan-08 9:53 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
pmarfleet11-Jan-08 10:53
pmarfleet11-Jan-08 10:53 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
cknight72511-Jan-08 11:02
cknight72511-Jan-08 11:02 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
pmarfleet11-Jan-08 11:08
pmarfleet11-Jan-08 11:08 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
cknight72511-Jan-08 11:11
cknight72511-Jan-08 11:11 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
led mike11-Jan-08 11:12
led mike11-Jan-08 11:12 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? [modified] Pin
cknight72511-Jan-08 11:33
cknight72511-Jan-08 11:33 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
pmarfleet11-Jan-08 12:10
pmarfleet11-Jan-08 12:10 
The point I was trying to make previously was that your approach was unnecessarily complicated and probably suboptimal for the task at hand. From your screenshot, it looks like you are working with small, simple sets of tabular data. Is it a major performance issue if the data is fetched from the database again if the user selects 'export'? If you were adamant that the data should only be fetched once, you could look at Data Caching[^]. However you should read the documentation and understand its pros and cons if you are considering using it. I think the data requirements your page has are too temporary to consider caching, but it's your choice.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
cknight72511-Jan-08 12:24
cknight72511-Jan-08 12:24 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
pmarfleet11-Jan-08 12:49
pmarfleet11-Jan-08 12:49 
GeneralASP.Net interaction with Word 2007 Pin
Aptiva Dave11-Jan-08 9:41
Aptiva Dave11-Jan-08 9:41 
GeneralUnable to load the UDL file Pin
Member 296872511-Jan-08 8:43
Member 296872511-Jan-08 8:43 
Generalpointing to the outside folder Pin
hurrem11-Jan-08 7:26
hurrem11-Jan-08 7:26 
GeneralRe: pointing to the outside folder Pin
pmarfleet11-Jan-08 9:42
pmarfleet11-Jan-08 9:42 
GeneralRe: pointing to the outside folder Pin
hurrem11-Jan-08 10:27
hurrem11-Jan-08 10:27 
GeneralRe: pointing to the outside folder Pin
pmarfleet11-Jan-08 10:41
pmarfleet11-Jan-08 10:41 
GeneralRe: pointing to the outside folder Pin
hurrem11-Jan-08 10:50
hurrem11-Jan-08 10:50 
GeneralRe: pointing to the outside folder Pin
pmarfleet11-Jan-08 10:59
pmarfleet11-Jan-08 10:59 
GeneralRe: pointing to the outside folder Pin
hurrem11-Jan-08 14:35
hurrem11-Jan-08 14:35 
GeneralRe: pointing to the outside folder Pin
pmarfleet11-Jan-08 22:05
pmarfleet11-Jan-08 22:05 
GeneralAsp.Net keeping connection to db Pin
Monin D.11-Jan-08 7:21
Monin D.11-Jan-08 7:21 
GeneralRe: Asp.Net keeping connection to db Pin
Not Active11-Jan-08 7:55
mentorNot Active11-Jan-08 7:55 
GeneralUnable to send d email in asp.net 2.0 application Pin
Ramya.G11-Jan-08 7:05
Ramya.G11-Jan-08 7:05 
GeneralRe: Unable to send d email in asp.net 2.0 application Pin
Not Active11-Jan-08 7:26
mentorNot Active11-Jan-08 7:26 
GeneralRe: Unable to send d email in asp.net 2.0 application Pin
Ramya.G11-Jan-08 7:39
Ramya.G11-Jan-08 7:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.