Posts by Cassio Goes • 51 points
3 posts
-
1
votes1
answer737
viewsA: Align textbox in the center of a page using Asp.net bootstrap
I solved with a container and same grid system. <div class="container-fluid"> <div class="row col-xs-12 col-md-4 col-md-offset-4"> <div> <div> <asp:TextBox ID="txtEmail"…
-
1
votes1
answer737
viewsQ: Align textbox in the center of a page using Asp.net bootstrap
I can’t centralize the email and password textbox. Follow part of the code and image to help. <body> <form id="form1" runat="server"> <!--Começo cabeçalho--> <header> <nav…
-
2
votes1
answer185
viewsQ: Installing Visual Studio 2015 Community with SQL Server
I installed the Visual Studio Community 2015 and wanted to connect it with SQL Server, but from what I understand I don’t need to install SQL Server, I just need to download SQL Server Data Tools.…