592 Posted Topics

Member Avatar for kayfar

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?

Member Avatar for bondeth
0
104
Member Avatar for kckrns

[CODE]update = "SELECT * FROM PotentialTarget"[/CODE] ?? Update looks like this. [CODE]UPDATE Table Set Column = value Where Condition.[/CODE]

Member Avatar for Niranjan003
0
109
Member Avatar for avadhraj12
Member Avatar for dee101g
0
82
Member Avatar for BTCG07
Member Avatar for rdhiravani
Member Avatar for finito

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.

Member Avatar for phpstan
0
125
Member Avatar for lanitooot

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 …

Member Avatar for Naveed_786
0
312
Member Avatar for melbatista

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.

Member Avatar for melbatista
0
153
Member Avatar for steelnaaz

Please show some code. How can we see what you did without seeing your code, or at least elaborate the problem a little.

Member Avatar for steelnaaz
0
371
Member Avatar for desmondo

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? …

Member Avatar for finito
0
99
Member Avatar for Katie**

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.

Member Avatar for Katie**
0
158
Member Avatar for sparton

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 …

Member Avatar for finito
0
99
Member Avatar for CMSHelper
Member Avatar for HomeGame
Member Avatar for prathoven

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.

Member Avatar for prathoven
0
3K
Member Avatar for rayntech
Member Avatar for khakilang
0
184
Member Avatar for superhappi28

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.

Member Avatar for finito
0
228
Member Avatar for ShortySean

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 …

Member Avatar for finito
0
3K
Member Avatar for marjoy
Member Avatar for p@rse
Member Avatar for finito
0
157
Member Avatar for Inanis
Member Avatar for kunai
Member Avatar for scottydog12

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 …

Member Avatar for finito
0
160
Member Avatar for programming2010

[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, …

Member Avatar for finito
0
844
Member Avatar for DaveTran
Member Avatar for ihtxam
Member Avatar for ajay22
Member Avatar for kiranjotmakkar

Please make sure that both machines have the same version of .net installed. Please don't use caps, it's rude.

Member Avatar for finito
0
66
Member Avatar for papa2010
Member Avatar for Carollb

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?

Member Avatar for finito
0
49
Member Avatar for hiho33106

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 …

Member Avatar for finito
0
388
Member Avatar for Zinderin

[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]

Member Avatar for Geekitygeek
0
960
Member Avatar for nipper002

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 …

Member Avatar for finito
0
180
Member Avatar for 04ayasin

[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 …

Member Avatar for finito
0
255
Member Avatar for AngelicOne

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 …

Member Avatar for Geekitygeek
0
179
Member Avatar for David_asp.net

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.

Member Avatar for finito
0
204
Member Avatar for msrobertar

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.

Member Avatar for finito
0
129
Member Avatar for johny1980
Member Avatar for Jollyyy100

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?

Member Avatar for Jollyyy100
0
2K
Member Avatar for kavisg1

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 …

Member Avatar for finito
0
1K
Member Avatar for jenunique

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

Member Avatar for finito
0
118
Member Avatar for Naveed_786
Member Avatar for Glass_Joe

[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.

Member Avatar for finito
0
448
Member Avatar for datapham

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 …

Member Avatar for finito
0
326
Member Avatar for inquisitive2007

[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 …

Member Avatar for finito
0
185
Member Avatar for elplrp
Member Avatar for finito
0
92
Member Avatar for Jiminez77

Hmm, try taking the card out and booting again, is the problem replicated? Are you sure that the PCI card was Firmly seated in?

Member Avatar for finito
0
317
Member Avatar for Lovi Aggarwal
Member Avatar for judithSampathwa

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.

Member Avatar for nick.crane
0
177
Member Avatar for yusuf.business

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]

Member Avatar for finito
0
236

The End.