Click here to Skip to main content
15,888,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Server Error in '/' Application Pin
Eddy Vluggen27-Aug-12 0:21
professionalEddy Vluggen27-Aug-12 0:21 
Questionbring footer to bottom Pin
Jassim Rahma12-Aug-12 12:32
Jassim Rahma12-Aug-12 12:32 
QuestionGridview Pin
sravsailu12-Aug-12 6:17
sravsailu12-Aug-12 6:17 
AnswerRe: Gridview Pin
Wes Aday12-Aug-12 6:45
professionalWes Aday12-Aug-12 6:45 
GeneralRe: Gridview Pin
sravsailu12-Aug-12 7:05
sravsailu12-Aug-12 7:05 
Questionhow to extrack an image from an email and save it on a disk Pin
Member 798388410-Aug-12 18:17
Member 798388410-Aug-12 18:17 
AnswerRe: how to extrack an image from an email and save it on a disk Pin
Richard MacCutchan10-Aug-12 21:53
mveRichard MacCutchan10-Aug-12 21:53 
Questionsession variables Pin
sc steinhayse10-Aug-12 17:28
sc steinhayse10-Aug-12 17:28 
I have a question about what is the best way of setting up session variable(s) in the following situation for a change I am making to a C# web form application.
Currently when the users enter a specfic transaction code that = '123', a property of a textbox is set to visible and the user can enter a comment that is up to 20 characters long. Now the user want to be able to enter a comment that can be up to 15,000 characters.
To accomodate this request, I am going to make a change where the user will be pointed to a new web form page where the user can enter the information. Once the user has entered the information, they will click the save button and will be taken back to the orginal screen they started on.
**Note: A new web form page is going to be generated since there is not enough room on the orginal page to enter the information.
When the user clicks the 'save' button and return to the original web page, I am not going to update the database at that time. I want to pass the transaction id (unique identifier) and the new text field that is up to 15,000 characters back to the original web page as session variable(s). Once the user is on the original web page, I will take the session variable that is up to 15,000 characters and update the database in the same manner the database is currently updated.

Thus can you tell me if using session variables in the case listed abover is a good idea? Why or why not?

Also if there is a better way to accomplish this goal, can you tell me what the better method would be?
AnswerRe: session variables Pin
Shameel14-Aug-12 0:40
professionalShameel14-Aug-12 0:40 
QuestionReading data from Excel Pin
indian14310-Aug-12 7:15
indian14310-Aug-12 7:15 
AnswerRe: Reading data from Excel Pin
jkirkerx10-Aug-12 10:33
professionaljkirkerx10-Aug-12 10:33 
GeneralRe: Reading data from Excel Pin
indian14310-Aug-12 12:28
indian14310-Aug-12 12:28 
GeneralRe: Reading data from Excel Pin
jkirkerx10-Aug-12 19:12
professionaljkirkerx10-Aug-12 19:12 
Question(Input string was not in a correct format) with ExecuteReader Pin
Jassim Rahma10-Aug-12 2:33
Jassim Rahma10-Aug-12 2:33 
AnswerRe: (Input string was not in a correct format) with ExecuteReader Pin
WebMaster10-Aug-12 2:52
WebMaster10-Aug-12 2:52 
AnswerRe: (Input string was not in a correct format) with ExecuteReader Pin
Parthi Bun10-Aug-12 3:06
Parthi Bun10-Aug-12 3:06 
AnswerRe: (Input string was not in a correct format) with ExecuteReader Pin
StianSandberg10-Aug-12 3:26
StianSandberg10-Aug-12 3:26 
GeneralRe: (Input string was not in a correct format) with ExecuteReader Pin
Jassim Rahma10-Aug-12 4:03
Jassim Rahma10-Aug-12 4:03 
GeneralRe: (Input string was not in a correct format) with ExecuteReader Pin
Jassim Rahma11-Aug-12 9:11
Jassim Rahma11-Aug-12 9:11 
AnswerRe: (Input string was not in a correct format) with ExecuteReader Pin
Shameel14-Aug-12 0:46
professionalShameel14-Aug-12 0:46 
Questionasp.net Pin
Rajesh.paka10-Aug-12 2:08
Rajesh.paka10-Aug-12 2:08 
AnswerRe: asp.net Pin
Wes Aday10-Aug-12 4:00
professionalWes Aday10-Aug-12 4:00 
Questionstrange issue with cache application block (ENT LIB 5) Pin
Luca Dominici9-Aug-12 23:23
Luca Dominici9-Aug-12 23:23 
AnswerRe: strange issue with cache application block (ENT LIB 5) Pin
Pete O'Hanlon10-Aug-12 0:42
mvePete O'Hanlon10-Aug-12 0:42 
AnswerRe: strange issue with cache application block (ENT LIB 5) Pin
jkirkerx10-Aug-12 10:12
professionaljkirkerx10-Aug-12 10:12 

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.