scanner problem
i am using ps2 scanner in my web application my problem is when i set focus on the textbox and scan a barcode the number is coming into the textbox but the page is refreshing and the number is dissapearing i am using some code in the page_load event so i have to use the code
if not(ispostback) then
-- some code
end if
if i dont use the code above its working fine but the above code is neccessary any solution for this
regards jabbar

