Click here to Skip to main content
15,896,359 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: CREATION tree usage recursive functions Pin
fatima...686-Jan-13 22:40
fatima...686-Jan-13 22:40 
GeneralRe: CREATION tree usage recursive functions Pin
Jibesh6-Jan-13 22:44
professionalJibesh6-Jan-13 22:44 
AnswerRe: CREATION tree usage recursive functions Pin
Richard MacCutchan6-Jan-13 23:13
mveRichard MacCutchan6-Jan-13 23:13 
NewsRLE encoding/decoding tool C# Pin
Oleg Orlov6-Jan-13 16:15
Oleg Orlov6-Jan-13 16:15 
GeneralRe: RLE encoding/decoding tool C# Pin
Richard MacCutchan6-Jan-13 22:18
mveRichard MacCutchan6-Jan-13 22:18 
GeneralRe: RLE encoding/decoding tool C# Pin
Oleg Orlov6-Jan-13 23:40
Oleg Orlov6-Jan-13 23:40 
QuestionEncrypting XML **elements** Pin
SledgeHammer016-Jan-13 10:15
SledgeHammer016-Jan-13 10:15 
AnswerRe: Encrypting XML **elements** Pin
Brisingr Aerowing6-Jan-13 14:12
professionalBrisingr Aerowing6-Jan-13 14:12 
GeneralRe: Encrypting XML **elements** Pin
SledgeHammer017-Jan-13 6:32
SledgeHammer017-Jan-13 6:32 
AnswerRe: Encrypting XML **elements** Pin
BobJanova7-Jan-13 5:31
BobJanova7-Jan-13 5:31 
GeneralRe: Encrypting XML **elements** Pin
SledgeHammer017-Jan-13 6:34
SledgeHammer017-Jan-13 6:34 
AnswerRe: Encrypting XML **elements** Pin
Mustafa Kok8-Jan-13 23:46
professionalMustafa Kok8-Jan-13 23:46 
QuestionDelete specific matching rows in datatable Pin
Member 97041536-Jan-13 8:20
Member 97041536-Jan-13 8:20 
AnswerRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 8:30
mentorWendelius6-Jan-13 8:30 

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.