How to scroll an ASP.NET control into view after page load using codebehind
Last Updated: 21 Mar 2005
Page Views: 57,945
Rating: 4.39/5
Votes: 23
Popularity: 5.98
Bookmark Count: 44
This simple function uses JavaScript to scroll any control into view after the page has loaded.
Prevent Session Timeout in ASP.NET
Last Updated: 16 Feb 2005
Page Views: 271,351
Rating: 4.33/5
Votes: 47
Popularity: 7.24
Bookmark Count: 113
Simple code to prevent a sesison from timing out while a user enters data or edits HTML etc.
How to make a random selection from an SQL table
Last Updated: 2 Mar 2005
Page Views: 56,061
Rating: 4.35/5
Votes: 23
Popularity: 5.92
Bookmark Count: 34
A simple technique for selecting random records from a table.