https://www.sdn.sap.com/irj/sdn/thread?threadID=25836&messageID=230174
--- Prashanth Ganesh Rayakar <[EMAIL PROTECTED]> wrote: > > Hi , > Does anyone know how to detect when a user has > clicked on the X in the > browser. > As far as I know, we can use onunload event of > javascript to detect and > open a new window(page) where I can do my > processing. But this wont > work if user has pop-up blocker enabled on his m/c. > any idea how we can > do it in the same page, without going to new page. I > have to execute a > function when user closes the browser window. > Urgently help needed. > Thanks in advance. > > Thanks and Regards > Prashanth > > > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 30, 2005 1:49 AM > To: [email protected] > Subject: [AspNetAnyQuestionIsOk] Digest Number 1422 > > ------------------------ Yahoo! Groups Sponsor > > There are 14 messages in this issue. > > Topics in this digest: > > 1. asp.net question > From: loc tran <[EMAIL PROTECTED]> > 2. Re: Value cannot be null > From: "Real_Guy" <[EMAIL PROTECTED]> > 3. Re: asp.net question > From: Charles Carroll <[EMAIL PROTECTED]> > 4. Re: Re: Value cannot be null > From: Dean Fiala <[EMAIL PROTECTED]> > 5. Active Users by Session > From: "Iman Naseri Karimi" > <[EMAIL PROTECTED]> > 6. Program/code like browserhawk but free? > From: Mike Appenzellar > <[EMAIL PROTECTED]> > 7. Deliver Cross Tab output to Users > From: Stephen Russell > <[EMAIL PROTECTED]> > 8. RE: Deliver Cross Tab output to Users > From: "Falls, Travis D (HTSC, CASD)" > <[EMAIL PROTECTED]> > 9. RE: Deliver Cross Tab output to Users > From: Stephen Russell > <[EMAIL PROTECTED]> > 10. Re: asp.net question > From: loc tran <[EMAIL PROTECTED]> > 11. RE: asp.net question > From: "Falls, Travis D (HTSC, CASD)" > <[EMAIL PROTECTED]> > 12. Multiple Buy Now buttons within the same > datalist > From: Mike Appenzellar > <[EMAIL PROTECTED]> > 13. RE: Multiple Buy Now buttons within the > same datalist > From: "Falls, Travis D (HTSC, CASD)" > <[EMAIL PROTECTED]> > 14. Re: Program/code like browserhawk but free? > From: Charles Carroll <[EMAIL PROTECTED]> > > > ________________________________________________________________________ > ________________________________________________________________________ > > Message: 1 > Date: Mon, 28 Nov 2005 16:45:15 -0800 (PST) > From: loc tran <[EMAIL PROTECTED]> > Subject: asp.net question > > Mr. Carroll...can a "newbie" asp.net programmer ask > you a question? > > Charles Carroll <[EMAIL PROTECTED]> wrote: > IndexServer (free from MS > with WinServer products) will do what you want. > > On 11/24/05, john gera <[EMAIL PROTECTED]> > wrote: > > I'm designing a Job Recruitment Website, in which > the admin person > > searches for the right candidate for the job > using certain keywords . > > The only kind of candidate info is the ms word cv > of each candidate. > So > > how can i search for keywords in each of the word > documents. Is there > > any way like that or Is that a impossible > scenario in .net? > > Or else should i force the candidate to create CV > and store in the > > database so that i can use that info for search > > Which is the best approach? > > Thanks in Advance > > > SPONSORED LINKS > Basic programming language Computer > programming languages > Programming languages Java programming language > > --------------------------------- > YAHOO! GROUPS LINKS > > > Visit your group "AspNetAnyQuestionIsOk" on the > web. > > To unsubscribe from this group, send an email > to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the > Yahoo! Terms of Service. > > > > --------------------------------- > > > > > > > --------------------------------- > Yahoo! Personals > Single? There's someone we'd like you to meet. > Lots of someones, actually. Try Yahoo! Personals > > [Non-text portions of this message have been > removed] > > > > > > ________________________________________________________________________ > ________________________________________________________________________ > > Message: 2 > Date: Tue, 29 Nov 2005 03:04:33 -0000 > From: "Real_Guy" <[EMAIL PROTECTED]> > Subject: Re: Value cannot be null > > i have add the code to create the dataset > OLE_DS = New DataSet() > OLE_DA.Fill(OLE_DS, "mflightno") > > but the another error occured : > "Object reference not set to an instance of an > object." > can you tell me what it is ? > sorry asking you with a lot of questions, coz i am a > newbie in ASP.NET > > thx > > --- In [email protected], Dean > Fiala <[EMAIL PROTECTED]> > wrote: > > > > You need to create the DataSet before filling it. > > > > OLE_DS = New DataSet() > > OLE_DA.Fill(OLE_DS, "mflightno") > > > > > > On 11/28/05, Real_Guy <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > i tried co retrieve value from database. > > > My code is like this: > > > > > > Dim OLEConn As OleDbConnection > > > Dim sqlConn As SqlConnection > > > Dim OLE_DA As OleDbDataAdapter > > > Dim sql_DA As SqlDataAdapter > > > Dim OLE_DR As OleDbDataReader > > > Dim sql_DR As SqlDataReader > > > Dim OLE_Comm As OleDbCommand > > > Dim sql_Comm As SqlCommand > > > Dim OLE_DS As DataSet > > > Dim sql_DS As DataSet > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
