Click here to Skip to main content
15,881,709 members

Comments by Vijay Walunj,Navi mumbai (Top 48 by date)

Vijay Walunj,Navi mumbai 19-Jul-19 1:37am View    
Provide exact exception
Vijay Walunj,Navi mumbai 11-Feb-13 4:45am View    
thanx frnd.i am passing the string containg xml doc and parsing it to xml in store procedure.Using XMLTable i am able read xmldata with single record but i am not able to get entire data.provide soln.
Vijay Walunj,Navi mumbai 5-Nov-12 5:01am View    
I am successfully run it on internet explorer 9.I am trying to work it in all browsers.
I am calling javascript function on "onbeforeunload " function of page.When i am closing this page it fires this event and called javscript function.In this function i am checking for clientX and clientY values to ensure that page is unload due to closing browser.

My code:

if ((window.event.clientX < 0) || (window.event.clientY < 0) || (window.event.clientX < -80))
{
redirecting page to aspx page where i am handling application variable.Also clearing the session.
}

In this page I am assigning the application variable to one string varible and then converting it to the array and matching the userId and then removing from it and again convert it to the string and assign it to the application variable.
Try it will works.
Vijay Walunj,Navi mumbai 5-Nov-12 0:49am View    
what error you got?
Vijay Walunj,Navi mumbai 6-Oct-12 7:03am View    
elobrate your question