Click here to Skip to main content
16,003,611 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: deleting a folder Pin
pmarfleet2-Apr-08 20:57
pmarfleet2-Apr-08 20:57 
GeneralRe: deleting a folder Pin
Himanshu Joshi2-Apr-08 21:09
Himanshu Joshi2-Apr-08 21:09 
Questionproblem in sending emails Pin
pediatric2-Apr-08 19:22
pediatric2-Apr-08 19:22 
GeneralRe: problem in sending emails Pin
~V~2-Apr-08 19:57
~V~2-Apr-08 19:57 
QuestionRe: problem in sending emails Pin
pediatric2-Apr-08 21:20
pediatric2-Apr-08 21:20 
Questionexporting to excel from gridview in c# [modified] Pin
Pankaj Garg2-Apr-08 19:06
Pankaj Garg2-Apr-08 19:06 
GeneralRe: exporting to excel from gridview in c# Pin
Herman<T>.Instance14-Apr-08 4:11
Herman<T>.Instance14-Apr-08 4:11 
QuestionSaving table to session after modifying, does it make sense? Pin
AlexeiXX32-Apr-08 17:13
AlexeiXX32-Apr-08 17:13 
I have a table in the session and i sometimes modify it

Dim t as datatable = session("t")
'modify t
session("t") = t

Even if i dont save t after modifying it, it maintains changes
I know that tables are passed by reference
Is that ok not explicitly saving the table back to session after changing it? or could there be any problems?

Thanks for any suggestion

Alexei Rodriguez

AnswerRe: Saving table to session after modifying, does it make sense? Pin
Sandeep Akhare2-Apr-08 21:47
Sandeep Akhare2-Apr-08 21:47 
GeneralThumbnail image in a Gridview Pin
ffowler2-Apr-08 16:33
ffowler2-Apr-08 16:33 
GeneralRe: Thumbnail image in a Gridview Pin
AlexeiXX32-Apr-08 17:03
AlexeiXX32-Apr-08 17:03 
GeneralRe: Thumbnail image in a Gridview Pin
ffowler2-Apr-08 17:13
ffowler2-Apr-08 17:13 
GeneralRe: Thumbnail image in a Gridview Pin
AlexeiXX32-Apr-08 17:15
AlexeiXX32-Apr-08 17:15 
GeneralRe: Thumbnail image in a Gridview Pin
ffowler2-Apr-08 17:21
ffowler2-Apr-08 17:21 
GeneralRe: Thumbnail image in a Gridview Pin
ffowler2-Apr-08 17:23
ffowler2-Apr-08 17:23 
QuestionASP.NET - C# passing a variable to the page with postback Pin
Phivos Stylianides2-Apr-08 15:11
Phivos Stylianides2-Apr-08 15:11 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
ffowler2-Apr-08 16:26
ffowler2-Apr-08 16:26 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
gspiteri2-Apr-08 16:36
gspiteri2-Apr-08 16:36 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
ffowler2-Apr-08 16:50
ffowler2-Apr-08 16:50 
QuestionRe: ASP.NET - C# passing a variable to the page with postback Pin
Phivos Stylianides2-Apr-08 17:40
Phivos Stylianides2-Apr-08 17:40 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
gspiteri2-Apr-08 17:45
gspiteri2-Apr-08 17:45 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
Phivos Stylianides2-Apr-08 18:59
Phivos Stylianides2-Apr-08 18:59 
Questionproxy file not created Pin
mpavas2-Apr-08 11:56
mpavas2-Apr-08 11:56 
GeneralClearing javascript cache in IE7 Pin
Meg W2-Apr-08 9:57
Meg W2-Apr-08 9:57 
GeneralRe: Clearing javascript cache in IE7 Pin
Mitch F.2-Apr-08 20:11
Mitch F.2-Apr-08 20:11 

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.