Forum: C# Jun 23rd, 2009 |
| Replies: 3 Views: 365 Hi all,
i am trying some code examples given in a book. I am getting an error while connecting to the database.I have installed sqlexpress edition and trying to connect to system database... |
Forum: C# Jun 20th, 2009 |
| Replies: 2 Views: 513 Hi All,
Actually i want to dispaly the results of a select statement in a TextBox. Pls anyone give me an idea how to do it.
Thanks |
Forum: C# Jan 10th, 2009 |
| Replies: 6 Views: 2,624 Hi
i want to merge two text files.i.e. the content of the second file has to append to the content of the first file. pls help me out
Thanks |
Forum: C# Jan 7th, 2009 |
| Replies: 5 Views: 3,363 Hi
Thanks alot. it worked for me |
Forum: C# Jan 5th, 2009 |
| Replies: 5 Views: 3,363 Hi
I am populating my combobox with table's data (example table name is "ITEMS" and table is having only one column and that is displayed as combobox items). In my form i am having i... |
Forum: C# Dec 30th, 2008 |
| Replies: 3 Views: 1,643 |
Forum: C# Dec 29th, 2008 |
| Replies: 3 Views: 1,643 Hi
I want to display tables data(having only one column) into a combobox as items.
pls provide me some solution for this. |
Forum: C# Dec 26th, 2008 |
| Replies: 3 Views: 2,560 How can I add items programatically into combo box control during runtime?
I am trying like this.
expcombo.Items.Add(expcombo.Text); But given item is not saved. when I close the form and run the... |