Questions tagged as 'vb.net'

2
answers

VB.NET datagridview EndEdit decimals with "." (period)

When you change the cell of a DataGridView and say "230.50" for example, it becomes "23050.00". I was looking for a way to take the value in the event CellEndEdit and do a Replace(".",",") but there is no way. Once you pr...
asked by 01.08.2016 / 23:05
1
answer

Include text in a ProgressBar

I am trying to include a text in a ProgressBar (which I have modified to be in vertical mode) so that I will update it when I change the value, I have tried trying to write the text HELLO but it does not include it in any way , the code is as fo...
asked by 27.09.2018 / 08:15
1
answer

Autocomplete a text box, with data that has been entered

I have a small inconvenience, it turns out that in a VB TextBox I have to write a 15-digit key, but within that string, the first 2 vary, the 6 that follow is the same information in all the chains, the ninth digit must be equal to the second, f...
asked by 24.10.2018 / 00:02
1
answer

C # MVC versions in VisualStudio

I am currently working with VisualStudio 2017, C # and have worked with ASP templates 4.5.2 as shown in the image: I am a web programmer and I do not have much knowledge about these Microsoft tools, I have become accustomed to working with...
asked by 31.07.2018 / 14:14
1
answer

Why do I enter a data in my BD when I enter a space at the beginning?

I have a problem with the maintenance of a system, when inserting a new data I put a space at the beginning when it is saved. Example: entering a
asked by 29.11.2018 / 00:50
1
answer

Stored procedure that returns an integer value

I have the following code and what I want to do is that when asking for a Stored Procedure, that if I have a specific record in my Database and it returns a whole value and how to use that whole value in Visual Basic, I have I've been reading fo...
asked by 03.07.2018 / 18:21
1
answer

Open on-screen keyboard on tablet with Windows 10

I am developing an application Windows forms with visual basic . This application will work on a tablet with Windows 10 , the problem is that when I press on textbox the touch keyboard is not displayed, it only happe...
asked by 06.07.2018 / 17:24
1
answer

Can you create 1 Visual Basi C # and 1 Web Form in ASP.NET?

I am starting to "program" in ASP.net and the question arises as to whether 2 different Web Forms can be created, that is, each with a "language", one with C # and the other with Visual Basic. And also know if there is much difference between...
asked by 04.06.2018 / 06:11
2
answers

Help with the search method c # mvc razor

That such a friend I turn to you again to solve a problem that I think is simple but I could not find the solution. 1- I am using the sew component to be able to enter various data into a search form that contains 2 dropdownlist. 2.- the 2...
asked by 05.06.2018 / 18:43
1
answer

Read an Xml, load it into a DataTable and go through it in Visual Basic .net 2008

You will see I'm trying to read an XML file, mount it in a DataTable and then go through the DataTable, but I can not do it and I've been trying it for a while, for this I'm using the following code I found in msdn: introducir el código aquí M...
asked by 27.04.2018 / 22:36