Click here to Skip to main content
15,905,785 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# - Center objects depending on screen resolution Pin
David Knechtges8-Jan-13 5:47
David Knechtges8-Jan-13 5:47 
QuestionC# error:An object reference is required for the non-static field, method, or property '.get' Pin
classy_dog8-Jan-13 4:47
classy_dog8-Jan-13 4:47 
AnswerRe: C# error:An object reference is required for the non-static field, method, or property '.get' Pin
OriginalGriff8-Jan-13 4:52
mveOriginalGriff8-Jan-13 4:52 
QuestionZombie check on Transaction - How to reproduce it? Pin
Member 31370787-Jan-13 22:32
Member 31370787-Jan-13 22:32 
AnswerRe: Zombie check on Transaction - How to reproduce it? Pin
jschell8-Jan-13 10:14
jschell8-Jan-13 10:14 
GeneralRe: Zombie check on Transaction - How to reproduce it? Pin
Member 31370788-Jan-13 18:23
Member 31370788-Jan-13 18:23 
Questionunzipping file host ? Pin
jojoba20117-Jan-13 21:57
jojoba20117-Jan-13 21:57 
AnswerRe: unzipping file host ? Pin
Mycroft Holmes7-Jan-13 22:05
professionalMycroft Holmes7-Jan-13 22:05 
AnswerRe: unzipping file host ? Pin
Pete O'Hanlon7-Jan-13 22:15
mvePete O'Hanlon7-Jan-13 22:15 
AnswerRe: unzipping file host ? Pin
Richard MacCutchan7-Jan-13 22:16
mveRichard MacCutchan7-Jan-13 22:16 
QuestionRe: unzipping file host ? Pin
jojoba20117-Jan-13 23:14
jojoba20117-Jan-13 23:14 
AnswerRe: unzipping file host ? Pin
Richard MacCutchan7-Jan-13 23:24
mveRichard MacCutchan7-Jan-13 23:24 
QuestionA C++ college problem. Pin
cosmin11237-Jan-13 12:02
cosmin11237-Jan-13 12:02 
AnswerRe: A C++ college problem. Pin
Pete O'Hanlon7-Jan-13 12:04
mvePete O'Hanlon7-Jan-13 12:04 
QuestionNunit 2.6.2 crashes, at "Errors and Failures"-Tab Pin
Frygreen7-Jan-13 11:43
Frygreen7-Jan-13 11:43 
AnswerRe: Nunit 2.6.2 crashes, at "Errors and Failures"-Tab Pin
Pete O'Hanlon7-Jan-13 12:03
mvePete O'Hanlon7-Jan-13 12:03 
Questionhow can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
sad.kiyyani7-Jan-13 1:35
sad.kiyyani7-Jan-13 1:35 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
__TR__7-Jan-13 2:14
__TR__7-Jan-13 2:14 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
Keith Barrow7-Jan-13 2:19
professionalKeith Barrow7-Jan-13 2:19 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
archies_san7-Jan-13 4:35
archies_san7-Jan-13 4:35 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
BobJanova7-Jan-13 5:30
BobJanova7-Jan-13 5:30 
AnswerRe: how can I Pass a value from one page to another dont want to use session querystring class public members and static class in webapplication Pin
Rahul Rajat Singh7-Jan-13 21:12
professionalRahul Rajat Singh7-Jan-13 21:12 
If you want to pass the data from one page to another then the options available are:

Session
QueryString
Cookies
Application
Cache

See which one you could use. Here is an article that could help.

A Beginner's Tutorial on ASP.NET State Management[^]

P.S. Be very careful if you are using Application or Cache as they will be available longer and for many users.
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore, Dream. Discover.

QuestionHow to print pictures in crystal reports Pin
saudahmed6-Jan-13 23:50
saudahmed6-Jan-13 23:50 
QuestionCREATION tree usage recursive functions Pin
fatima...686-Jan-13 22:25
fatima...686-Jan-13 22:25 
AnswerRe: CREATION tree usage recursive functions Pin
Jibesh6-Jan-13 22:33
professionalJibesh6-Jan-13 22:33 

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.