You can do AJAX calls on every key up event if you want it to be that responsive, that'll send a request to the server for partial amounts as well because it won't know when the user has finished typing.
Or you can call when the input uses focus if that is relevant.
jodytj commented: Thank you, now I am getting other errors when selecting 1 in the menu +0
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
slowlearner2010 commented: yeah it work fine by the way. there a mistake on my code that make this func not working properly..thanks a lots +0
hericles 289 Master Poster Featured Poster
slowlearner2010 commented: thanks for your answer. its solved now.. +2
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
Santanu.Das commented: Loop should be [ For i As Integer = 0 To (BillNo.Rows.Count-1) ] +7
hericles 289 Master Poster Featured Poster
sahilmohile15 commented: Thanks the code is solved and working fine. +0