Click here to Skip to main content
15,893,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHot to URL Re-Routing ?? Pin
xbiplav15-Feb-10 11:03
xbiplav15-Feb-10 11:03 
AnswerRe: Hot to URL Re-Routing ?? Pin
Dr.Walt Fair, PE15-Feb-10 11:51
professionalDr.Walt Fair, PE15-Feb-10 11:51 
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 
You're making one page do alot of work. Do you mean a different view e.g. details on a product within an online catalog or an actual other page?

If the former, then use the querystring to pass the ID relevant to the data to pull back.
If the latter, Response.Redirect to the querystring argument passed.

Regardless, I'm assuming you are using querystring because of your previous question so your codebehind would still be accessing Request.Querystring["parametername"] to get the value.
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 
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 

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.