Click here to Skip to main content
15,921,276 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: validator control modal pop-up Pin
eyeseetee14-Aug-08 0:31
eyeseetee14-Aug-08 0:31 
GeneralRe: validator control modal pop-up Pin
immu514-Aug-08 1:03
immu514-Aug-08 1:03 
QuestionHow change div visiblity which is inside the datalist Pin
rahul.net1113-Aug-08 22:16
rahul.net1113-Aug-08 22:16 
AnswerRe: How change div visiblity which is inside the datalist Pin
Christian Graus13-Aug-08 22:51
protectorChristian Graus13-Aug-08 22:51 
GeneralRe: How change div visiblity which is inside the datalist Pin
rahul.net1113-Aug-08 22:55
rahul.net1113-Aug-08 22:55 
GeneralRe: How change div visiblity which is inside the datalist Pin
N a v a n e e t h14-Aug-08 0:04
N a v a n e e t h14-Aug-08 0:04 
Questionview state will give probs in iis cache?, Pin
Member 387988113-Aug-08 21:33
Member 387988113-Aug-08 21:33 
AnswerRe: view state will give probs in iis cache?, Pin
Christian Graus13-Aug-08 22:52
protectorChristian Graus13-Aug-08 22:52 
Well, yes, the big issue with viewstate is simply that it gets sent to the client every time, making your pages too big. So, try to limit what you store, for example, store an id and use that to get the rest of your data out of the database. Session state is another option, but that can also be overused.

Christian Graus

No longer a Microsoft MVP, but still happy to answer your questions.

GeneralRe: view state will give probs in iis cache?, Pin
Member 387988113-Aug-08 22:56
Member 387988113-Aug-08 22:56 
GeneralRe: view state will give probs in iis cache?, Pin
Christian Graus13-Aug-08 22:58
protectorChristian Graus13-Aug-08 22:58 
GeneralRe: view state will give probs in iis cache?, Pin
Member 387988113-Aug-08 23:12
Member 387988113-Aug-08 23:12 
GeneralRe: view state will give probs in iis cache?, Pin
N a v a n e e t h14-Aug-08 0:08
N a v a n e e t h14-Aug-08 0:08 
AnswerRe: view state will give probs in iis cache?, Pin
eyeseetee13-Aug-08 23:06
eyeseetee13-Aug-08 23:06 
GeneralRe: view state will give probs in iis cache?, Pin
Member 387988113-Aug-08 23:12
Member 387988113-Aug-08 23:12 
GeneralRe: view state will give probs in iis cache?, Pin
eyeseetee13-Aug-08 23:18
eyeseetee13-Aug-08 23:18 
Questionrun sofware iis show error could not path Pin
Rinki Mukheraji13-Aug-08 20:53
Rinki Mukheraji13-Aug-08 20:53 
AnswerRe: run sofware iis show error could not path Pin
Christian Graus13-Aug-08 20:54
protectorChristian Graus13-Aug-08 20:54 
Questionasp page size increase on runtime Pin
UD(IA)13-Aug-08 20:29
UD(IA)13-Aug-08 20:29 
AnswerRe: asp page size increase on runtime Pin
Christian Graus13-Aug-08 20:33
protectorChristian Graus13-Aug-08 20:33 
GeneralRe: asp page size increase on runtime Pin
UD(IA)13-Aug-08 21:29
UD(IA)13-Aug-08 21:29 
GeneralRe: asp page size increase on runtime Pin
UD(IA)13-Aug-08 22:20
UD(IA)13-Aug-08 22:20 
AnswerRe: asp page size increase on runtime Pin
N a v a n e e t h13-Aug-08 20:35
N a v a n e e t h13-Aug-08 20:35 
GeneralRe: asp page size increase on runtime Pin
UD(IA)13-Aug-08 21:31
UD(IA)13-Aug-08 21:31 
GeneralRe: asp page size increase on runtime Pin
Christian Graus13-Aug-08 22:56
protectorChristian Graus13-Aug-08 22:56 
AnswerRe: asp page size increase on runtime Pin
metallica_rock1013-Aug-08 21:07
metallica_rock1013-Aug-08 21:07 

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.