Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for coolzero

need help on this; I want to have the textbox4 to have the sum of columns based on their employee Id. I have this code but kept getting error. strsql = "SELECT emp_id, COUNT(acdcalls) FROM CMS WHERE emp_id= '" & TextBox1.Text & "'" oledbcon.Open() Dim cmd As New OleDbCommand(strsql, oledbcon) …

Member Avatar for Naveen2961
0
2K
Member Avatar for coolzero

Hi there, Need help on something, you might know how. How can I format columns in datagrid- vb.net?because everytime I open the program, columns have same column width. dont know what to do

0
53
Member Avatar for coolzero

i'am a newbie here, i have a listview and i want to have the sum of a a particular column.. here's the fields that would appear on the listview: name number of days Bill 5 Anne 10 total 15 i want to have the "total" to appear on a textbox, …

0
64
Member Avatar for coolzero

Need help.. Im a newbie here. How can I change the date format, here how it goes... I have datetimepicker(format="MM/dd/yy), I've separated the month and year already using this code: TextBox1.Text = Month(dt.Value) TextBox2.Text = Year(dt.Value) then the problem is I want textbox1 to show the month name, but it …

Member Avatar for Jx_Man
0
55