C# :: Why Anchor Tag Is Not Clickable
Jul 10, 2014
I don't know why my anchor tag isn't clickable. In debugger the link is working fine. Am I missing something?
Razor Code, c#
<table>
<tr>
<td>
<div class="requestDetails" data-requestdetails="requestDetails">
<span class="requestDetailsItem"><a href="@Url.Action("RetrieveQuoteRequest", "Quote", new { requestId = request.RequestId }, Request.Url.Scheme)"><span class="requestDetailsItemValue">@TranslationService.Read("Waybill_PendingList_View", module, languageCode)</span></a></span>
[Code]....
View 3 Replies
Aug 4, 2014
I was wondering if its possible to change the color of the anchor point in the transform tool.
Is this possible? Sometimes I'll move it and it takes forever to find it again on a dark image. The actual image of the cross hairs must live in the application contents somewhere? Or its made by script. After a quick search of "transform" I found this file.. Not exactly sure what I'm looking at inside but it appears to be c++ code? [URL] ....
SCREEN GRAB: [URL] ....
FILE: [URL] ....
View 1 Replies
View Related
Jun 13, 2014
i want to make moving button or moving box clickable as i am making a game in which i move picture boxes and user clicks on it and his scores increases. but i was unable to do so , so i tried the same concept with buttons but no results.
View 7 Replies
View Related