D
Duncan Welch
I am in the process of developing a site that will, on completion, be quite
high profile. I have successfully used the Datagrid to display paged data
from a database of around 10k records, but the standard paging techniques
use a linkbutton, which runs a small piece of client-side javascript.
To my understanding, this means that when I get "spidered" by a search
engine, it won't follow the javascript links, thereby my database won't get
indexed.
Has anyone seen an example whereby a) I'm using standard HTML links, and b)
I'm not loading all 10k records into a dataset every time someone hits the
server? Even classic ASP had it's objRecordset.PageSize and
objRecordset.AbsolutePage
Thanks in advance.
high profile. I have successfully used the Datagrid to display paged data
from a database of around 10k records, but the standard paging techniques
use a linkbutton, which runs a small piece of client-side javascript.
To my understanding, this means that when I get "spidered" by a search
engine, it won't follow the javascript links, thereby my database won't get
indexed.
Has anyone seen an example whereby a) I'm using standard HTML links, and b)
I'm not loading all 10k records into a dataset every time someone hits the
server? Even classic ASP had it's objRecordset.PageSize and
objRecordset.AbsolutePage
Thanks in advance.