Click here to Skip to main content
15,902,938 members

Comments by PJ003 (Top 25 by date)

PJ003 30-Oct-15 9:06am View    
Try using third part tools like Print2Flash which converts the document to swf format which provides many such options like restricting download.
PJ003 30-Sep-14 9:13am View    
here is a sample code that worked for me before, a label placed in gridview and binded from .cs page... on clicking it opens file in new tab...



lblF1.Text = "<* href='\\File\\" + Convert.ToString(_dt.Rows[0]["varFile"]) + "' target=_blank>Open File ";



* == a
PJ003 12-Aug-14 2:25am View    
Hi Reem Mohamed, are u trying to assign value to the dropdown from code behind ?
PJ003 16-May-14 6:53am View    
http://www.codeproject.com/Tips/465600/Display-local-time-of-various-cities-in-world-usin
PJ003 16-May-14 1:43am View    
Try checking for script errors in "Developer Tools Console" in your browser (ie. F12 in Chrome and IE).