Posts by joany • 63 points
4 posts
-
0
votes1
answer63
viewsQ: How do I make the imag map link a parameter from the database?
I would like that in the imag map area tag in the href attribute instead of placing the page link I want you to receive a parameter that is sent to a c method#. HTML code <img…
-
1
votes1
answer3016
viewsQ: Dropdownlist with invalid Selectedvalue because it does not exist in the item list
I cannot understand what is wrong. Dropdown is in a Formview of a user control. The dropdown links to a database table that should return 2 id and name values Formview <td><asp:DropDownList…
-
1
votes1
answer71
viewsQ: "Node is read only" error when trying to encrypt XML
I am trying to encrypt using XML, while running returns this error : the Inner text of Document Node is read only and cannot be set! Error happens on line xmlDadosCartao.InnerText =…
-
3
votes1
answer105
viewsQ: Encryption error in c#
Hello! I’ve tried to analyze the code but I can’t find the answer using System; using System.Collections.Generic; using System.Text; using System.Linq; using System.Web; using System.IO; using…