Questions tagged as 'vb.net'

1
answer

MVC in visual basic

I have this code which allows me to access the values from a texbox @Html.LabelFor(Function(m) m.apellidos, New With {.class = "control-lebel"}) @Html.TextBoxFor(Function(m) m.apellidos, New With {.class = "form-control"}) I want to do this...
asked by 26.10.2017 / 06:29
1
answer

Problem when saving a Visual Basic combo box data in SQL Server database

Good morning, I'm doing an insert from Visual Basic in a SQL Server database from a ComboBox that I'm filling from a database, at the time of saving the data, in the database me gurda the following: I have it in classes Insert compl...
asked by 25.10.2017 / 14:21
1
answer

Modify Toolstripstatuslabel.Text of a parent MDI form from another child, and only the active MDI

Basically I have a project with MDI forms, one is father and the others children , the idea is that from MDI son they can modify the text of a toolstripstatuslabel that is part of a status bar has the parent form. The difficult thing woul...
asked by 24.10.2017 / 22:53
0
answers

Download files from the server with Javascript

I am trying to download files from the server, in this case (EXCEL, JSON AND XML) these files are generated on the server side with Visual Basic, and when generating them, on the client side, it receives the url where the file is located. create...
asked by 24.10.2017 / 21:31
0
answers

For Each Cycle - Combined or Compound to consolidate records

Good afternoon, I have a table where I record information of people per day, in my table it is recorded day by day, now they ask me to present this information in a single row with one column for each day, I present the name, Monday entry , Tues...
asked by 19.10.2017 / 22:40
1
answer

ASPX Does not redirect to where it should

I have this part of the code when an action is made Response.Redirect("FPMV106.aspx") but it does not redirect me there, it redirects me to a page of the project "Start.apsx". I also tried with Server.Transfer("FPMV106.aspx")...
asked by 16.10.2017 / 22:46
0
answers

Consuming a service in Visual Basic published in PHP

How can I extract the data by consuming a webservice from PHP and return me in datagridview of Visual Basic as they can observe in a query several data Imports System.Data Imports System.Data.SqlClient Imports DESCARGA...
asked by 13.10.2017 / 13:56
2
answers

Communication between asp website and on vb.net

I have a website created in asp and I have been asked to create a new site, which over time will replace the current one, with a vb.net language. While the two sites coexist I need to pass data between the two sites such as delo login values. Th...
asked by 10.10.2017 / 16:48
1
answer

Configuracon file

Good evening, I would like to know if anyone knows how to modify the scope of the variables in VB.net, since the scope of the connection string does not allow me to modify it and at the moment I need it. Thank you     
asked by 04.10.2017 / 02:27
1
answer

Menustrip that lists the forms mdi son, almost finished

Hello, how are you? I am trying to make a ready of the children MDI forms, open of the current form (Parent), the code is simple, add items when a new child form is added, but when you delete it and execute the code again, execute the following...
asked by 16.09.2017 / 14:51