Hyperlink
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
You can't just get any random page existing in the universe, there is no way of generating the URL of a page randomly, however you can use a random index into a list of candidate pages. Example: my articles[^] page, which gets generated from a database table, has a "random article" key which basically chooses a random row of that table. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.