|
This can be controlled in the page .cs,
((TextBox) this.GridView1.Rows [0] .FindControl ("company")). Text = "fdafdas";
But now you need to set the relevant properties of window.opener. In the pop-up new window, set the _RowDataBound in the pop-up new window, but no, how to write
e.Row.Attributes.Add ("ondblClick", "window.opener.document.all.GridView1.Rows [0] .cells [0] .company.value = 'fdafdas'; window.close ();"); |
|