Click here to Skip to main content
15,890,947 members

Comments by Raman Thakur (Top 20 by date)

Raman Thakur 20-Feb-13 5:20am View    
If you have fixed format for Resume then its easy. For Ms word you can directly use .net office libraries and for PDF there are lot of Open source Library like ITEXTSharp by using that you 'll get the whole data on document read that and make you logic according to that.
Raman Thakur 30-Jan-13 6:51am View    
may this help http://www.codeproject.com/Tips/471756/Fixed-Table-Header-atop-scrollable-GridView-in-ASP
Raman Thakur 30-Jan-13 6:50am View    
if you have to invoke your own application on client machine then use custom protocol rather than activeX
Raman Thakur 25-Jan-13 4:22am View    
because we are installing WPF application by browser. may be some one know better way to install WPF by browser
Raman Thakur 25-Jan-13 0:20am View    
Above solution is for Web browser control. My requirement is website having link of launch or install setup. we can invoke application by custom protocol but if our application is not installed on client machine then IE won't detect that. I am able to handle same on Firefox/chrome but not on IE.