Josh42O

Stories kicked by Josh42O

Building Custom Paging with LINQ,ListView,DataPager&ObjectDataSource(mosesofegypt.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 11 months ago

Custom paging is required by many application, and is implemented with different approaches. The approach represented here is using LINQ to SQL to construct database paging query. It is not the best, but it is effective because using this method you can custom paging and sorting with generic method. So you don't have to create stored procedure of each table you wish to page through. read more...

add a comment |category: |Views: 249

tags: another

GridView with Select All CheckBox using JQuery(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 4 years, 2 months ago

GridView with Select All CheckBox using JQuery One of the handy features that one might with to put on GridView is the Select All checkbox which is similar to the one on Hotmail and Yahoo read more...

add a comment |category: |Views: 516

tags: another

How to Disable the Submit Button of a Web Form (ASP.NET)(blog.josh420.com)

submitted by Josh42OJosh42O(15) 4 years, 3 months ago

A pure Javascript solution to disable the submit button of a web form, once it gets submitted. Works great with ASP.NET web forms and validators, pages with multiple forms, and forms with multiple submit buttons. Can be applied to existing web forms effortlessly. Several easy-to-modify options are built into the script. Written by Josh Stodola. read more...

add a comment |category: |Views: 89

tags: another

Get VS2008 Pro fro free - Large list of Installfest locations(timheuer.com)

submitted by razorantrazorant(530) 4 years, 5 months ago

Tim Heuer has come up with a large list of installfest dates and locations where you can get your free copy of VS2008 Professional. read more...

add a comment |category: |Views: 73

tags: another

How to: Create fluid with/height DIV layers with rounded corners(blog.josh420.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 5 months ago

Nice instructable on how to create a DIV that has rounded, alpha blended corners that resizes with its content. Uses Paint.NET. read more...

19 comments |category: |Views: 288

tags: another