sqlnetframework

Stories submitted by sqlnetframework

Improving the GridView sorting capabilities with Google Analytics feat(sqlnetframework.com)

submitted by sqlnetframeworksqlnetframework(25) 4 years ago

Improve the column sorting of the ASP.NET GridView to give the user a better visual experience. Highlight the column selected for sorting and include an image to indicate whether the sorting order is ascending or descending. read more...

add a comment |category: |Views: 35

tags: another

Extending DataPager: Creating a google analytics data pager(sqlnetframework.com)

submitted by sqlnetframeworksqlnetframework(25) 4 years, 2 months ago

The GooglePagerField webcontrol extends the DataPager webcontrol to create a google analytics pager looks like. read more...

add a comment |category: |Views: 18

tags: another

Creating a webcontrol to enumerate the items in a Repeater webcontrol(sqlnetframework.com)

submitted by sqlnetframeworksqlnetframework(25) 4 years, 2 months ago

If you need to enumerate the items in a data-bound webcontrol (e.g. Repeater, ListView) the DataItemCounter webcontrol can help you to make it. read more...

add a comment |category: |Views: 16

tags: another

SqlNetFramework 1.0 Released(sqlnetframework.com)

submitted by sqlnetframeworksqlnetframework(25) 4 years, 4 months ago

Why do you want to still creating a lot of lines of ADO.NET code to execute a SQL statement (query/stored procedure) when it can be done with one single line of .NET code using the SqlNetFramework? Develop ADO.NET SQL database applications have never been so easy! read more...

add a comment |category: |Views: 3

tags: another