Forum: C# Jun 23rd, 2009 |
| Replies: 3 Views: 357 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: 506 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: PHP Mar 17th, 2009 |
| Replies: 3 Views: 387 This is my code:
<?php
$username = "aaa";
$password = "aaa";
$hostname = "localhost";
$dbh=mysql_connect($hostname, $username, $password)
or
die("unable to connect to the datatabase");
print... |
Forum: PHP Mar 17th, 2009 |
| Replies: 3 Views: 387 My system is a stand alone system, I want to connect to MYSQL using PHP, I am giving hostname as localhost, and the needed username and passoword. In the browser i am getting Internal server error... |
Forum: PHP Mar 7th, 2009 |
| Replies: 1 Views: 276 Hi everybody,
I am trying to install php,apache,mysql through xampp-win32 installer. But i am getting an error that "apache installation failed.
port 80 and 443 already in use". I am using... |
Forum: ASP.NET Jan 19th, 2009 |
| Replies: 3 Views: 2,530 Hi,
I am having a FileUpload control in my application. When the application is running and if i click on browse button of fileupload control, i have to view only files which are having extension... |
Forum: C# Jan 10th, 2009 |
| Replies: 6 Views: 2,505 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,239 Hi
Thanks alot. it worked for me |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 1 Views: 1,124 Hi,
Actully i wanted to merge two txt files into one txt file. (i.e. second file has to be appended to the first file). please give me some solution for my problem. I am new to vb.net, so pls... |
Forum: C# Jan 5th, 2009 |
| Replies: 5 Views: 3,239 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,595 |
Forum: C# Dec 29th, 2008 |
| Replies: 3 Views: 1,595 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,487 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... |