Click here to Skip to main content
15,915,859 members

Comments by VipinKumar Maurya (Top 35 by date)

VipinKumar Maurya 29-Feb-16 10:47am View    
So you say if I declare Session["isSessionActive"] when session mode is set to sqlserver
and write
if (Session["isSessionActive"]==null)
{
//Redirect to login page
}

then will
it work.
VipinKumar Maurya 3-Feb-16 0:21am View    
I dont want to just hide it but also print the document. The problem I am facing is that IE shows up and the user is forced to manually print the document and then close the IE.
VipinKumar Maurya 28-Jan-16 3:07am View    
I did not get you properly but how will I print the document then?
VipinKumar Maurya 5-Dec-15 5:21am View    
Thanks! I got a workaround
VipinKumar Maurya 5-Dec-15 5:20am View    
This did not worked in my case