Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Session times out Pin
Herman<T>.Instance1-Apr-08 22:45
Herman<T>.Instance1-Apr-08 22:45 
GeneralRe: Session times out Pin
sagittarian4-Apr-08 6:16
sagittarian4-Apr-08 6:16 
QuestionHOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
mohd imran abdul aziz31-Mar-08 5:09
mohd imran abdul aziz31-Mar-08 5:09 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
pmarfleet31-Mar-08 6:39
pmarfleet31-Mar-08 6:39 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
Jesse Squire31-Mar-08 6:42
Jesse Squire31-Mar-08 6:42 
AnswerRe: HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c# Pin
farazsk1131-Mar-08 7:42
farazsk1131-Mar-08 7:42 
GeneralPassing query strings between multiple ascx contols contained within Master page Pin
Suj_7831-Mar-08 5:00
Suj_7831-Mar-08 5:00 
GeneralRe: Passing query strings between multiple ascx contols contained within Master page Pin
Jesse Squire31-Mar-08 6:12
Jesse Squire31-Mar-08 6:12 
If you are attempting to pass this value around different pages of your application, then you would have to rewrite all urls that the data is relevant to so that they include the query string argument. Unless I misunderstand your intent, what you're actually trying to do is take a value from the query string and treat it as a piece of shared state, across multiple pieces of content in your application. I would recommend that you consider using the ASP.NET Session object, unless your environment makes that prohibitive for some reason.

Hope that helps a bit. Smile | :)

  --Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi

GeneralRe: Passing query strings between multiple ascx contols contained within Master page Pin
farazsk1131-Mar-08 7:24
farazsk1131-Mar-08 7:24 
QuestionHandling sessions Pin
rajitksingh31-Mar-08 4:52
rajitksingh31-Mar-08 4:52 
GeneralRe: Handling sessions Pin
led mike31-Mar-08 5:02
led mike31-Mar-08 5:02 
GeneralRe: Handling sessions Pin
rajitksingh31-Mar-08 9:26
rajitksingh31-Mar-08 9:26 
GeneralRe: Handling sessions Pin
led mike31-Mar-08 9:28
led mike31-Mar-08 9:28 
GeneralRe: Handling sessions Pin
rajitksingh31-Mar-08 11:45
rajitksingh31-Mar-08 11:45 
GeneralRe: Handling sessions Pin
led mike1-Apr-08 4:56
led mike1-Apr-08 4:56 
Question[Message Deleted] Pin
ahlaj7731-Mar-08 4:43
ahlaj7731-Mar-08 4:43 
GeneralRe: How to go about creating a voting system Pin
led mike31-Mar-08 4:48
led mike31-Mar-08 4:48 
General[Message Deleted] Pin
ahlaj7731-Mar-08 4:59
ahlaj7731-Mar-08 4:59 
GeneralRe: How to go about creating a voting system Pin
led mike31-Mar-08 5:01
led mike31-Mar-08 5:01 
Question[Message Deleted] Pin
ahlaj7731-Mar-08 5:16
ahlaj7731-Mar-08 5:16 
GeneralRe: How to go about creating a voting system Pin
led mike31-Mar-08 5:38
led mike31-Mar-08 5:38 
GeneralCalender Chaos Pin
Reelix31-Mar-08 3:16
Reelix31-Mar-08 3:16 
GeneralRe: Calender Chaos Pin
Jesse Squire31-Mar-08 3:22
Jesse Squire31-Mar-08 3:22 
GeneralRe: Calender Chaos Pin
Reelix31-Mar-08 3:28
Reelix31-Mar-08 3:28 
GeneralRe: Calender Chaos Pin
Jesse Squire31-Mar-08 3:31
Jesse Squire31-Mar-08 3:31 

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.