Click here to Skip to main content
15,918,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAssembly Pin
Malay198624-Aug-07 19:04
Malay198624-Aug-07 19:04 
AnswerRe: Assembly Pin
zhongyougang@gmail.com24-Aug-07 21:00
zhongyougang@gmail.com24-Aug-07 21:00 
AnswerRe: Assembly Pin
Jaiprakash M Bankolli24-Aug-07 21:02
Jaiprakash M Bankolli24-Aug-07 21:02 
QuestionHow to create a log out page in asp.net Pin
Prakash_Mishra24-Aug-07 18:56
Prakash_Mishra24-Aug-07 18:56 
AnswerRe: How to create a log out page in asp.net Pin
kaushal_prabhakar24-Aug-07 20:53
kaushal_prabhakar24-Aug-07 20:53 
QuestionAJAX: UpdatePanel's trigger on data changing Pin
someguy1124-Aug-07 15:10
someguy1124-Aug-07 15:10 
AnswerRe: AJAX: UpdatePanel's trigger on data changing Pin
kaushal_prabhakar24-Aug-07 21:03
kaushal_prabhakar24-Aug-07 21:03 
GeneralRe: AJAX: UpdatePanel's trigger on data changing Pin
someguy1125-Aug-07 0:14
someguy1125-Aug-07 0:14 
QuestionListbox SelectedIndexChanged event Pin
There is always the way to do it, but I don't know24-Aug-07 11:49
There is always the way to do it, but I don't know24-Aug-07 11:49 
QuestionOrder Tracking in shopping cart application....plz help Pin
lastFarhi24-Aug-07 11:35
lastFarhi24-Aug-07 11:35 
AnswerRe: Order Tracking in shopping cart application....plz help Pin
Christian Graus24-Aug-07 11:55
protectorChristian Graus24-Aug-07 11:55 
QuestionAdding attribute to tag when rendered Pin
2hdass24-Aug-07 8:09
2hdass24-Aug-07 8:09 
AnswerRe: Adding attribute to tag when rendered Pin
ChrisKo24-Aug-07 8:21
ChrisKo24-Aug-07 8:21 
GeneralRe: Adding attribute to tag when rendered Pin
2hdass24-Aug-07 9:09
2hdass24-Aug-07 9:09 
GeneralRe: Adding attribute to tag when rendered Pin
ChrisKo24-Aug-07 10:40
ChrisKo24-Aug-07 10:40 
Questionasp classic -> asp.net Pin
dtflagg24-Aug-07 7:33
dtflagg24-Aug-07 7:33 
Hi all.

I'm essentially being forced to create an asp.net upload script for an app at work. This is no problem and I found it pretty easy to do. However, I need two variables passed to that page from an already existing app page. I don't have the time necessary to rewrite 10,000+ lines of code into asp.net, I just need the asp classic post to go to the .net page.

I can't seem to find a way of grabbing that variable when its posted. Specifically, in this case I launch a popup window on click and it loads the .aspx script there. Things I've read point towards setting session variables of the values you want to use in the .net script. So in my asp classic script, I use ajax onclick to set the asp session variable, then call the function to popup the window with the .net script.

However a simple response.write(session("variablename")) prints absolutely nothing to the screen. (sessions are enabled in .net)

I have a feeling this is an extremely easy answer, but no formal training on .net makes it weird for me and I haven't found a solution online.

Also, is there a way to avoid the "warning page expired" error when clicking on the link in the url bar and hitting enter? I'm not using back. I just want to load the page as if i was loading it for the first time, but it gives me that error and tells me to reload. but reloading will resubmit the form, and i don't want that. I have to close IE to load the page again.

Thanks in advance!
AnswerRe: asp classic -> asp.net Pin
ChrisKo24-Aug-07 8:14
ChrisKo24-Aug-07 8:14 
GeneralRe: asp classic -> asp.net Pin
neverborn24-Aug-07 8:51
neverborn24-Aug-07 8:51 
QuestionAJAX Back and Forward Buttons Pin
LordofLords24-Aug-07 7:05
LordofLords24-Aug-07 7:05 
AnswerRe: AJAX Back and Forward Buttons Pin
Christian Graus24-Aug-07 11:56
protectorChristian Graus24-Aug-07 11:56 
GeneralRe: AJAX Back and Forward Buttons Pin
LordofLords24-Aug-07 23:04
LordofLords24-Aug-07 23:04 
GeneralRe: AJAX Back and Forward Buttons Pin
LordofLords24-Aug-07 23:05
LordofLords24-Aug-07 23:05 
AnswerRe: AJAX Back and Forward Buttons Pin
LordofLords24-Aug-07 23:03
LordofLords24-Aug-07 23:03 
Questionquerrystring Pin
md_refay24-Aug-07 7:04
md_refay24-Aug-07 7:04 
AnswerRe: querrystring Pin
kubben24-Aug-07 7:24
kubben24-Aug-07 7:24 

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.