Click here to Skip to main content
15,905,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Invalid postback or callback argument Pin
indianet20-Nov-06 14:56
indianet20-Nov-06 14:56 
QuestionDownloading Image Pin
Marek Konieczny20-Nov-06 7:25
Marek Konieczny20-Nov-06 7:25 
AnswerRe: Downloading Image Pin
iamrashida8320-Nov-06 8:30
iamrashida8320-Nov-06 8:30 
GeneralRe: Downloading Image Pin
iamrashida8320-Nov-06 8:34
iamrashida8320-Nov-06 8:34 
GeneralRe: Downloading Image Pin
Marek Konieczny20-Nov-06 23:25
Marek Konieczny20-Nov-06 23:25 
GeneralRe: Downloading Image Pin
minhpc_bk20-Nov-06 23:44
minhpc_bk20-Nov-06 23:44 
QuestionBest way to maintain web application state? Pin
Rip Kirby20-Nov-06 4:38
Rip Kirby20-Nov-06 4:38 
AnswerRe: Best way to maintain web application state? Pin
indianet20-Nov-06 5:32
indianet20-Nov-06 5:32 
For information that needs to tracked across multiple post backs

a) Use View State - If the information is tied to a single page &
If the information consists of fewer bytes

b) Use Profile - If the information represents specific to the logged user on the whole
rather than a page or group of page

c) Use Session - Information that needs to be tracked for the user, that applies to your
application on the whole again use session variables, again you may not want
more than few 100 bytes of information as part of session

d) Database - If you need to track information for ordering of records and if you have few
thousands records always re-request it from the database instead of storing it
in session variables

e) Cache - If information is common across all connected users.




Questiondefinition of print() function in javscript Pin
yogita charhate20-Nov-06 3:56
yogita charhate20-Nov-06 3:56 
AnswerRe: definition of print() function in javscript Pin
indianet20-Nov-06 5:33
indianet20-Nov-06 5:33 
GeneralRe: definition of print() function in javscript Pin
Guffa20-Nov-06 7:35
Guffa20-Nov-06 7:35 
Questiondefinition of print() function in javscript Pin
yogita charhate20-Nov-06 3:55
yogita charhate20-Nov-06 3:55 
AnswerRe: definition of print() function in javscript [modified] Pin
Grapes-R-Fun20-Nov-06 8:59
Grapes-R-Fun20-Nov-06 8:59 
GeneralRe: definition of print() function in javscript Pin
yogita charhate20-Nov-06 17:21
yogita charhate20-Nov-06 17:21 
GeneralRe: definition of print() function in javscript Pin
Grapes-R-Fun27-Nov-06 4:23
Grapes-R-Fun27-Nov-06 4:23 
QuestionDIV inner HTML Pin
TheEagle20-Nov-06 3:19
TheEagle20-Nov-06 3:19 
AnswerRe: DIV inner HTML Pin
Tamimi - Code20-Nov-06 3:35
Tamimi - Code20-Nov-06 3:35 
GeneralRe: DIV inner HTML Pin
TheEagle20-Nov-06 19:55
TheEagle20-Nov-06 19:55 
Questionclear contents of text file Pin
playout20-Nov-06 3:04
playout20-Nov-06 3:04 
AnswerRe: clear contents of text file Pin
indianet20-Nov-06 4:28
indianet20-Nov-06 4:28 
QuestionHow can access SESSION variables from ASP.NET into Macromedia Flash 8. Pin
Kunal Sagwaria20-Nov-06 2:01
Kunal Sagwaria20-Nov-06 2:01 
AnswerRe: How can access SESSION variables from ASP.NET into Macromedia Flash 8. Pin
Guffa20-Nov-06 3:19
Guffa20-Nov-06 3:19 
AnswerRe: How can access SESSION variables from ASP.NET into Macromedia Flash 8. Pin
indianet20-Nov-06 7:11
indianet20-Nov-06 7:11 
Question"not able to connect to backend" Pin
ravikiranreddydharmannagari20-Nov-06 1:17
ravikiranreddydharmannagari20-Nov-06 1:17 
AnswerRe: "not able to connect to backend" Pin
ravikiranreddydharmannagari20-Nov-06 1:39
ravikiranreddydharmannagari20-Nov-06 1: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.