Search Results

Showing results 1 to 40 of 291
Search took 0.02 seconds.
Search: Posts Made By: ericstenson
Forum: VB.NET Aug 24th, 2009
Replies: 3
Views: 271
Posted By ericstenson
Spicelogic has a component that you can drag-n-drop. I have used it, it's cheap and quite an efficient way to integrate PayPal into .NET apps.
Forum: ASP.NET Aug 24th, 2009
Replies: 3
Views: 261
Posted By ericstenson
Why can't you run a SQL UPDATE statement...

UPDATE TABLE_NAME SET INT_COLUMN = (INT_COLUMN - 1) WHERE INT_COLUMN > @DEL_ROW_VALUE

Would something like that work?
Forum: ASP.NET Apr 11th, 2009
Replies: 2
Views: 417
Posted By ericstenson
Hire a web developer.
Forum: ASP.NET Apr 8th, 2009
Replies: 1
Views: 503
Posted By ericstenson
I am not sure how to answer the question other than:

"ARE YOU SERIOUS?"

We would all be in a lot of trouble if IIS was not able to handle 2 users at the same time and keep them seperate.
Forum: IT Professionals' Lounge Jul 28th, 2008
Replies: 27
Views: 6,475
Posted By ericstenson
www.14dayz.com seems pretty good. I used to use that when I worked for a web dev company in Boston. I think it was written for attorneys or something, but it scales REALLY nicely to software...
Forum: ASP.NET Jun 27th, 2008
Replies: 2
Solved: HTML to PDF..
Views: 1,228
Posted By ericstenson
Itext (itextsharp) is free.
Forum: VB.NET Jun 14th, 2008
Replies: 5
Solved: Booking system
Views: 2,484
Posted By ericstenson
Using your example above, the following reservation has been made:

A: 4/17/2009
D: 4/25/2009.

Now, a customer calls and says I want to book 04/16/09 to 04/27/09.

Let's go through my steps....
Forum: VB.NET Jun 14th, 2008
Replies: 5
Solved: Booking system
Views: 2,484
Posted By ericstenson
In my example above BookDate means Arrival Date, sorry on the confusion
Forum: VB.NET Jun 12th, 2008
Replies: 5
Solved: Booking system
Views: 2,484
Posted By ericstenson
What you need to do is the following:

