Click here to Skip to main content
15,914,162 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPrinting an exported word report Pin
samerh15-Feb-10 3:36
samerh15-Feb-10 3:36 
AnswerRe: Printing an exported word report Pin
Eddy Vluggen15-Feb-10 7:06
professionalEddy Vluggen15-Feb-10 7:06 
GeneralRe: Printing an exported word report Pin
samerh15-Feb-10 19:47
samerh15-Feb-10 19:47 
GeneralRe: Printing an exported word report Pin
Eddy Vluggen15-Feb-10 23:21
professionalEddy Vluggen15-Feb-10 23:21 
QuestionPassing web pages as parameters Pin
muka6615-Feb-10 3:04
muka6615-Feb-10 3:04 
AnswerRe: Passing web pages as parameters Pin
JHizzle15-Feb-10 3:48
JHizzle15-Feb-10 3:48 
GeneralRe: Passing web pages as parameters Pin
muka6615-Feb-10 20:01
muka6615-Feb-10 20:01 
GeneralRe: Passing web pages as parameters Pin
JHizzle15-Feb-10 22:41
JHizzle15-Feb-10 22:41 
Ok so still a bit of confusion but when you say:

muka66 wrote:
I cannot use the navigation url cause i have more than one web page that i can go to.


Do you really mean that it's a completely seperate physical page? i.e. user1 has a details page called user1detail.aspx and user2 has one called user2detail.aspx? You then go onto to say that the display page is the same so... it's just the one page?

I'm going under the assumption that you've got one display page and that you're hoping that parameter(querystring) changing will let you change the display so my previous answer of Request.Querystring["yourparameter"] is still valid, I just wouldn't use it that way if it's meant to be secure because someone could just rewrite the URL and resubmit.

But yeah, in your display page code behind it should be like:
int intUserID = int.Parse(Request.Querystring["yourparameter"])
LoadView(intUserID) //which then pulls in your text file based on the ID.

QuestionConcurrent Requests from Same Session Pin
Tridip Bhattacharjee15-Feb-10 1:59
professionalTridip Bhattacharjee15-Feb-10 1:59 
AnswerRe: Concurrent Requests from Same Session Pin
Abhishek Sur15-Feb-10 2:30
professionalAbhishek Sur15-Feb-10 2:30 
QuestionSound Pin
JustWorking14-Feb-10 23:40
JustWorking14-Feb-10 23:40 
AnswerRe: Sound Pin
Abhishek Sur15-Feb-10 0:22
professionalAbhishek Sur15-Feb-10 0:22 
Questionviewstate Pin
diyaa_0814-Feb-10 23:25
diyaa_0814-Feb-10 23:25 
AnswerRe: viewstate Pin
keyur satyadev15-Feb-10 0:18
keyur satyadev15-Feb-10 0:18 
GeneralRe: viewstate Pin
diyaa_0815-Feb-10 17:42
diyaa_0815-Feb-10 17:42 
GeneralRe: viewstate Pin
keyur satyadev15-Feb-10 23:44
keyur satyadev15-Feb-10 23:44 
AnswerRe: viewstate Pin
Not Active15-Feb-10 1:32
mentorNot Active15-Feb-10 1:32 
Questionhow to get cityname from the zipcode in asp.net Pin
visukk14-Feb-10 23:10
visukk14-Feb-10 23:10 
AnswerRe: how to get cityname from the zipcode in asp.net Pin
Not Active15-Feb-10 1:34
mentorNot Active15-Feb-10 1:34 
GeneralRe: how to get cityname from the zipcode in asp.net Pin
visukk15-Feb-10 18:47
visukk15-Feb-10 18:47 
GeneralRe: how to get cityname from the zipcode in asp.net Pin
Not Active15-Feb-10 23:33
mentorNot Active15-Feb-10 23:33 
Questionsession is lost even in SqlServer Session mode Pin
Amit Spadez14-Feb-10 22:51
professionalAmit Spadez14-Feb-10 22:51 
Questiononclick event of hyperlink Pin
muka6614-Feb-10 22:45
muka6614-Feb-10 22:45 
AnswerRe: onclick event of hyperlink Pin
Abhishek Sur14-Feb-10 22:50
professionalAbhishek Sur14-Feb-10 22:50 
GeneralRe: onclick event of hyperlink Pin
muka6614-Feb-10 23:06
muka6614-Feb-10 23:06 

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.