Click here to Skip to main content
15,913,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow To Call a Web Service Asynchronous Pin
Member 414996625-Feb-08 11:44
Member 414996625-Feb-08 11:44 
QuestionHow to Avoid Hitting database? Pin
crystal915425-Feb-08 11:04
crystal915425-Feb-08 11:04 
AnswerRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 11:14
protectorChristian Graus25-Feb-08 11:14 
GeneralRe: How to Avoid Hitting database? Pin
crystal915425-Feb-08 11:34
crystal915425-Feb-08 11:34 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 12:36
protectorChristian Graus25-Feb-08 12:36 
GeneralRe: How to Avoid Hitting database? Pin
crystal915425-Feb-08 12:45
crystal915425-Feb-08 12:45 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 18:25
protectorChristian Graus25-Feb-08 18:25 
GeneralRe: How to Avoid Hitting database? Pin
Mark Churchill25-Feb-08 19:25
Mark Churchill25-Feb-08 19:25 
Theres also the application cache, which isnt strictly session.

The technique I tend to use for this is to keep the graph of business objects in the ViewState between postbacks, and then commit the lot to the database on save. This works well when the client wants to add a new record and a bunch of child objects before saving.


GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 19:37
protectorChristian Graus25-Feb-08 19:37 
GeneralRe: How to Avoid Hitting database? Pin
Mark Churchill25-Feb-08 21:03
Mark Churchill25-Feb-08 21:03 
GeneralPosting form to Paypal / 3rd party site Pin
munklefish25-Feb-08 5:40
munklefish25-Feb-08 5:40 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Vasudevan Deepak Kumar25-Feb-08 7:04
Vasudevan Deepak Kumar25-Feb-08 7:04 
GeneralRe: Posting form to Paypal / 3rd party site Pin
munklefish25-Feb-08 7:13
munklefish25-Feb-08 7:13 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Guffa25-Feb-08 8:53
Guffa25-Feb-08 8:53 
GeneralRe: Posting form to Paypal / 3rd party site Pin
N a v a n e e t h25-Feb-08 15:28
N a v a n e e t h25-Feb-08 15:28 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Guffa25-Feb-08 21:09
Guffa25-Feb-08 21:09 
GeneralRe: Posting form to Paypal / 3rd party site Pin
N a v a n e e t h25-Feb-08 21:14
N a v a n e e t h25-Feb-08 21:14 
General.Net 2 Datalist Checkboxes Pin
munklefish25-Feb-08 5:36
munklefish25-Feb-08 5:36 
Generalaps.net login control Pin
eyeseetee25-Feb-08 4:57
eyeseetee25-Feb-08 4:57 
GeneralRe: aps.net login control Pin
Not Active25-Feb-08 5:03
mentorNot Active25-Feb-08 5:03 
GeneralRe: aps.net login control Pin
eyeseetee25-Feb-08 5:05
eyeseetee25-Feb-08 5:05 
GeneralRe: aps.net login control Pin
Not Active25-Feb-08 5:10
mentorNot Active25-Feb-08 5:10 
GeneralRe: aps.net login control Pin
Vasudevan Deepak Kumar25-Feb-08 7:05
Vasudevan Deepak Kumar25-Feb-08 7:05 
GeneralWeb Messenger Pin
waheed awan25-Feb-08 4:54
waheed awan25-Feb-08 4:54 
QuestionRe: Web Messenger Pin
Vasudevan Deepak Kumar25-Feb-08 7:03
Vasudevan Deepak Kumar25-Feb-08 7:03 

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.