1. Run a query to see if any bookings fall within your date range.
(Select * from Bookings where BookDate >= YourStartDate or BookDate <=YourEndDate

2....
Forum: ASP.NET Jun 12th, 2008
Replies: 3
Views: 653
Posted By ericstenson
On quote from Microsoft: "All the server page life-cycle events occur, and view state and form data are preserved. However, in the rendering phase, only the contents of the UpdatePanel control are...
Forum: ASP.NET Jun 12th, 2008
Replies: 8
Views: 4,737
Posted By ericstenson
Do you have an SMTP server on that machine? Could there be a firewall issue?
Forum: ASP.NET Jun 12th, 2008
Replies: 8
Views: 4,737
Posted By ericstenson
Forum: ASP.NET Jun 12th, 2008
Replies: 6
Views: 1,747
Posted By ericstenson
No, the page is not always refreshing. The only time you get the page refreshing is when the pop-up appears.
Forum: VB.NET Jun 12th, 2008
Replies: 2
Views: 1,999
Posted By ericstenson
Ah, it looks like you are running MySQL. This might be helpful:
...
Forum: VB.NET Jun 12th, 2008
Replies: 2
Views: 1,999
Posted By ericstenson
You might have to post this in the database forum, but why are you specifying INTEGER(50)? Shouldn't it just be a datatype INTEGER?

I mean, an Integer is a whole number. So "1" is just "1", not...
Forum: VB.NET Jun 12th, 2008
Replies: 3
Views: 703
Posted By ericstenson
Can you please post the class code?
Forum: ASP.NET Jun 12th, 2008
Replies: 3
Views: 1,998
Posted By ericstenson
Are you using the development server or IIS?
Forum: VB.NET Jun 12th, 2008
Replies: 2
Views: 3,872
Posted By ericstenson
Try Quickbooks.
Forum: ASP.NET Jun 12th, 2008
Replies: 8
Views: 4,737
Posted By ericstenson
sqlexpress is a named instance of an SQL server.

I would do it in code with the system.net.mail namespace...



Dim User_Password as String

'''''''' FIRST GET THE PASSWORD FROM THE DATABASE
Forum: ASP.NET Jun 12th, 2008
Replies: 5
Views: 3,277
Posted By ericstenson
You are doing it all wrong. How much experience in this do you have?
Forum: VB.NET Jun 11th, 2008
Replies: 3
Views: 3,005
Posted By ericstenson
or i think you can use .value.tostring
Forum: ASP.NET Jun 11th, 2008
Replies: 1
Views: 1,147
Posted By ericstenson
What I would do is run a timer on the first form that checks a Session object like

If Session("SearchClosed") = 2 then

Timer1.enabled = False
DO WHATEVER YOU WANT BECAUSE IT IS BACK TO THE...
Forum: ASP.NET Jun 11th, 2008
Replies: 6
Views: 1,747
Posted By ericstenson
It's doable. Here is how I would attack it....

1. Drop an ASP UpdatePanel somewhere on the page
2. Create a Session variable called "PopupEvent" (Session.Add("PopUpEvent", "1")
> Set...
Forum: ASP.NET Jun 11th, 2008
Replies: 3
Views: 1,998
Posted By ericstenson
Too many possibilities. Firewall issue? Are you just trying to use the development server? Because the development server that runs when you test doesn't support remote connections. Did you configure...
Forum: ASP.NET Jun 11th, 2008
Replies: 5
Views: 3,277
Posted By ericstenson
Dim conn1 as new data.sqlclient.sqlconnection(CONNECTIONSTRING)
Dim Select_String as String = WHAT YOU JUST WROTE
Dim Select_Adapter as new data.sqlclient.sqldataadapter(Select_String,conn1)
Dim...
Forum: ASP.NET Jun 11th, 2008
Replies: 2
Solved: Pop-up window
Views: 952
Posted By ericstenson
Response.Write("<script>")

Response.Write("window.open('WHATEVERNEWPAGENAME.aspx','_blank','toolbar=0,location=0,menubar=0,resizable=0,width=400,height=320')")

...
Forum: Geeks' Lounge Jun 6th, 2008
Replies: 30
Views: 3,185
Posted By ericstenson
What an insanely hypocritical post. You say this thread shouldn't be here, but you actually contribute to the thread! If you think it is "unrelated" to DW, then why would you read it, much less reply...
Forum: Geeks' Lounge Jun 5th, 2008
Replies: 30
Views: 3,185
Posted By ericstenson
No, dating in the lounge. Not a whole new forum. More like a thread.
Forum: ASP.NET Jun 5th, 2008
Replies: 2
Views: 786
Posted By ericstenson
There are a few methods by which this can be down. You can control a web broswer control if you are using a windows based application. If it's a web app, it's a little more difficult, but you can...
Forum: ASP.NET Jun 5th, 2008
Replies: 1
Views: 1,709
Posted By ericstenson
You need to check the firewall settings. Where is the mail server? Can you authenticate? Does it allow relaying?
Forum: Geeks' Lounge Jun 5th, 2008
Replies: 30
Views: 3,185
Posted By ericstenson
Eventually I will sell you guys on it... :)
Forum: Geeks' Lounge Jun 5th, 2008
Replies: 30
Views: 3,185
Posted By ericstenson
Come on, don't remove my thread. This is a good idea.
Forum: Geeks' Lounge Jun 5th, 2008
Replies: 30
Views: 3,185
Posted By ericstenson
Starbucks is a coffee house, not a dating service, so if people meet at starbucks, should it just close down and people stop going there? Universities are for education, so if people meet in class...
Forum: ASP.NET Jun 5th, 2008
Replies: 6
Views: 748
Posted By ericstenson
I can only say one thing::::::: are you kidding me?
Forum: VB.NET Jun 5th, 2008
Replies: 3
Views: 514
Posted By ericstenson
Sure. You will need to create an SQL database and table with the product information. You will need to create a user account (most likely) within SQL to allow your program to access the database.
...
Forum: Geeks' Lounge Jun 4th, 2008
Replies: 30
Views: 3,185
Posted By ericstenson
? Who said anything about porno ?

I am talking social lounge... a place to meet.
Forum: Geeks' Lounge Jun 4th, 2008
Replies: 30
Views: 3,185
Posted By ericstenson
In fact, under coffee house, I think we should have a "Singles Scene"
Forum: Geeks' Lounge Jun 4th, 2008
Replies: 30
Views: 3,185
Posted By ericstenson
Well, enough with match.com, jdate, eharmony (e-her-money), and the other so-called dating sites... who needs those with Daniweb.com? With over 200,000 active users, people *** should *** be able to...
Forum: VB.NET Jun 4th, 2008
Replies: 9
Views: 1,252
Posted By ericstenson
He is saying that you need to add the web browser control to the form...
Forum: VB.NET Jun 4th, 2008
Replies: 3
Views: 514
Posted By ericstenson
If your application is already running and working for your client, I would be weary about making major changes to the application. What I would do if I were you is when the program launches, I would...
Showing results 1 to 40 of 291

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC