Hi,
In classic ASP i used isNumeric() to check if a querystring was a valid integer before using it in a query where it checked against an integer in the database.
Is there an equivalent method for performing this check when the page is loaded in c#? The value must be numeric else the page throws up an error.
Cheers
James
In classic ASP i used isNumeric() to check if a querystring was a valid integer before using it in a query where it checked against an integer in the database.
Is there an equivalent method for performing this check when the page is loaded in c#? The value must be numeric else the page throws up an error.
Cheers
James