Click here to Skip to main content
15,886,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: redirection problem Pin
acont11-May-10 8:27
acont11-May-10 8:27 
QuestionHave file uploading in background while continuing Navigation Pin
Neil Wilson7-May-10 6:16
Neil Wilson7-May-10 6:16 
AnswerRe: Have file uploading in background while continuing Navigation Pin
Not Active7-May-10 7:09
mentorNot Active7-May-10 7:09 
GeneralRe: Have file uploading in background while continuing Navigation Pin
Neil Wilson7-May-10 11:14
Neil Wilson7-May-10 11:14 
GeneralRe: Have file uploading in background while continuing Navigation Pin
Not Active7-May-10 13:02
mentorNot Active7-May-10 13:02 
AnswerRe: Have file uploading in background while continuing Navigation Pin
Peace ON7-May-10 21:18
Peace ON7-May-10 21:18 
AnswerRe: Have file uploading in background while continuing Navigation Pin
AlexeiXX38-May-10 18:40
AlexeiXX38-May-10 18:40 
QuestionPassing values from ASP to ASP.NET Pin
Ekjon7-May-10 5:46
Ekjon7-May-10 5:46 
I have an application built using classic asp. I built a page using asp .net (C#) and need to retrieve parameter values passed from the asp page.
Some of them are working - when I use code like MyControl = Request.Form["cmbDepartmentID"];
But for unknown reason - the others are not working.

So, I tried to create a Session object in the asp page, and retrieve it in the asp.net.
In the asp for example - Session("Param") = value
And in the asp.net - MyParam = Session["Param"].ToStrng();

But it doesn't recognize the session object.
What is the way to do it?
The asp page is a huge mumbo-jumbo of vbscript, javascript, html etc. that I don't follow the flow clearly. But I know querystring is not an option here.

Thanks.
AnswerRe: Passing values from ASP to ASP.NET Pin
T M Gray7-May-10 6:08
T M Gray7-May-10 6:08 
GeneralRe: Passing values from ASP to ASP.NET Pin
Ekjon7-May-10 6:18
Ekjon7-May-10 6:18 
AnswerRe: Passing values from ASP to ASP.NET Pin
Peace ON7-May-10 21:21
Peace ON7-May-10 21:21 
QuestionPreventing new number before if section is suppressed of blank Pin
Paramhans Dubey7-May-10 3:37
professionalParamhans Dubey7-May-10 3:37 
AnswerRe: Preventing new number before if section is suppressed of blank Pin
Sandeep Mewara7-May-10 4:27
mveSandeep Mewara7-May-10 4:27 
GeneralRe: Preventing new number before if section is suppressed of blank Pin
Paramhans Dubey7-May-10 19:02
professionalParamhans Dubey7-May-10 19:02 
QuestionDeploy Web Service to existing web site Pin
#realJSOP7-May-10 3:31
mve#realJSOP7-May-10 3:31 
AnswerRe: Deploy Web Service to existing web site Pin
Peace ON7-May-10 4:11
Peace ON7-May-10 4:11 
GeneralRe: Deploy Web Service to existing web site Pin
#realJSOP7-May-10 5:12
mve#realJSOP7-May-10 5:12 
GeneralRe: Deploy Web Service to existing web site Pin
JHizzle7-May-10 5:25
JHizzle7-May-10 5:25 
AnswerRe: Deploy Web Service to existing web site Pin
T M Gray7-May-10 6:16
T M Gray7-May-10 6:16 
GeneralRe: Deploy Web Service to existing web site Pin
#realJSOP7-May-10 7:18
mve#realJSOP7-May-10 7:18 
QuestionAjaxToolkit:AutoCompleteExtender return from webmethod weird error Pin
Member 12410447-May-10 2:53
Member 12410447-May-10 2:53 
QuestionExport image to excel Pin
seemadas7-May-10 2:44
seemadas7-May-10 2:44 
AnswerRe: Export image to excel Pin
saini arun7-May-10 3:27
saini arun7-May-10 3:27 
AnswerRe: Export image to excel Pin
Peace ON7-May-10 21:23
Peace ON7-May-10 21:23 
Questionhttp://localhost/mywebsite Pin
vinayh7-May-10 2:02
vinayh7-May-10 2:02 

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.