Forum: ASP.NET Apr 18th, 2008 |
| Replies: 2 Views: 465 hi
is it possible that 38 view and no one know the problem
please I reallyyyyyyyyyyy need your help it is my graduation project
please help me
just give me some opinion or assumption
any... |
Forum: ASP.NET Apr 17th, 2008 |
| Replies: 2 Views: 465 here is the asp page at the attachment |
Forum: ASP.NET Apr 17th, 2008 |
| Replies: 2 Views: 465 Hi every one I am facing alittle problem I have a drop down list that enable the user to select a number when the user select anumber another drop down list will appear i write the code and it work... |
Forum: ASP.NET Mar 28th, 2008 |
| Replies: 1 Views: 567 please I really need your help |
Forum: ASP.NET Mar 28th, 2008 |
| Replies: 1 Views: 567 hi every one I need your help My project is about on line travel agent but I have a problem in doing dynamic page
I mean in my project I allow the user to enter multiple number of cities what I need... |
Forum: ASP.NET Mar 10th, 2008 |
| Replies: 10 Views: 1,364 thanks SheSaidImaPregy, cmhampton |
Forum: ASP.NET Mar 7th, 2008 |
| Replies: 10 Views: 1,364 i mean that if i want to use an external data base to get some information since our project is an online travel advisor we need to get the prices from web sites which mean that we will use their... |
Forum: ASP.NET Mar 5th, 2008 |
| Replies: 10 Views: 1,364 THANKS ALOT
ANOTHER THING IF I WANT TO GET THE INFORMATION FROM ANOTHER DATA BASE WHICH IS ALREDY BUILD WOULD IT BE EASIER AND HOW CAN I DO SO
THANKS AGAIN |
Forum: ASP.NET Mar 3rd, 2008 |
| Replies: 10 Views: 1,364 thanks but i work with SQL server with the ASP.net |
Forum: ASP.NET Mar 2nd, 2008 |
| Replies: 10 Views: 1,364 hi every 1 I am working at my graduation project using ASP. net and I want to know if it is possible to search my data base to get specific data and if it so could you tell which is the best way to... |
Forum: ASP.NET Jan 19th, 2008 |
| Replies: 73 Views: 3,779 thanks I submit project and discuss it |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 thanks a lot you are the best |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 the code will be in the insert sub ? |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 what about the problem in adding did you see the msg?? |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 they will add by entring product number in the text box the error appear when i try to add another on is in the attachment as screen shot and how can i make the order no increase automatically |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 thanks it work but i can not add more than 1 product do i have to put loop |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 it works please try with the add |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 & ex
when I put it it appear as error |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 connected successfully but still the insert , remove doesn't work the same msg appear |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim con As OleDbConnection
con = New OleDbConnection
Try
... |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 when I put it an error appear here is a screen shot of it |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 Where I put this at which SUB |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 thank you but still the same errors |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 ok thanks when are you going home
is it ok to contact you by email I suppose to submit the project tommorow |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 here is the project forgot to attach it |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 here is the complete project including database
still the same error after changhing Delete |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 I am using microsoft visual 2005
I uused your code and here is a shot screen |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 This error appear when I use your code
it is in the attachment |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 If you do not mind would you make it for me as the way you usually do here is the my connection path
con.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source='C:\Documents and... |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 both didn't work the error whe i deleting has change i attach it as screen shot |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 sure here is the screen shot
the first one is when I click add the second when remove |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 when I put it the msg appear is syntax error in INSERT INTO Statment |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 73 Views: 3,779 STILL THE SAME PROBLEM IN INSERT NOT SOLVED YET
Partial Class cart
Inherits System.Web.UI.Page
Dim con As OleDbConnection
Dim cmd As OleDbCommand
Protected Sub... |
Forum: ASP.NET Jan 17th, 2008 |
| Replies: 73 Views: 3,779 thanks I will try
I hope it work |