Hi,
I am creating dynamic textboxes containing a table for each row it have 5 textboxes,and in last textbox when user press enter new row will be created
Now my requirement is
textbox should not be empty if it is empty user not allowed to proceed unless he/she gives valid data into textbox.I tried all the ways
Javascript - OnBlur() events etc; but could not since the control focus going to next textbox even the previous empty and showing alert when I click submit button my requirement is it should not proceed user to any action if the textbox is empty
This I acheived in OnBlur() event when the user presses tab.but if user give focus thourgh the mouse it is allowing.
Please help me regarding
I am creating dynamic textboxes containing a table for each row it have 5 textboxes,and in last textbox when user press enter new row will be created
Now my requirement is
textbox should not be empty if it is empty user not allowed to proceed unless he/she gives valid data into textbox.I tried all the ways
Javascript - OnBlur() events etc; but could not since the control focus going to next textbox even the previous empty and showing alert when I click submit button my requirement is it should not proceed user to any action if the textbox is empty
This I acheived in OnBlur() event when the user presses tab.but if user give focus thourgh the mouse it is allowing.
Please help me regarding