Posts by user959 • 1 point
2 posts
-
0
votes2
answers29551
viewsA: Simple paging in jQuery/Javascript
You can use the Slickgrid to do this. It is quite simple. In this example has visually pagination but is not implemented. But as I said, it is simple to do.…
-
0
votes5
answers1583
viewsA: How to get the number of weeks in a date range in C#?
In the Vb.net there is the function dateDiff that helps you in this. And to use in c#, just add the reference "Microsoft.VisualBasic" in its project, and to include the namespace in your class:…