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

Comments by Sachin Mortale (Top 8 by date)

Sachin Mortale 29-Sep-16 8:27am View    
I tried below code on button click, its working fine when I run it normally but when I run it as administrator its not display PDF in web browser control.

string filename = "C:/Mypdf.pdf";
webBrowser1.Navigate(filename);
Sachin Mortale 21-Dec-13 2:38am View    
Yes i have data in 10th month and 12th month but not in 11th month
Sachin Mortale 21-Dec-13 2:35am View    
I want to show data between '10/10/2013' and '20/12/2013' but its display only 12th(Dec) month data.
Sachin Mortale 23-Sep-13 8:05am View    
After downloading i have to go my website homepage
Sachin Mortale 16-Sep-13 3:03am View    
can you please tell me how can i do that calculation on client side..