R
rajkm42
Hi friends,
I have a gridview which loads an XML file to display a textbox and
other dropdownlists. Which is used for data entry.
The user will enter an empid in the textbox. Once leaving the
textbox(for example after pressing tab), I need to fire Blur event of
that textbox and retrieve the empname and display in the next column
of the textbox in the gridview. How can I fire the blur event of
textbox?
After entering the empid in textbox and pressing tab key should fire
the event and retrieve the empname from the database and display in
gridview next column.
Thanks in advance
I have a gridview which loads an XML file to display a textbox and
other dropdownlists. Which is used for data entry.
The user will enter an empid in the textbox. Once leaving the
textbox(for example after pressing tab), I need to fire Blur event of
that textbox and retrieve the empname and display in the next column
of the textbox in the gridview. How can I fire the blur event of
textbox?
After entering the empid in textbox and pressing tab key should fire
the event and retrieve the empname from the database and display in
gridview next column.
Thanks in advance