Forum: C# Jul 13th, 2009 |
| Replies: 3 Views: 641 the problem is i have no idea how to do the comparison between both table. any suggestion ? |
Forum: C# Jul 13th, 2009 |
| Replies: 3 Views: 641 i am doing a program to block ip address . First i import the list of ip address from 2 table of sql database. Then the third datagridview will show the ip address that difference in the 1st and... |
Forum: C# Jul 9th, 2009 |
| Replies: 3 Views: 1,151 Tank50, thx for ur reply
C and L is the column that i need only from the excel file starting from A till L column. so i dont know which code should i use other than get_Range |
Forum: C# Jul 9th, 2009 |
| Replies: 3 Views: 1,151 I'm trying to export an excel file to my sql database. But not all the column inside the excel file i need. So, i just need some selected column for input to the database. But now i still cant finish... |
Forum: C# Jul 1st, 2009 |
| Replies: 1 Views: 416 Halo, i here wanna know how to create a report in microsoft visual studio team system 2008 from a microsoft sql server management studio 2008. i had watch the video from msdn that teach how to create... |
Forum: C# Jun 29th, 2009 |
| Replies: 30 Views: 1,537 thx idanS i understand u do it more simple for me to understand the code but i just want 1 button only for search for both title and date.
1st condition i key in title with empty date textbox, i... |
Forum: C# Jun 29th, 2009 |
| Replies: 30 Views: 1,537 please dun argue bcoz of teaching me this noobie. T_T
if i choose to use DataBind method. Is this the right code?
using System;
using System.Collections.Generic;
using System.ComponentModel;... |
Forum: C# Jun 29th, 2009 |
| Replies: 30 Views: 1,537 i want show my result of search in a datagridview. i just want selected title o date i key in show there.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using... |
Forum: C# Jun 29th, 2009 |
| Replies: 30 Views: 1,537 tq for ur reply. i dont really know how the search engine concept work. pls help me recorrect my code below. thank you in advance.
using System;
using System.Collections.Generic;
using... |
Forum: C# Jun 29th, 2009 |
| Replies: 30 Views: 1,537 |
Forum: C# Jun 29th, 2009 |
| Replies: 30 Views: 1,537 sorry. i mean i want to search from my database. i not yet start with the code |
Forum: C# Jun 28th, 2009 |
| Replies: 30 Views: 1,537 i am newbie in C#. i would like to make a button to function as search button to search by name and search by date. When i key in data inside textbox1 for search by name ,then press search ,can get... |