I am using textbox (txtFileType) with event OnFocus=("this.blur();"), so I can't use textchanged event for this textbox, I have written a vb code to calculate my FileNumber using stored procedures based on the value of textbox (txtFileType).
Can I call this vb code from javascript which can be used in clientside.. please help with an example.. or any other possible ways..