Help!
I have a ASP.NET application, upgraded from 1.0 framework to 3.5,
I have a ItemTemplate column, in it I defined a "LinkButton " control.
<Columns>
<asp:TemplateFi eld HeaderText="Num ber">
<ItemTemplate >
<asp:LinkButt on ID="lnkCoil" runat="server" CommandName="Li nkSelected" CommandArgument ="Number" ></asp:LinkButton>
</ItemTemplate>
......
OnRowDataBound event, I assign the PostBackUrl equal to a ~/Page.aspx
value, this link works on every row of the DataGrid on my local machine's IIS LocalHost in debug mode, ~ BUT ~ when I push it to IIS6 on a Windows Server '03 ~~ The links don't redirect like they do in debug mode on my XP machine.
What could this be ?
Please Help!!
I have a ASP.NET application, upgraded from 1.0 framework to 3.5,
I have a ItemTemplate column, in it I defined a "LinkButton " control.
<Columns>
<asp:TemplateFi eld HeaderText="Num ber">
<ItemTemplate >
<asp:LinkButt on ID="lnkCoil" runat="server" CommandName="Li nkSelected" CommandArgument ="Number" ></asp:LinkButton>
</ItemTemplate>
......
OnRowDataBound event, I assign the PostBackUrl equal to a ~/Page.aspx
value, this link works on every row of the DataGrid on my local machine's IIS LocalHost in debug mode, ~ BUT ~ when I push it to IIS6 on a Windows Server '03 ~~ The links don't redirect like they do in debug mode on my XP machine.
What could this be ?
Please Help!!
Comment