javascript for GridView
-
Hello, I am working with visual studio 2005. I have one gridview with template field textboxes. for every row i have 3 textboxes, when i enter value in second textbox, i need to show the multiplication of two textbox value in third textbox. i write code using onblur event, but it is working for single row. Please suggest me how find the event of textbox using javascript.(I mean how to find in which textbox(which row) i entered the value) Please help me... Thanks in advance..
Pinna
-
Hello, I am working with visual studio 2005. I have one gridview with template field textboxes. for every row i have 3 textboxes, when i enter value in second textbox, i need to show the multiplication of two textbox value in third textbox. i write code using onblur event, but it is working for single row. Please suggest me how find the event of textbox using javascript.(I mean how to find in which textbox(which row) i entered the value) Please help me... Thanks in advance..
Pinna
-
Use datagrid's RowDataBound event to write the javascript. Your JavaScript will be bounded to all rows.
Errors are like Mini Skirts, shorter they get, more revealing they become.
How we can call javascript funtion in row databound event of gridview. Looking forward for your reply... Thanks in Advance...
Pinna
-
How we can call javascript funtion in row databound event of gridview. Looking forward for your reply... Thanks in Advance...
Pinna