Click here to Skip to main content
15,868,119 members

Articles by Mehul M Thakkar (Article: 1, Tip/Tricks: 8)

Article: 1, Tip/Tricks: 8

RSS Feed

Average article rating: 4.67

Web Development
ASP.NET
17 Nov 2009   Updated: 31 May 2023   Rating: 4.67/5    Votes: 49   Popularity: 7.80
Licence: CPOL    Views: 198,465     Bookmarked: 137   Downloaded: 4,455
Please Sign up or sign in to vote.
.NET library to call server side method or API from JavaScript

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.63

Database Development
SQL Server
29 Dec 2009   Updated: 29 Dec 2009   Rating: 4.25/5    Votes: 5   Popularity: 2.97
Licence: CPOL    Views: 7,090     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
I was facing the problem of inserting a default value on single column table and I have achieved via this way.insert into > default valuesAlso this could be used for many columns in a table defining with default constraints.ThanksMehul Thakkar
Programming Languages
Javascript
8 Dec 2009   Updated: 8 Dec 2009   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 20,310     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
function serialize(obj) { var returnVal; if(obj != undefined){ switch(obj.constructor) { case Array: var vArr="["; for(var i=0;i0) vArr += ","; vArr += serialize(obj[i]); } vArr += "]" return vArr; case...
8 Oct 2013   Updated: 8 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 12,920     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
A warning you see without HTTP URL from IE.
5 Jan 2010   Updated: 5 Jan 2010   Rating: 3.08/5    Votes: 6   Popularity: 2.39
Licence: CPOL    Views: 14,340     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In Javascript if you want to access any control, the syntax would be like thisdocument.getElementById('');The alternative of this syntax while using Ajax is$get(''); Enjoy CodingMehul Thakkar
Web Development
ASP.NET
11 Sep 2012   Updated: 11 Sep 2012   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 28,370     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Bind a JavaScript function to multiple events using jQuery
10 Sep 2012   Updated: 17 Jul 2013   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 15,650     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Compare Validator is not working with latest jQuery lib while using with ViewModel in MVC
HTML
19 Jul 2012   Updated: 19 Jul 2012   Rating: 4.75/5    Votes: 4   Popularity: 2.86
Licence: CPOL    Views: 30,570     Bookmarked: 12   Downloaded: 1,758
Please Sign up or sign in to vote.
A library to minify HTML and CSS content.
17 Jul 2013   Updated: 17 Jul 2013   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 15,451     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Dynamic version number in query string of file reference in link tag for CSS

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Technical Lead
India India
Mehul Thakkar is having 8 yrs of experience in IT industry. He is having good command over Ms .Net and Ms Sql Server