Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
2 Commented Posts
~11.6K People Reached

78 Posted Topics

Member Avatar for gingank

Dear All, I want to ask it is possible to do that in c# winform? I got two table which to joint together than display it into one datagridview ? My program is once i key in tag no in the textbox it will display out the result into datagridview …

Member Avatar for Ketsuekiame
0
77
Member Avatar for gingank

Hi All, I would like to start a web site that build from ASP.net & C# and database using MS SQL 2008. Got any good website, source code or book recommend to me to doing this project. Thank you

Member Avatar for gingank
0
255
Member Avatar for gingank

Hi All, After i develop the program i compile it into internet package(.CAB) and upload the CAB & HTM File using IIS so others can access the program use the Internet Explorer. Then when i key in the information and need to print out into excel file turn up the …

0
73
Member Avatar for gingank

Hi guys i need help i want to move the existing data from table 1 into table 2 how i need to write the query. I tried the select into statement but it did not work at all. So how to do it . Please help i doing this on …

Member Avatar for asad al
0
305
Member Avatar for gingank

Hi guys, I am a newbie that starting to write programming in C#? Anyway got any good suggestion that i can learn the C# example books, website or tutorial? Thanks you

Member Avatar for budbjames
0
175
Member Avatar for gingank

Could anyone tell me the different between this two? I try to learn the C++ and i'm a newbie on it? Any recommended books or website to learn C++? Thanks in advance...

Member Avatar for Member #681823
0
210
Member Avatar for gingank

Dear All, Could someone can help me with this.... I need to extract file name example ABC-01.xls in to ABC-01 only what method i could use on this? Could anyone help me please!!! Thanks & Best Regards

Member Avatar for Jx_Man
0
104
Member Avatar for gingank

Could anyone help me using what method is the best to read the xml value below ? Example i want to read the Column & Row Value ? Columns = "82" Rows = 45 Here was the xml file content [CODE]- <Maps> - <Map xmlns:semi="http://www.XXX.org" FormatRevision="XXX G85-0703" SubstrateId="NA46696-19-E1" SubstarteType="Wafer"> - …

0
75
Member Avatar for gingank

