Posts
 
Reputation
Joined
Last Seen
Ranked #480
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
81% Quality Score
Upvotes Received
29
Posts with Upvotes
29
Upvoting Members
26
Downvotes Received
7
Posts with Downvotes
7
Downvoting Members
6
11 Commented Posts
6 Endorsements
Ranked #307
Ranked #133
~281.81K People Reached
Member Avatar for HibaPro

hi everybody , my Question is , how i can get the last row in my datagridview thanx in advance :)

Member Avatar for Leonardo_13
0
3K
Member Avatar for priya2278

i need to enhance the existing code to add on the user locked if the user failed 3 times... even after they enter the username & password, the system should track whether the user have been tried to login before... once it have been try for three times, the user …

Member Avatar for Allyson_1
0
3K
Member Avatar for sidyusuf

how can i limit a user to enter 10 digit no like telephone no in textbox without using regular expressions?????

Member Avatar for ddanbe
0
16K
Member Avatar for kugan80

Hi Guys, im facing problem at cmd.ExecuteNonQuery() kindly correct me wer is the mistake? n how to correct? Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click Dim sqlinsert As String ' We use the INSERT statement which tells our program to add the information ' from …

Member Avatar for Neena_3
0
5K
Member Avatar for prathapsv3

I am new in vb.net. The image has been stored in sql server as <binary data> and i dont know how to convert it to display in picture box.Please tell me what are the changes should i made to get it to work.Here is the code which i have done …

Member Avatar for fredrick_3
0
3K
Member Avatar for Smalls

What I'm trying to do is have a login type windows form to take a user name and password then compare these with data in the db then open an admin type form. I've been trying to get this to work for a few days now with no luck, about …

Member Avatar for akash_12
0
2K
Member Avatar for dashawk

Hi guys, I want to multiply or add the values of two or more cells in a datagridview control in a row and and should also be auto-saved in the database after entering datas in the cell. I am using SQL Server 2008 for my database. Please do take a …

Member Avatar for Santanu.Das
0
5K
Member Avatar for TIP.Synergy
Member Avatar for tnsankaran

Hi, I am new this forum and i am one of person interest i programming language. I am trying one small application to create. But i don't have proper guidance. I request help here. Just a asset management process. There are 2 tables [U]Category[/U] -> Catid, Catname [U]SubCategory[/U] -> Catid, …

Member Avatar for spider2vb
0
4K
Member Avatar for bigzos

[CODE]Public Class Form5 Dim connection As OleDb.OleDbConnection Dim mystr As String Dim cmd As OleDb.OleDbCommand Dim adp As OleDb.OleDbDataAdapter Dim ds As New DataSet Private Sub Form5_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) connection.Close() End Sub Private Sub Form5_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load mystr …

Member Avatar for k.prabhu
0
734
Member Avatar for anup.maverick

Hi, I want the vb.net code(asp.net 2.0) for validating multiple email address in a textbox(multiline). Life is the only God....OSHO Thanx - Anup

Member Avatar for bru moses
0
1K
Member Avatar for Riteman

Am developing a software for submission as project. As a part of it, am planning to create a Phonebook package. I created a database in access and i integrated it in VB.Net. Information: Database name : Contacts.accdb DataTable : Contacts Contents in table : First Name,Last Name, Phone, Address... Platform …

Member Avatar for Takuramatthew
2
12K
Member Avatar for pixma

Hi there! What I am used to declaring database connection is that in every form I type the codes for it which is a tiring way. Now, I want to use module instead but I really don't know how. And also, how will I call the connection to every forms …

Member Avatar for savedlema
0
2K
Member Avatar for Pgmer

Hi Guys, I need to track the application usage statistics using webservice. Basically i need to write a service which can be used in any application to record the usage of application which is calling this service. or Could be a DLL. I need idea's for this. Thanks, pgmer..

Member Avatar for Pgmer
0
235
Member Avatar for kenomote

Hey guys ineed help on how to install or which is first to install using VS 2008 and MS SQL server & and IDE server management tool for MSSQL 2005

Member Avatar for jeffreyk16
0
226
Member Avatar for paulablanca

I have a datagridview and I want to pass some of its value to another datagridview after selecting the values and clicking a command button. Is there any possible ways for me to do it? Thanks! God Bless. :D

Member Avatar for arun1123
0
4K
Member Avatar for bhagawatshinde

Hi, I am new in asp.net. i have an task to read xml file from server folder and insert these values to sqlserver 2005 database. how i can do this. thanks in advance.......

