I faced popup close issue in crome browser while dragging mouse outside from the popup area.
How to solve the issues of popup close in crome browser while dragging to outside the popup
You need to pass option parameter in popup js call blur=false...
Dec 30, 2015
Dec 24, 2015
Tech-coder.com has been reached 100 blog post
Kalpesh Satasiya
5:51 PM
blog post, Other, tech coder, tech-coder.com
No comments
I am glad to inform you that http://www.tech-coder.com has been reached 100 blog post's and that all post serve to technologies related stuff.
Hope readers are enjoyed till date and got some technology related information. So please keep reading for same and I will try to provide more and more new technologies related post.
Thanks to everyone those...
Dec 15, 2015
jQuery Chosen plugin - Dynamically populated list by Ajax (Cascading dropdown)
Kalpesh Satasiya
6:34 PM
ajax, Chosen plugin, JavaScript, jquery, jquery plugins
1 comment
I am going to Write regarding jQuery Chosen plugin. What is the reason behind writing this blog post, sharing my experience for one of the functionality (Populate list of drop-down using Ajax call) was achieve using jQuery Chosen plugin.It was little twiky solution for me at moment and their for I had googling and found good solution so for reason...
Dec 7, 2015
Mix Razor and Javascript code on MVC 5
Kalpesh Satasiya
4:24 PM
asp.net, Asp.Net 5, JavaScript, MVC, Razor view
No comments
Many Developer confused when writing JavaScript code on Razor view at time they need to write mix c# code and Javascript code.
Such scenarios occurs when need to write mix code on razor view.
lets see example what we are talking and how to resolve.
Just need to add @: before javascript statement.
var i=0;
@foreach (var r in Model.Customers)
...
Dec 3, 2015
Asp.net - Input string was not in a correct format.
Kalpesh Satasiya
8:30 PM
asp.net, C#, string, tech coder, tech-coder.com
2 comments
Today's techno world, people are making everyday silly mistack with coding.
Here I am trying to cover one simple error message "Input string was not in correct format".
Base on above error message experience developer know where he/she had make a mistack but I am writing this blog for newbie of Asp.Net, C# developer.
when you try to convert any...