Click here to Skip to main content
16,022,352 members

Comments by Tamimun (Top 4 by date)

Tamimun 27-Mar-14 0:51am View    
Thanks for ur reply..

but not solved "The 'href' property had a malformed URL: Cannot use a leading .. to exit above the top directory.." this error is come...

<li><a id="mytasks" runat="server" href="~/ProgressClaims/QuickLinks.aspx?Redirect =0">
MY TASKS </li>
<li><a id="mynotification" runat="server" href="../ProgressClaims/QuickLinks.aspx?Redirect =0">MY
NOTIFICATIONS </li>

Thanks,
Tamimun
Tamimun 26-Mar-14 8:31am View    
Thanks for reply..

i will try this method but not working.....

This is my sample coding...

<ul class="nav navbar-nav">
<li><a id="mytasks" runat="server" href="../ProgressClaims/QuickLinks.aspx?Redirect =0"> MY TASKS </li>
<li><a id="mynotification" runat="server" href="~/ProgressClaims/HomePage.aspx">MY NOTIFICATIONS </li> </ul>

Thanks,
Ansari.
Tamimun 26-Mar-14 8:29am View    
Thanks for reply..

i will try this method but not working.....

This is my sample coding...

<ul class="nav navbar-nav">
<li><a id="mytasks" runat="server" href="../ProgressClaims/QuickLinks.aspx?Redirect =0">
MY TASKS </li>
<li><a id="mynotification" runat="server" href="~/ProgressClaims/HomePage.aspx">MY
NOTIFICATIONS </li>
</ul>

Thanks,
Ansari.
Tamimun 24-May-12 3:38am View    
Thanks of ur Answer

Additionally i have added two option button and one dropdownlist in RadFilter control

Thanks
Tamimun