Member Avatar for softwareskill
0
886
Member Avatar for tashee2007

Hello, I would like to seek help from all experts in VB.NET (VB Language) regarding copying file from source folder to destination folder. I have a files named YYYYMMDDHHMMSS.txt. Now i want to build a small project to copy those file to destination folder. The project should work in following …

Member Avatar for tashee2007
0
249
Member Avatar for bwaha

Hi, I've been Searching the Net for hours now, and i can't really seem to find anything clear and straight to the point. I need to create a Server/Client application using VB.net 2008, it's actually my first time to have a database on another computer. So I first searched the …

Member Avatar for adam_k
0
3K
Member Avatar for romz

Hi, I'm new in VB.NET and I'm having trouble with creating a **public sqlconnection** in a VB Module. I have declared **conn** as public sqlconnection but when I use it to the other forms its value is equal to "**nothing**". I hope you can enlighten me here. thanks in advance. …

Member Avatar for romz
0
680
Member Avatar for ranvijay005

Hello guys, i m new to this community i m working on a library project i have been told to provide the facility to the users that they can import and export the database again. EXactly, the case is that when the pc gets corrupt again the software be installed …

Member Avatar for ranvijay005
0
103
Member Avatar for Dili1234

I want to get the relevant name of the product Id into a text box when I select the product id from the combobox myConnection = New SqlConnection(connectionstring) myConnection.Open() myCommand = New SqlCommand(" Select Name FROM [Product_Name_List] Where P_Id='" & ComboBox2.Text & "'", myConnection) Dim dr As SqlDataReader = myCommand.ExecuteReader …

Member Avatar for Reverend Jim
0
199
Member Avatar for Rachna0309

Hi all.I am trying to send mail through my vb.net application but i am getting error "Failure sending mail." Can any1 help me to solve this problem?Below is the code I have written. Private Sub Send_Mail(ByVal SendTo As String, ByVal Subject As String, ByVal Body As String) Dim strFrom As …

Member Avatar for troxin
0
1K
Member Avatar for romz

Hi, Im new in VB.Net. im having trouble with filling the datagridview with data. the program seems to skip the part where i declare the **datagridview datasouce** and only executes until **da.fill(dt)**. here is my code, hope you could help me. thanks in advance. Imports System.Data.SqlClient Public Class Form1 Dim …

Member Avatar for romz
0
117
Member Avatar for swathys

hi, i write a code uisng VB.net. i have design few checkbox and would like to write class function in class file. can anyone guide me how to create and call the function from the class to the page. i have create a class file as below Public Class clsKYC …

Member Avatar for john.knapp
0
480
Member Avatar for shhh

error connecting to databaseAccess denied for use 'root'@'localhost(using password:YES) using System; using System.Data; using System.Collections.Generic; using System.Linq; using System.Text; using MySql.Data.MySqlClient; using System.Windows.Forms; using DPUruNet; using System.Drawing.Imaging; using System.Drawing; namespace UareUBiometrics { class HelperFunctions { private static Fmd[] fmds; private static Fmd[] allDBFmds; public static Fmd[] GetAllFmds { get { …

Member Avatar for kyle.santelices.31
0
281
Member Avatar for Mikey12345

Hi, I was wondering whether there is a way that i can use the bindingsource with a datagridview without a datatable. I have a datagridview that has two columns with a set number of rows and would like to bind it with two textboxes on a second form. Basically the …

Member Avatar for Pgmer
0
106
Member Avatar for lulu79

I have two datatables that generate a datagridview like below: 1) datatable name : grpDT ![119](/attachments/large/3/119.JPG "119") 2) datatable name : grpTot ![211](/attachments/small/3/211.JPG "211") I want to merge both datatable so that I the datagridview will be like this: ![34](/attachments/large/3/34.JPG "34") what is the best way to do this? do …

Member Avatar for lulu79
0
4K
Member Avatar for ponkhiraj

Hi, Everyone, i'm here with another problem, I'm working with a windows form where i am adding Panels programmaticaly. With same time when its busy with adding Panels to form I want to work, like- **Loading another form or do another command in another form**. plz help, here is my …

Member Avatar for Reverend Jim
0
981
Member Avatar for Keran

I wanna know how i can make a .net form with textboxes allow me to enter variables and have them trasnfer to a webpage's.. For example i have a form with textboxes for say name, last name, birthdate, password. I wanna enter those variables on the form and have them …

Member Avatar for Keran
0
212