Passing text vs numeric data as ID from one ASP page to another
hello
am a little stuck here
in my database one very important table has its key made up of text and numeric data.
When i'm passing that key from one asp to another page using the
lngRecordNo = CLng(Request.QueryString("ID")
bit its giving a type mismatch , i'm taking it thats because CLng converts to a long integer, is there anyway i can simply pass text and numeric from one page to another ???