Forum: C# May 13th, 2008 |
| Replies: 1 Views: 1,333 Hi guys,
I have a code that sends sms through clickatell gateway, but now I am getting the NotSupportedException with the message "this stream does not support seek operations". Anyone who has... |
Forum: C# May 8th, 2008 |
| Replies: 5 Views: 654 Thanks a lot Jerry it work :icon_smile: |
Forum: C# May 7th, 2008 |
| Replies: 0 Views: 615 Hi
I have a database with a Contacts table, in this table I have 2 columns emailAdd and byEmail. I want to select emailAdd where byEmail = Y and add these selected items into a Listbox.
... |
Forum: C# May 7th, 2008 |
| Replies: 5 Views: 654 Thanks for the reply
what I need is one C# statement for this:
foreach emailAdd where byEmail = Y
emailAdd and byEmail are columns in a Database table.
if I can get this statement I am... |
Forum: C# May 6th, 2008 |
| Replies: 5 Views: 654 Hi All
I have a table (contactDetails) in my database (Sql express) with username,password, email, contactNo, bySMS and byEmail columns. I have 2 radiobuttons in my application smsRB and EmailRB,... |
Forum: ASP.NET Feb 23rd, 2008 |
| Replies: 2 Views: 1,533 HI All
I hope you guys can help me, I am getting an the following error when trying to debug my Vs2005 applications.
"Unable to start debugging on the web server.Unable to connect to the web... |
Forum: ASP.NET May 30th, 2007 |
| Replies: 6 Views: 5,182 Do i have to pay anything for using the bulk sms gateway. and how do I use it? Sorry to bother you so much but i really have to do this urgently. |
Forum: ASP.NET May 30th, 2007 |
| Replies: 0 Views: 1,307 Hi all
I am using Web Developer 2005 express edition to create a site. It works fine except for the time out error i sometimes get. I do not always get this error but most of the time when i log... |
Forum: ASP.NET May 30th, 2007 |
| Replies: 6 Views: 5,182 HI
Can I do this with a c# code in an ASP.NET web application. I want the sms to be sent from my web application. Is it possible and if yes, can you please give me the code snipet for doing this. |
Forum: ASP.NET May 28th, 2007 |
| Replies: 6 Views: 5,182 Hi
i heard that i can send sms from my pc using my cell phone . Then use the computer / PC and AT commands to instruct the mobile phone or GSM/GPRS modem to send SMS messages., does anyone know... |
Forum: ASP.NET May 28th, 2007 |
| Replies: 4 Views: 2,087 Can you please explain more about this user control or give me a example. I don't really understand it. |
Forum: ASP.NET May 18th, 2007 |
| Replies: 3 Views: 4,513 here is the code i used
System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage();
message.To.Add(emailAddTextBox.Text);
message.Subject = "Testing";
message.From = new... |
Forum: ASP.NET May 18th, 2007 |
| Replies: 3 Views: 4,513 Hi all
I have been trying to send email from my asp.net website using c#. the code runs without any errors, but when i click the send button i get this error.
/*System.Net.Mail.SmtpException:... |
Forum: C# May 17th, 2007 |
| Replies: 3 Views: 1,695 Its a website i created, using asp.net 2.0 and c#, Can you please send me the code for this. Just the line of dispalying the items in another web page.
Thanks, |
Forum: C# May 16th, 2007 |
| Replies: 3 Views: 1,695 Hi All
I have a dropdownlist in one page, now I want to display the contents of that dropdownlist in a different page, can someone help me with this.
Thanks in advance |
Forum: ASP.NET May 16th, 2007 |
| Replies: 6 Views: 3,060 Can you please show me this code in C#. I also have the same problem. |
Forum: ASP.NET May 16th, 2007 |
| Replies: 4 Views: 2,087 Hi all
I have a DropDownList in in one of my web application's Page, now i want to display the contents of that DropDownList in another Page. Can someone please show me the code for this in C#.... |
Forum: ASP.NET May 9th, 2007 |
| Replies: 5 Views: 2,263 What do you mean by "column of DeparturePlace"... DeparturePlace is a column name which contains names of airports.
In DropdownList1 there items there are the names of airports also, so when e.g... |
Forum: ASP.NET May 9th, 2007 |
| Replies: 1 Views: 735 Hello there
I want to retrieve data from the sql database according to departure plase and Destination selected on the dropdownList, Something like "WHERE departurePlace = @DeparturePlace AND... |
Forum: ASP.NET May 9th, 2007 |
| Replies: 5 Views: 2,263 I pasted the code twice, ignore the repeat of the first code. |
Forum: ASP.NET May 9th, 2007 |
| Replies: 5 Views: 2,263 Hi all
I want to select data from a database and display it on a GridView. My problem is it doe not return anything when i use the WHERE clause but when i use SELECT * it works. I am new in... |
Forum: ASP.NET Apr 20th, 2007 |
| Replies: 8 Views: 3,381 Thanks a lot maggik your code worked. I am relly greatfull |
Forum: C# Apr 20th, 2007 |
| Replies: 3 Views: 1,520 |
Forum: ASP.NET Apr 10th, 2007 |
| Replies: 8 Views: 3,381 I am trying to insert something in my database using the following code.
[
try
{
string ConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+
";User Id=Admin;Password=;";
... |
Forum: ASP.NET Apr 10th, 2007 |
| Replies: 8 Views: 3,381 Hi
Thanks for your help,
I run my program with the database closed and i have not opened the connection for any other operation. but now it gives me a different error:
... |
Forum: C# Apr 5th, 2007 |
| Replies: 3 Views: 1,520 I want my c# program to connect to my Access database so that i can update, insert and select from my database using c# 2003, can someone show me the steps of connecting to it. I know the part where... |
Forum: ASP.NET Apr 2nd, 2007 |
| Replies: 8 Views: 3,381 Hi all
I have this program i writing using C# 2003 and ASP.net, When i try to connect to the database it gives the error below. I do not know what is wrong, please help.
[
Server Error in... |
Forum: C# Apr 2nd, 2007 |
| Replies: 1 Views: 1,364 Hi all
Can anyone show me how to sensd sms from computer to cell phone. I am using VS 2003 and ASP, I have an Access Database, My program is fro boking flights, now after a user has made their... |
Forum: Community Introductions Apr 2nd, 2007 |
| Replies: 3 Views: 788 I've just joined daniweb and believe me it is the nicest thing i've ever done for myself in 2007. I wonder why i found out about it so late. I am glad i did though. It is very helpfull. I feel like... |
Forum: MySQL Mar 30th, 2007 |
| Replies: 1 Views: 1,747 Hi all
Can someone tell me how to connect to msql database using c# 2003. can you please show me the steps to take. i have tried many times without success. Are they compatile?
Thanks
sibotho |
Forum: C# Mar 30th, 2007 |
| Replies: 3 Views: 2,926 Hi All
I am trying to connect mysql and VS 2003 but i am unable to do the connection, which makes me wonder if the are compatible. Can someone tell and also give me the code for connection.
... |
Forum: MySQL Mar 29th, 2007 |
| Replies: 3 Views: 2,431 Hello all
I am new on this site and i don't know where to click in order to be able to post. Sorry newbie for posting my message inside yours.
Can somebody tell me, Is visual Studio 2003... |