I have a datagrid containing multiple rows / columns, with template column, each cell contains a textbox.

I need to be able to track when a textbox gets focus and which textbox it is?
so when i click on a textbox i need to run a server side event. 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

Member Avatar for stbuchok

You will need to use JavaScript and then call a web service. There is no onfocus serverside event you can call.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.