HELP - Hyperlinks not clickable in IIS6/Serv'03

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • budsoda
    New Member
    • Nov 2008
    • 1

    HELP - Hyperlinks not clickable in IIS6/Serv'03

    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!!
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    Hello Budsoda,

    From my understanding this is a "Classic" ASP forum. Your question should be posted in the ".NET" section under Forums/Programming Languages/.NET

    Sorry,
    CroCrew~

    Comment

    Working...