592 Posted Topics
Re: Let me get this straight. You want to load up a GridView based on a Dropdownlist right? Can you show what you have done so far or give me some pseudo code? | |
Re: [CODE]update = "SELECT * FROM PotentialTarget"[/CODE] ?? Update looks like this. [CODE]UPDATE Table Set Column = value Where Condition.[/CODE] | |
Re: Ok just to make sure your Wave is turned up. If it is already up, please let me know. | |
Re: Try booting with only the A/C power. If it's a month old give it for warranty. | |
Re: Maybe a faulty cable? Try changing the cable. | |
If I am violating a rule please delete this thread. I posted this question in the Linux forms. [url]http://www.daniweb.com/forums/thread298067.html[/url] I have a screwed MySql install in Linux, I assume someone will have the answer to this over here as the Linux forums seem dry. | |
Re: Well depending on your call or Read Loop. [CODE] ListViewItem temp; while (Your Select Loop) { temp = new ListViewItem() temp.Text = ColumnData1 temp.SubItems.Add(ColumnData2) temp.SubItems.Add(ColumnData3) '..... '..... temp.SubItems.Add(ColumnData8) temp.SubItems.Add(ColumnData9) listView1.Items.Add(temp) 'your ListView }[/CODE] you don't have to use while, use your own propagation method. Please mark as solved if solved … | |
Re: Best DB? That is a debate in it's self. The Simple answer is it depends, what do you want to do? Just learn? maybe Access or MS SQL Express. To Deploy? again depends what sort of scale? You have to provide more information on what you want to do. | |
Re: Please show some code. How can we see what you did without seeing your code, or at least elaborate the problem a little. | |
Re: So does your machine boot now or no? By boot I mean you hear the Post beep. It's a single beep after you switch it on it comes up within a few seconds of switching the machine on. If it boots, do you see the Dell logo in the beginning? … | |
Re: It sounds like malware. Read [URL="http://www.daniweb.com/forums/thread134865.html"]this[/URL] thread Then post your query [URL="http://www.daniweb.com/forums/forum64.html"]here[/URL] You may have to go into safe mode. | |
Re: Well, Honestly XP was the Last Version that I would ever use, but you must understand that using XP is dangerous as Security Vulnerabilities put you on risk of infection or hacking. I faced this same dilemma at the Launch of Vista, after trying it out I formatted my machine … | |
Re: Have you tried this? [url]http://wiki.eeeuser.com/windowsxpusb[/url] | |
| |
Re: Try this. I don't know why you would want to do this, but w/e. [CODE] foreach (ColumnHeader LWC in listView1.Columns) { LWC.Text = "LWS"; }[/CODE] This will change all columns in the ListView to LWS. If this isn't what you wanted please clarify. Please mark as solved if solved. | |
Re: Well, AFAIK it should work. Try to get the Hard Drive capacity the same as the original. Good Luck. | |
Re: get an External Adapter for your old harddrive. something like [URL="http://www.newegg.com/Product/Product.aspx?Item=N82E16817826001"]this[/URL]. Can you tell me what's wrong with your current laptop? Be as descriptive as possible mention model number and Make. | |
Re: By the description I would blame the Power Supply as well. It is better to do a little Test to see if your machine is DOA. Strip your motherboard down. Get it down to Processor and Motherboard with PSU. No Ram, VGA, PS/2, USB, PCI, etc. Boot you want to … | |
Re: Does it give you the post beep when you don't see the post screen? | |
Re: What is your External Display source? | |
Re: Please strip your machine to Barebone, Motherboard and Processor only with PSU. No Ram, No VGA, No HDD, No USB, No PCI, etc. You want to hear the POST beep. 4~5 consecutive beeps. Now shutdown and add the RAM and Boot, you want to hear 1 single beep. This tells … | |
Re: [CODE]sqlcomm.CommandText = "INSERT INTO YourTable (YourColumn1, YourColumn1, YourColumn1) VALUES ('" + column1 +"', '" + column2 + "', '" + column3 + "')"; sqlcomm.ExecuteNonQuery(); [/CODE] for YourTable you want to put your Table i.e. Employee, Customer, etc. For YourColumn1 ~ YourColumn3 you want to use your actual columns i.e. FirstName, … | |
Re: Looks good. Simpler the better. | |
Re: [url]http://www.buzzle.com/articles/intel-core-i3-vs-core-2duo.html[/url] | |
Re: Please make sure that both machines have the same version of .net installed. Please don't use caps, it's rude. | |
Re: Can you test the CD-Drive and the CD-Rom in question on another machine. | |
Re: If you don't have a surge protector, my initial assumption would be the power supply, Can you test the power supply on anther machine? or Test another power supply on this machine? | |
Re: Welcome to the forums. NTMU. I need you to strip the machine down to just the Processor and Motherboard. Take out the RAM, PCI cards, Keyboard, mouse, USB peripherals, etc Anything that isn't the Motherboard, Processor, or the PSU goes. Once you are down to the Bare minimum, Boot your … | |
Re: [CODE=C#]public int Resource(int idx1, int idx2) { get { return _resource[idx1,idx2]; } set { _resource[idx1,idx2] = value; } }[/CODE] Change it to this I changed From [CODE]public int Resource[int idx1, int idx2][/CODE] to [CODE]public int Resource(int idx1, int idx2)[/CODE] | |
Re: Hmm, was it a constant beep like tone like going and coming like a Siren or was it just there without interruptions. If you heard a siren then there was a thermal event, check to see if your Laptop is overheating, Maybe the Fan is Jammed. if its a constant … | |
Re: [QUOTE]I sometimes get BSoD. then the system reboots and I can log in normally[/QUOTE] Thats not an Error. it's a system feature. :p Usually it means a driver fault somewhere, and from that usually it's more often the graphics driver. Try and Update your graphics Card Driver if it's already … | |
Re: When you run an if statement if you give it a boolean value say true it will execute faster then a condition. i.e If (true) then Work boolean is a 1 or 0 bit operator 1 is true and 0 is false. no when you do something like this if … | |
Re: Read [URL="http://mikehillyer.com/articles/the-vb-net-mysql-tutorial-part-1/"]this[/URL] very intriguing article. First part is the basics you may want to skip ahead to the second part. | |
Re: Welcome to the forums, Can you try and run it with the Battery removed and only the AC charger in? If that works then you need to buy a new battery or you can repair your old battery. | |
Re: Can you describe your table structure? | |
Re: Please show what you have done so far. When you say you connected the Database please elaborate. What Method have you applied. How good is your SQL? | |
Re: This is a simple exercise. First of all If you read the assignment you will see: [QUOTE]1. A two-dimensional array for storing the three quiz grades for a class of 5 students; this array must be initialized to the following: { { 87, 68, 94 }, { 100, 83, 78 … | |
Re: I don't have a compiler atm, But it would look something like this. [CODE]textbox1.Text = ListBox1.SelectedItem[/CODE] As for how you initiate the transfer from the listbox to the text box. You have to ways, code it to a button or use the SelectedIndexChanged Event | |
Re: [QUOTE]And on July 21st, 2010, Skynet became self-aware. [/QUOTE] Not yet, that is when AI is powerful enough. This by itself is good IMO, I mean what harm can this technology do? Maybe oppress the weak but then there are other things that give a similar result. Anyway interesting read. | |
Re: Where is you insert command? I only see the string. You need to move the ExecuteNonQuery() in to [CODE]for(int i=0; i<Class.MyArray.Count; i++) { string InsertTable = "insert into table_name values('" + Class.MyArray[i].ProductA + "', '" + Class.MyArray[i].ProductB + "' )" ; }[/CODE] Cause if you run Execute once on the … | |
Re: [QUOTE]i use Dell inspiron 530 system with core 2 duo e4400 2 g hz processor. and 1 GB ram. vista home premium OS.[/QUOTE] Why would you do that to yourself? 1GB RAM for Vista. Upgrade your RAM 1GB is too little. Maybe it's a software issue, whole 512 MB will … | |
Re: Hmm, Stupid question but did you charge the battery to full? | |
Re: Hmm, try taking the card out and booting again, is the problem replicated? Are you sure that the PCI card was Firmly seated in? | |
Re: Try something like this. [CODE]frmReasonDeny frmRD = new frmReasonDeny() if (frmRD.ShowDialog() == DialogResult.OK) { // Ok statement MessageBox.Show("Hurray"); } else { //Cancel/quit/anything other then clicking ok MessageBox.Show(":(") } [/CODE] In frmReasonDeny you want to do [CODE] this.DialogResult= DialogResult.OK; //or this.DialogResult= DialogResult.Cancel;[/CODE] In the respective buttons. Enjoy. | |
Re: If you want a good read and full explaination I suugest you check the following links with explainations. [url]http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2[/url] [url]http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/[/url] |
The End.