Hi All, I need ask something on the iReport I already set a field called country and the data pull from the database so it like that $F{country} the country = "KO" detected change to "KOREAN" my statement is like this but come out error If $F{country} = 'KO' { …

0
82
Member Avatar for gingank

Datagrid Adding Columns this is a really silly question, but i seriously dont know how to do it. How do i add a new column to a datagrid. It starts off with two, and all i want to do is add two more columns to it. why am i finding …

Member Avatar for asd111
0
127
Member Avatar for gingank

Hi All, I want to ask how to remove unwanted character from string?? Can provide an example? Dim A As String A = "@AA@BB@CC@DD" If i want to remove @BB what method i should use? First i try to use instr to detect where the @BB but how to do …

Member Avatar for jhai_salvador
0
244
Member Avatar for gingank

Ho guys i got question need to ask about the if else statement: Can i write like this IF CUST= "A" OR CUST = "B" OR CUST = "C" THEN CUST = "A , B ,C " Then statement i pal is if i key either A , B or …

Member Avatar for AndreRet
0
219
Member Avatar for gingank

Hi All, I has a question how can i insert a image into a specific cell in excel using the vb6. I already store the image(jpg) in a specific location then i want to display it at excel Can you all teach me what the method i should use? Or …

Member Avatar for AndreRet
0
605
Member Avatar for gingank

Hi All, Currently i have one Nvidia GTS250 & one Nvidia GTX 285 can this two do SLI ?? If can how to do it ?? If can not want the reason ??

Member Avatar for The New Normal
0
230
Member Avatar for gingank

Hi All, I'm a newbie to VB.net can anyone have any tips or guide or tutorial to learn the VB.net?? Please guide or help me. Thank in advance

Member Avatar for TomW
0
114
Member Avatar for gingank

Hi Guys, I'm new in PHP. I not familiar with it. Now i need to ask about the PHP Now i working we a program that have a login function and can allow admin to change or update the data. The users van view the info only without change it …

Member Avatar for network18
0
103
Member Avatar for gingank

Hi guys i use the core i7 920 almost one month already all the things looking so good but one day i check the Temperature of my cpu using the core temp 0.99 it found out the Temperature of my cpu is idle 55°C load 95°C The Temperature is so …

Member Avatar for djkjin88
0
324
Member Avatar for gingank

Hi guys need your helps. Now i doing the update part for my program. How to i get data from two table after i type the badge id and employee id then i will show other detail in the same form. So how to do that, need to use what …

Member Avatar for vb5prgrmr
0
77
Member Avatar for gingank

Hi guy i'm writing a program using vb the main page when the user choose in the combo box active = yes then insert into table1 then active=no then insert into table2 Here is my code please check for me why got error and correct me if i'm wrong [CODE]Private …

Member Avatar for vb5prgrmr
0
114
Member Avatar for gingank

Hi guys i'm using the join statement and then display it into the data grid. the problem is table 1 and table 1 info display it together like this Badge_ID Emp _Name Active Badge_ID Emp _Name Active 1234 Nana Yes 1234 Hana No How can i show like this in …

Member Avatar for vb5prgrmr
0
107
Member Avatar for gingank

Hi guys i need help on this can help me can help me to correct it. I want the inner join table 1 & table 2 not show a row in the data grid in the vb6 my sql statement is like this: sql = " Select * from staff_badgeTracking …

Member Avatar for gingank
0
223
Member Avatar for gingank

Hi guys i got a problem with this i can get data from the table by using sql :-Select * from staff_badgeTracking inner join staff_badgeTrackingNew On staff_badgeTracking.Badge_ID = staff_badgeTrackingNew.Badge_ID The point is if i wan to find a specific badge id like 1234 then it will get the data from …

Member Avatar for vb5prgrmr
0
183
Member Avatar for gingank

Hi guys i'm writing a vb program which got using the sql statement i know the sql statement is using method insert but my one is much different. The code concept is like this If cmbActive= true then sql=insert into staff_badgeTrackingNew = txtEmpID, txtEmpName, TxtID Else sql= insert into staff …

Member Avatar for vb5prgrmr
0
130
Member Avatar for gingank

Hi guys i dont know why i can get the datas from the sql 7.0 Can help me check this code>>> [CODE] If txtFBadgeID = "" Then Exit Sub Else sql = "select from staff_badgeTrackingNew INNER JOIN staff_badgeTracking" End If Exit Sub Set rsTrack = New ADODB.Recordset With rsTrack .ActiveConnection …

Member Avatar for vb5prgrmr
0
179
Member Avatar for gingank
Member Avatar for shift25
0
140
Member Avatar for AndrewCoy

The cpu already got problem already. If got warranty send it back if not just buy a new one. The psu also one of the reason to cause this

Member Avatar for mikebeverlyhill
0
191
Member Avatar for firewall200

Then choose the Asus G1 Laptop is a good choose or the Dell XPS second hand also a good choice

Member Avatar for gingank
0
118
Member Avatar for gingank

Hi guys i have a question need to ask. I create an application for filling up information. After filling if he want to update when press update and fill up active = from yes to No then it will remove the table 1 to table 2 by using the sql …

Member Avatar for vb5prgrmr
0
134
Member Avatar for gingank

Hi guys can you all help me with this. I need to sure will the this idea can be make in vb6. I have a update command button. When click then type the badge id , it will automatic get the data and show the employee name then the rest …

Member Avatar for 9884616532
0
317
Member Avatar for gingank

Hi guys i have a problem wit the MB. i can open my pc. when i need to open it open 2 second then auto shutdown. If i unplug the 8 pin connection on the MB it can run if just plug the 24 pin power supply to the MB

0
65
Member Avatar for gingank

Hi guys i cant open the mdf on the ms sql express 2005 why this will happen it is another ways to open it.

Member Avatar for johnly
0
286
Member Avatar for gingank

Regrading to the topic can anyone help me about this and give me some example code for add and update data to ms sql 2000. I'm using the ADODB connection for the vb program! Help me i newbie on it. Please!

Member Avatar for vb5prgrmr
0
102
Member Avatar for gingank

Hi guys i need to ask if i have create a table then display it on the data grid on the vb program but the table have many Same ID number but different people so do it got any problem if i do like that ?

Member Avatar for vb5prgrmr
0
62
Member Avatar for gingank

Hi can i use the if else statement to decide on the information go to specific tables that i create?? The form that have fill up will be send to the table 1 or table 2 that i created at ms sql 2000 base on the user write active or …

Member Avatar for vb5prgrmr
0
88
Member Avatar for gingank

Hi guys do anyone know how to add column inside the data grid i open the data grid properties why only got two column i want to add more also cant help me please? It is need to using the code to add or just set on the data grid …

Member Avatar for cguan_77
0
86
Member Avatar for gingank

Hi do any one know how to add info into two table. I hava a page call add page it will add the info into one of the two table base on the active account or non active account ? Do anyone know use what method to do it using …

Member Avatar for vb5prgrmr
0
75
Member Avatar for gingank

Hi guys i need some advise on do this system. I create a system called badge tracking system the system need to display the latest or the old information that having the badge. Inside the program have a datagrid that can direct edit into the ms sql 2000 and have …

0
73
Member Avatar for gingank

Hi guys if i use the asp.net to write the code but i didnt involve to connect to the sql database what should i write in the web.config under the connection string??

Member Avatar for kvprajapati
0
99
Member Avatar for gingank

Hi, i got a problem that is i create a program based on pervious program that do from others. Now i using the asp.net to create and the sql express 2005 to do it. So the question do anyone know how to open the mdf(master database file) file. I try …

Member Avatar for kvprajapati
0
92
Member Avatar for gingank

Hi guys do anyone know how to change the code line from sql express to ms sql 2000. Below is my code help me to check it? web.config [CODE]<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings …

Member Avatar for Ramesh S
0
319
Member Avatar for gingank

Hi guy it is possible two table information with same information expect the badge ID display it on one vb datagrid???

Member Avatar for sengreen
0
106
Member Avatar for gingank

I have a question about how to change the web config Below is my code [CODE]<configuration> <appSettings/> <connectionStrings> <add name="MyXT" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\XT.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web>[/CODE] If i want to change it from SQL Express to Standard SQL how i have to write about it. Now the data …

Member Avatar for Ramesh S
0
478
Member Avatar for gingank

Hi guy i got problem on the web configure when upload to iis and it come out this error Server Error in '/myTT' Application Configuration Error Error line 31=<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></assemblies></compilation> Below is my web config code: [CODE]<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this …

Member Avatar for Ramesh S
0
415
Member Avatar for gingank

Hi guys i need your help can you explain this code for me the using the aspx.vb to write and i not understand can explain it to me pls? Below is the code [CODE]Protected Sub Login_ImageButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Login_ImageButton.Click Dim loginId As String = …

Member Avatar for sknake
0
134
Member Avatar for gingank

I'm a newbie in VB i want to ask if have a vb form 1 if i press the command button "ADD" it will call out the form i do vb form 2 so what is the coding for it ah?? Help me thank you

Member Avatar for pmyk
0
129
Member Avatar for gingank

Hi guy i need some help on checking this table structure is right or wrong. PLEASE CORRECT id i'm wrong [U]tblBadgeNew[/U] iBadgeID (Foreign Key) iEmpID (auto number) iActive iRecycleStatus iIssueDate [U]tblBadgeOld[/U] iBadgeID (auto number) iEmpID (auto number) iActive iRecycleStatus iIssueDate This two table will send data to the data grid …

Member Avatar for vb5prgrmr
0
114
Member Avatar for gingank

I create two table in the MS SQL server so I need to retrieve file from this two table into one datagrid in the vb programming will it be work. I have a unique key that is badge id. So when I key it then it will get data from …

Member Avatar for vb5prgrmr
0
130
Member Avatar for gingank

Hi can anyone help me check the code for this why cant send multiple attachment with this code got anything wrong. Help me please [CODE]<?php $to=stripslashes($_POST['to']); if($to == '0'){ $to='[email protected]'; $ok=@mail($to, $subject, $body, $headers); }else { $to='[email protected]'; $ok=@mail($to, $subject, $body, $headers); } $from=$_REQUEST['from']; $subject=$_REQUEST['subject']; $ip=$_POST['ip']; $phone=$_REQUEST['phone']; $body=$_REQUEST['problem']; $fields = array(); …

Member Avatar for chrishea
0
131
Member Avatar for gingank

Hi here is my table structure of my vb database work can anyone see do it right or wrong ?? Below is my attachment. Please help me please?

Member Avatar for vb5prgrmr
0
65
Member Avatar for gingank

I has a question i create a form using vb but i dun know how to write the code for the it. So all the data i fill in the form will show it the MS SQL. So what to write the code and anyone have a good tutorial for …

Member Avatar for vb5prgrmr
0
99

The End.