Saturday, August 31, 2013
LINQ Tutorials
http://www.codeproject.com/Articles/46422/A-LINQ-Tutorial-Adding-Updating-Deleting-Data
Wednesday, August 21, 2013
Asp.net Gridview Lazy Loading
http://www.go4coding.com/post/2011/04/11/Auto-loading-content-on-page-scroll-in-aspnet-using-jquery.aspx
http://aspsnippets.com/Articles/Loading-data-in-GridView-while-scrolling-down-in-ASPNet-using-jQuery-AJAX.aspx
http://aspsnippets.com/Articles/Load-on-demand-data-in-GridView-on-scroll-using-ASPNet-and-jQuery-AJAX.aspx
Wednesday, August 14, 2013
"Invalid JSON primitive" in JQery, Ajax
Data Should Be written in this form
if the argument is string
data:'{Pid:'+ JSON.stringify(faram)+'}',
or
data:"{Pid:'"+ JSON.stringify(faram)+"'}",
Success
success: function(msg) {
var orders =msg;
if (orders.length > 0) {
alert(orders);
To Show The Errors
error: function(xhr, textStatus, errorThrown) {
alert(xhr.status);
alert(errorThrown);
alert(xhr.responseText);
Saturday, August 3, 2013
Bootstrap Tools
http://designshack.net/articles/css/20-awesome-resources-for-twitter-bootstrap-lovers/
http://stylebootstrap.info/
http://charliepark.org/bootstrap_buttons/
http://bootstrapstyler.com/#themes
https://wrapbootstrap.com/
http://bootswatch.com/
http://builtwithbootstrap.com/
http://www.extendingfireworks.com/
http://axutopia.com/twitter-bootstrap/
http://gui.repixdesign.com/#freebies
http://fortawesome.github.io/Font-Awesome/
http://addyosmani.github.io/jquery-ui-bootstrap/
http://www.eyecon.ro/colorpicker-and-datepicker-for-twitter-bootstrap.htm
http://designshack.net/articles/css/5-incredibly-useful-tools-built-into-twitter-bootstrap/
http://alistapart.com/article/building-twitter-bootstrap
Subscribe to:
Posts (Atom)