Posts by Luis oliveira • 53 points
4 posts
-
1
votes2
answers403
viewsA: Does anyone know how to get data from the grid cell?
clienteid = dataGridView1.SelectedRows[e.RowIndex].Cells[0].Value.toInt32(); perhaps so
-
0
votes3
answers997
viewsQ: aps.net C# Renaming an image name
I have an image in a folder and I wanted to change its name only someone can help me thank you example: original name.jpg went to: desired name.jpg
-
3
votes1
answer54
viewsQ: ASP.net to send text with enter
in Example.aspx.Cs protected void Page_Load(object sender, EventArgs e) { teste0989.InnerText="teste123<br>teste456<br>" } in the site appears the br as text and actually wanted to enter…
-
-3
votes1
answer2375
viewsQ: Dynamically change the src of an iframe
I can change the src an iframe for any value? This is possible? document.getElementById('idIframe').src = "www.google.com"