Posts by William Costa Rodrigues • 46 points
5 posts
-
0
votes0
answers39
viewsQ: Deserialize an XML file and insert it into a Mysql database
Hail to the crowd here, How to read XML files so that data can be entered into a database mysql. The problem is reading the XML and deserializar, since the retorn is empty, because the insertion in…
-
1
votes1
answer345
viewsA: How to create a shopping cart in ASP.NET MVC
Some links, so you can start your project. It should be noted that a Google search and especially here at Stackoverflow is always welcome, to prevent you from being poorly scored. Go the fight…
-
0
votes2
answers121
viewsA: Error compiling project with VB 6. Pass to . Net
There may be a need to download Visual Studio with Servicepack6 to meet your VB6 demand. If your VB is installed on Windows 7, 8 or 10, you may have some difficulty, but there are many Windows…
-
0
votes2
answers191
viewsA: problem with style sheet on Asp net
Complementing Rafael’s responses, check that the css file is set correctly, for example: <head> <title>Exemplo</title> <link href="custom.css" rel="stylesheet" />…
-
1
votes1
answer261
viewsA: How to position button and . page-header in the same Row (inline)
Have you tried the . pull-right class? The way I see it, you’re wearing Bootstrap, right? Try: <span class="pull-right"> <a class="btn btn-default" href="url">Salvar</a>…