Click here to Skip to main content
15,914,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how the data table retains its value with in pagescope Pin
Sun Rays9-Dec-07 19:42
Sun Rays9-Dec-07 19:42 
AnswerRe: how the data table retains its value with in pagescope Pin
N a v a n e e t h9-Dec-07 19:24
N a v a n e e t h9-Dec-07 19:24 
GeneralRe: how the data table retains its value with in pagescope Pin
jagan1239-Dec-07 19:43
jagan1239-Dec-07 19:43 
GeneralRe: how the data table retains its value with in pagescope Pin
N a v a n e e t h9-Dec-07 19:50
N a v a n e e t h9-Dec-07 19:50 
GeneralRe: how the data table retains its value with in pagescope Pin
jagan1239-Dec-07 19:54
jagan1239-Dec-07 19:54 
GeneralRe: how the data table retains its value with in pagescope Pin
Christian Graus9-Dec-07 19:56
protectorChristian Graus9-Dec-07 19:56 
GeneralRe: how the data table retains its value with in pagescope Pin
jagan1239-Dec-07 20:00
jagan1239-Dec-07 20:00 
GeneralRe: how the data table retains its value with in pagescope Pin
N a v a n e e t h9-Dec-07 20:07
N a v a n e e t h9-Dec-07 20:07 
There won't be much problem. But if your datatable is much bigger, viewstate also will be huge. As Christian told, it is easy to tamper, so if you are keeping very sensitive information, go for sessions. If you need to keep the data only in this page and it's not sensitive, use viewstate. If all your users are seeing the same data, then cache your datatable for improved performance.


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


GeneralRe: how the data table retains its value with in pagescope Pin
jagan1239-Dec-07 20:21
jagan1239-Dec-07 20:21 
GeneralRe: how the data table retains its value with in pagescope Pin
N a v a n e e t h9-Dec-07 20:26
N a v a n e e t h9-Dec-07 20:26 
GeneralRe: how the data table retains its value with in pagescope Pin
jagan1239-Dec-07 20:37
jagan1239-Dec-07 20:37 
GeneralRe: how the data table retains its value with in pagescope Pin
N a v a n e e t h9-Dec-07 21:35
N a v a n e e t h9-Dec-07 21:35 
Generaldisplay data in list box with multi column Pin
Piyush Vardhan Singh9-Dec-07 18:42
Piyush Vardhan Singh9-Dec-07 18:42 
GeneralRe: display data in list box with multi column Pin
Sun Rays9-Dec-07 18:58
Sun Rays9-Dec-07 18:58 
GeneralRe: display data in list box with multi column Pin
Piyush Vardhan Singh9-Dec-07 19:32
Piyush Vardhan Singh9-Dec-07 19:32 
GeneralRe: display data in list box with multi column Pin
Sun Rays9-Dec-07 19:41
Sun Rays9-Dec-07 19:41 
GeneralRe: display data in list box with multi column Pin
Michael Sync9-Dec-07 19:00
Michael Sync9-Dec-07 19:00 
GeneralRe: display data in list box with multi column Pin
N a v a n e e t h9-Dec-07 19:37
N a v a n e e t h9-Dec-07 19:37 
GeneralPoblem regarding port the .dbf files into Sqlserver Pin
Aavesh Agarwal9-Dec-07 18:38
Aavesh Agarwal9-Dec-07 18:38 
QuestionFind String in string Pin
AnhTin9-Dec-07 17:24
AnhTin9-Dec-07 17:24 
GeneralRe: Find String in string Pin
Christian Graus9-Dec-07 18:49
protectorChristian Graus9-Dec-07 18:49 
GeneralRe: Find String in string Pin
Michael Sync9-Dec-07 18:57
Michael Sync9-Dec-07 18:57 
GeneralRe: Find String in string Pin
Michael Sync9-Dec-07 18:58
Michael Sync9-Dec-07 18:58 
QuestionSitemap Path Pin
Member 46484919-Dec-07 17:00
Member 46484919-Dec-07 17:00 
GeneralRe: Sitemap Path Pin
Sam Xavier10-Dec-07 18:37
Sam Xavier10-Dec-07 18:37 

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.