-1
I’m doing a code snippet that also returns a string in Vb.net mvc 4.5 however the string is mounted correctly.
But in the view
@Html.Raw(item.metodo.ToString())
he is not presenting the links
the string I’m mounting like this
strDiv += "<a href='#' id='" + reader("Nome").ToString().Trim + "' onclick='mostrar_abas(this);'>" + reader("Nome").ToString().Trim + "</a>"
strDiv += "<div id='div_" + reader("Lista").ToString().Trim + "'> ABCDE</div>"
and step this string to the connstrutor but when displaying it displays the Div content of the div but does not display the links
Sorry I got lost here on the site
– Fabio Mosk Fabinho