Monday, June 02, 2008

ajax AutoCompleteExtender cuts leading zeros

It is a known issue. " ' " needs to be added around it because of JavaScript converting this to int while passing it.

Items.Add("'" & drPart("sItemID") & "'")

See here

1 comment:

Gareth Thomas Hill said...

Thanks a lot for this - saved me a lot of time!