<asp:ImageButton ID="ImageButton2" PostBackUrl='Mng.aspx?fileOutIdBook=<%#Eval("fileOuId") %>>&module=DeletFile' runat="server"/>
PostBackUrl='<%# String.Format("~/Mng.aspx?fileOutIdBook={0}&module=DeletFile", Eval("fileOuId")) %>'
<asp:imagebutton id="ImageButton2" postbackurl="Mng.aspx?fileOutIdBook=<%#[here must have a whitespace]Eval("fileOuId") %>>&module=DeletFile" runat="server" xmlns:asp="#unknown" />
PostBackUrl='<%#"Mng.aspx?fileOutIdBook="+ Eval("fileOuId") %>&module=DeletFile'
PostBackUrl='<%#"Mng.aspx?fileOutIdBook="+ Eval("fileOuId")+&module=DeletFile %>'
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)