|
<asp: TemplateColumn HeaderText = "aaa">
<ItemTemplate>
<% # "<a href = javascript: var aa = window.open (User_Reg.aspx? id ="&DataBinder.Eval (Container.DataItem, "id")&");>"%> aaa </a>
</ ItemTemplate>
</ asp: TemplateColumn>
Wrong there, why can't I pop out the window? Although I can come out of the interface, I can't get out of the window by clicking aaa. |
|