.Net Special Support

This blogs provides .Net tips and practical solutions

Thursday, 16 January 2014

Document Viewer in asp net mvc

›
Google Docs offers an undocumented feature that lets you embed PDF files and PowerPoint presentations in a web page. The files don't h...
Tuesday, 17 December 2013

Auto Upgrade MVC 3 To MVC 4

›
Install-Package UpgradeMvc3ToMvc4 http://nugetmusthaves.com/Package/UpgradeMvc3ToMvc4 Hope this help you !
Wednesday, 11 December 2013

Showing loading animation in center of page while making a call to Action method in MVC

›
Now, use javascript to show it in and hide, when an ajax request starts.  <script type="text/javascript">     $(documen...
1 comment:
Saturday, 30 November 2013

MVC 3 AJAX redirecting instead of updating DIV

›
Finally I tracked it down to two issues. I realized that if I set UnobtrusiveJavaScriptEnabled to false in my web.config file, everythin...
Wednesday, 27 November 2013

Composable LINQ to SQL query with dynamic Parameters

›
var _companyId = 1; var Name = "OP"; var FromDate; var  EmpId;  var query = from audit in edmx.tblAudit               from a...
Tuesday, 19 November 2013

Remove character from string using javascript

›
var test = '1,3,4,5,6';?? //to remove number/chracter function removeNum(string, val){    var arr = string.split(',');    f...

Shortest method to convert an array to a string in c#/LINQ

›
int[] intarray = { 1, 2, 3, 4, 5 }; string getString = String.Join (",", arr.Select(p=>p.ToString()).ToArray()) Convert Int ar...
›
Home
View web version

About Me

My photo
Om Prakash Bishnoi
Jodhpur, Rajasthan, India
Software Engineer (SmartSign Design Pvt Ltd, Jaipur)
View my complete profile
Powered by Blogger.