Hello, based on this article https://www.aspsnippets.com/Articles/Implement-jQuery-AutoComplete-TextBox-using-Generic-Handler-in-ASPNet-using-C-and-VBNet.aspx, can you help me and explain to me how can i pass an additional parameters to the .ashx page? I need to pass to this page a value read from a textbox inside my vb.net page... Thank you in advance
Hi DiegoMargaira,
You cant access the controls or its value in handler. so what you can do is use session variable and access it in handler.
Refer below article.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.