Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Question about pager.pattern property.
posted

How would I write the total number of rows into the text for pattern, cause i looked at the default tokens and 'total number of rows returned' doesnt seem to be supported. 

 I thought this would work but doesnt look like it:

Designer Page: 

pattern="test this: <%= strRow %>"

Code Behind:

public string strRow = "4";

 

J