Hi all
i have anchor tag like
<a href="~/Uploads/53/Uploaded.jpg" onclick="func()" ; return false;">Open file</a> this is static
53 available in <input type="text" class="form-control" id="lbl1" readonly="readonly" />
how i can add dynamic path for anchor tag , Uploaded.jpg is again static.
folder 53 is inside Uploads, but in the solution it is shown.