var windowOptions = "dependent,width=450,height=400,scrollbars=no,resizable=yes,location=no";
function showDetails(t, c, v, b, d) { // added by ab37281 for Circuit Details
debugger;
window.name = "FFCL";
t = t.replace("&", "%26")
c = c.replace("&", "%26")
v = v.replace("&", "%26")
b = b.replace("&", "%26")
d = d.replace("&", "%26")
window.open(("circuitDetails.aspx?type=" + t + "&field=" + c + "&vendor=" + v + "&ban=" + b + "&billDate=" + d), "", windowOptions);
}
tC.Text = "" + dR["Stripped_Vendor_Circuit_ID"].ToString() + "";
The above code is written in table cell, But we have removed that table code and repalced Gridview, So i want the code same works like tc.Text in RowCommand event.
Please post your code or answers
Munesh SharmaPosted Feb 1, 2019, 6:48 AM
Jignesh KumarPosted Jan 29, 2019, 3:10 AM
Vamsi kPosted Jan 25, 2019, 6:25 AM
Hi Rajeesh,
We tried but it did'nt worked
Rajeesh MenothPosted Jan 25, 2019, 5:21 AM