link Button in Gridview
-
I have gridview....in which i have 2 gridview, in first gridview i have link button, on click of link button , i want to bind another grid on same page n , visible tht another grid. for binding aother grid , ihave write code in gridview_selectedindex changedevent but tht event will not get call...... when i click on tht link button...it will me javascript _dopostback error (__doPostBack('gdvSelectedCompanies$ctl02$lnkbtnCoName','')) can anyone help me in tht....wht i have to do for tht error
-
I have gridview....in which i have 2 gridview, in first gridview i have link button, on click of link button , i want to bind another grid on same page n , visible tht another grid. for binding aother grid , ihave write code in gridview_selectedindex changedevent but tht event will not get call...... when i click on tht link button...it will me javascript _dopostback error (__doPostBack('gdvSelectedCompanies$ctl02$lnkbtnCoName','')) can anyone help me in tht....wht i have to do for tht error
What is the js error ? It's odd for there to be a js error in auto generated code. I don't understand what you're doing, the two grid are on the same page, you want the link button for one to change the other ? That should be trivial.
Christian Graus Driven to the arms of OSX by Vista.
-
I have gridview....in which i have 2 gridview, in first gridview i have link button, on click of link button , i want to bind another grid on same page n , visible tht another grid. for binding aother grid , ihave write code in gridview_selectedindex changedevent but tht event will not get call...... when i click on tht link button...it will me javascript _dopostback error (__doPostBack('gdvSelectedCompanies$ctl02$lnkbtnCoName','')) can anyone help me in tht....wht i have to do for tht error