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

ASP.NET

 
QuestionAbout HtmlArea.. Pin
lsh486love13-Sep-09 19:13
lsh486love13-Sep-09 19:13 
AnswerRe: About HtmlArea.. Pin
Christian Graus13-Sep-09 19:24
protectorChristian Graus13-Sep-09 19:24 
QuestionPage Pre_Init and Dynamic link buttons Pin
Ersan Ercek13-Sep-09 10:10
Ersan Ercek13-Sep-09 10:10 
AnswerRe: Page Pre_Init and Dynamic link buttons Pin
Christian Graus13-Sep-09 12:04
protectorChristian Graus13-Sep-09 12:04 
AnswerRe: Page Pre_Init and Dynamic link buttons Pin
Abhishek Sur13-Sep-09 12:39
professionalAbhishek Sur13-Sep-09 12:39 
GeneralRe: Page Pre_Init and Dynamic link buttons Pin
Ersan Ercek13-Sep-09 20:33
Ersan Ercek13-Sep-09 20:33 
GeneralRe: Page Pre_Init and Dynamic link buttons Pin
Abhishek Sur13-Sep-09 21:24
professionalAbhishek Sur13-Sep-09 21:24 
QuestionSmtp mail in ASP.NET Pin
hit&run13-Sep-09 8:01
hit&run13-Sep-09 8:01 
I have the following situation in an ASP.NET web application.

A parent aspx page has a usercontrol that has a button (say B1). A click of this button causes another aspx page to open in a pop-up via javascript in a .js file associated with the parent page (i.e window.open("........")).

The pop-up comes pre-populated with data retrieved on page_load of pop-up.
The pop-up has a button (say B2) which when clicked sends an email (to a valid address) via javascript-webservice. The button click is bound to a javascript method which has a webservie call, to which all necessary data is passed. After the B2 click the popup closes.

Now problem:

B1 click: Popup opens, B2 click : Mail is sent, Popup closes.
B1 click again: Popup opens, B2 click : Mail is sent, Popup closes.
B1 click again: Popup opens without content, just freezes up.

Work Around:
If window.close() after the Webservice call is removed and the pop-up is left open, n no. of B1 clicks sent mails successfully. Any closing of the popup immediately after B2 click followed by an immediate B1 click causes the system to hang.

SOS
AnswerRe: Smtp mail in ASP.NET Pin
Manas Bhardwaj13-Sep-09 8:19
professionalManas Bhardwaj13-Sep-09 8:19 
AnswerRe: Smtp mail in ASP.NET Pin
N a v a n e e t h13-Sep-09 8:32
N a v a n e e t h13-Sep-09 8:32 
GeneralRe: Smtp mail in ASP.NET Pin
Samarjeet Singh@india13-Sep-09 21:47
Samarjeet Singh@india13-Sep-09 21:47 
GeneralRe: Smtp mail in ASP.NET Pin
hit&run18-Sep-09 9:52
hit&run18-Sep-09 9:52 
QuestionAsp.net License Pin
G.K.M.13-Sep-09 5:28
G.K.M.13-Sep-09 5:28 
AnswerRe: Asp.net License Pin
Manas Bhardwaj13-Sep-09 6:09
professionalManas Bhardwaj13-Sep-09 6:09 
AnswerRe: Asp.net License Pin
N a v a n e e t h13-Sep-09 6:22
N a v a n e e t h13-Sep-09 6:22 
GeneralRe: Asp.net License Pin
Christian Graus13-Sep-09 12:14
protectorChristian Graus13-Sep-09 12:14 
GeneralRe: Asp.net License Pin
N a v a n e e t h13-Sep-09 16:02
N a v a n e e t h13-Sep-09 16:02 
QuestionProblem with ajax calender extender Pin
J.Vinod12-Sep-09 20:12
J.Vinod12-Sep-09 20:12 
AnswerRe: Problem with ajax calender extender Pin
Abhijit Jana12-Sep-09 21:20
professionalAbhijit Jana12-Sep-09 21:20 
QuestionPlaying MP3 Files Dynamically in ASP.Net App Pin
dboy22112-Sep-09 16:03
dboy22112-Sep-09 16:03 
AnswerRe: Playing MP3 Files Dynamically in ASP.Net App Pin
Christian Graus13-Sep-09 12:15
protectorChristian Graus13-Sep-09 12:15 
QuestionCustom Control Stops My Image Button Working! Pin
Ginozzzz12-Sep-09 5:45
Ginozzzz12-Sep-09 5:45 
AnswerRe: Custom Control Stops My Image Button Working! Pin
Blikkies12-Sep-09 5:58
professionalBlikkies12-Sep-09 5:58 
GeneralRe: Custom Control Stops My Image Button Working! Pin
Ginozzzz12-Sep-09 8:10
Ginozzzz12-Sep-09 8:10 
AnswerRe: Custom Control Stops My Image Button Working! Pin
dan!sh 12-Sep-09 9:12
professional dan!sh 12-Sep-09 9:12 

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.