Tag: ajax update panel

C

Coma getting added in a textbox, placed inside an update panel, on prefill

Problem: A comma is getting appended to a textbox (textbox needs to be inside an update panel), each time a partial refresh happens in that page. Solution: The issue happened especially when i was populating the textbox, from the query string. Most importantly duplicate entries in the query string.  ex: www.xyz.com?id=123 & val=rrq & id =  & ...