Tagged Questions

10
votes
8answers
4k views

ASP.NET Masters: What are the advantages / disadvantages of using Session variables?

I've done a search on this subject already, and have found the same data over and over-- a review of the three different types of sessions. (InProc, Sql, StateServer) However, my question is of a ...
9
votes
4answers
5k views

Advantages and disadvantages of using Ajax update panels in ASP.NET application

What are the advantages and disadvantages of using Ajax update panels in ASP.NET application. Is there any alternatives available to avoid the use of Ajax update panel?
0
votes
1answer
83 views

What are the pros and cons of having a repeater control in a 3-tier application?

In terms of data accessing, or any other opinions. If possible, state a better alternative if any.