OnFocus server side event for textbox in datagrid
-
I have a datagrid containing multiple rows / columns, each cell contains a textbox. How do I kick off a server side event when a user mouseclicks or tabs into a cell / textbox, there doesn t seem to be a standard event so was wondering if i need to add javascript to kick of the event. theres a onTextChanged Event but no onFocus Event any ideas would be really helpful
-
I have a datagrid containing multiple rows / columns, each cell contains a textbox. How do I kick off a server side event when a user mouseclicks or tabs into a cell / textbox, there doesn t seem to be a standard event so was wondering if i need to add javascript to kick of the event. theres a onTextChanged Event but no onFocus Event any ideas would be really helpful
You can use __doPostBack() function of javascript. Please search for it, it will help you.
Viral My Blog Save Our Tigers