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

ASP.NET

 
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 
QuestionGetting data from a child page Pin
hadad24-Aug-07 6:45
hadad24-Aug-07 6:45 
AnswerRe: Getting data from a child page Pin
kubben24-Aug-07 7:34
kubben24-Aug-07 7:34 
QuestionTextbox size on Pocket PC Device Pin
mymacryan24-Aug-07 6:03
mymacryan24-Aug-07 6:03 
Questionget countryname using ipaddress Pin
vidyasankar24-Aug-07 4:23
vidyasankar24-Aug-07 4:23 
AnswerRe: get countryname using ipaddress Pin
Jaiprakash M Bankolli24-Aug-07 21:11
Jaiprakash M Bankolli24-Aug-07 21:11 
QuestionFile Upload to server hard disk in asp.net Pin
ysunil_7424-Aug-07 4:15
ysunil_7424-Aug-07 4:15 
AnswerRe: File Upload to server hard disk in asp.net Pin
lastFarhi24-Aug-07 11:50
lastFarhi24-Aug-07 11:50 
AnswerRe: File Upload to server hard disk in asp.net Pin
Jaiprakash M Bankolli24-Aug-07 21:55
Jaiprakash M Bankolli24-Aug-07 21:55 

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.