Click here to Skip to main content
15,886,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Why does one session variable store multiple values? Pin
Yusuf14-Apr-09 9:22
Yusuf14-Apr-09 9:22 
GeneralRe: Why does one session variable store multiple values? Pin
Tomz_KV14-Apr-09 9:41
Tomz_KV14-Apr-09 9:41 
AnswerRe: Why does one session variable store multiple values? Pin
Tomz_KV15-Apr-09 3:31
Tomz_KV15-Apr-09 3:31 
QuestionDetecting changes on a page Pin
dptalt14-Apr-09 4:44
dptalt14-Apr-09 4:44 
AnswerRe: Detecting changes on a page Pin
binarymax14-Apr-09 5:32
binarymax14-Apr-09 5:32 
GeneralRe: Detecting changes on a page Pin
dptalt14-Apr-09 5:44
dptalt14-Apr-09 5:44 
GeneralRe: Detecting changes on a page Pin
binarymax14-Apr-09 6:07
binarymax14-Apr-09 6:07 
GeneralRe: Detecting changes on a page Pin
dptalt14-Apr-09 6:52
dptalt14-Apr-09 6:52 
The senerio I have is pretty simple. If the user makes any changes to the data in the textboxes on the page the logic that updates the database needs to update one of the table fields with a 0 otherwise use the existing value. Hence, I need to check if any changes were made on the page.

From what I have read using a session varable to store datatable rows is a server resource hog so instead I requery the database each time I need to.

And no I am not validating fields on the page with javajscript. Instead I have a class method to do the validating.

So to check if a user changed data on the page I should use some javascript?
GeneralRe: Detecting changes on a page Pin
binarymax14-Apr-09 9:20
binarymax14-Apr-09 9:20 
AnswerRe: Detecting changes on a page Pin
Yusuf14-Apr-09 9:24
Yusuf14-Apr-09 9:24 
QuestionVS2008 SOAP Client - losing Session problem [modified] Pin
Vozzie214-Apr-09 4:44
Vozzie214-Apr-09 4:44 
AnswerRe: VS2008 SOAP Client - losing Session problem Pin
anbam15-Nov-10 22:54
anbam15-Nov-10 22:54 
QuestionScroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
indian14314-Apr-09 3:35
indian14314-Apr-09 3:35 
AnswerRe: Scroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
binarymax14-Apr-09 3:41
binarymax14-Apr-09 3:41 
GeneralRe: Scroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
indian14314-Apr-09 19:45
indian14314-Apr-09 19:45 
QuestionThread locking and ASP.NET [modified] Pin
binarymax14-Apr-09 3:08
binarymax14-Apr-09 3:08 
Questionpotential solutions for recording video from client webcam Pin
hardboy11114-Apr-09 2:49
hardboy11114-Apr-09 2:49 
Questionsql server login problem Pin
nikhil123414-Apr-09 2:32
nikhil123414-Apr-09 2:32 
AnswerRe: sql server login problem Pin
Colin Angus Mackay14-Apr-09 2:59
Colin Angus Mackay14-Apr-09 2:59 
AnswerRe: sql server login problem Pin
Greg Chelstowski14-Apr-09 3:00
Greg Chelstowski14-Apr-09 3:00 
GeneralRe: sql server login problem Pin
Colin Angus Mackay14-Apr-09 3:05
Colin Angus Mackay14-Apr-09 3:05 
GeneralRe: sql server login problem Pin
Greg Chelstowski14-Apr-09 3:10
Greg Chelstowski14-Apr-09 3:10 
QuestionSession Problem Pin
pra.chaudhari14-Apr-09 2:18
pra.chaudhari14-Apr-09 2:18 
AnswerRe: Session Problem Pin
Abhijit Jana14-Apr-09 2:45
professionalAbhijit Jana14-Apr-09 2:45 
GeneralRe: Session Problem Pin
pra.chaudhari14-Apr-09 3:00
pra.chaudhari14-Apr-09 3:00 

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.