Forum: IT Professionals' Lounge Jul 28th, 2008 |
| Replies: 24 Views: 3,579 Re: Time Tracking software recommendation 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 Views: 891 |
Forum: VB.NET Jun 14th, 2008 |
| Replies: 5 Views: 1,322 Re: Booking system 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.
1. Do... |
Forum: VB.NET Jun 14th, 2008 |
| Replies: 5 Views: 1,322 Re: Booking system In my example above BookDate means Arrival Date, sorry on the confusion |
Forum: VB.NET Jun 12th, 2008 |
| Replies: 5 Views: 1,322 Re: Booking system 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. If... |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 3 Views: 438 Re: AJAX Execution 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: 1,963 |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 8 Views: 1,963 |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 6 Views: 1,063 |
Forum: VB.NET Jun 12th, 2008 |
| Replies: 2 Views: 1,005 |
Forum: VB.NET Jun 12th, 2008 |
| Replies: 2 Views: 1,005 Re: String to Integer 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: 408 |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 3 Views: 871 |
Forum: VB.NET Jun 12th, 2008 |
| Replies: 2 Views: 1,499 |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 8 Views: 1,963 |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 5 Views: 1,255 |
Forum: VB.NET Jun 11th, 2008 |
| Replies: 3 Views: 1,349 |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 1 Views: 626 Re: Form Activate Event 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 FIRST... |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 6 Views: 1,063 Re: Providing Popup reminders for events 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 this to... |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 3 Views: 871 Re: Web service Access from Remote machine 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: 1,255 |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 2 Views: 646 Re: Pop-up window 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: 2,498 Re: Dating on Daniweb 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: 2,498 |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 2 Views: 411 Re: how to Read a page in aspx page 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: 624 |
Forum: Geeks' Lounge Jun 5th, 2008 |
| Replies: 30 Views: 2,498 |
Forum: Geeks' Lounge Jun 5th, 2008 |
| Replies: 30 Views: 2,498 |
Forum: Geeks' Lounge Jun 5th, 2008 |
| Replies: 30 Views: 2,498 Re: Dating on Daniweb 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: 551 |
Forum: VB.NET Jun 5th, 2008 |
| Replies: 3 Views: 325 Re: Newbie SQL question 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... |
Forum: Geeks' Lounge Jun 4th, 2008 |
| Replies: 30 Views: 2,498 |
Forum: Geeks' Lounge Jun 4th, 2008 |
| Replies: 30 Views: 2,498 |
Forum: Geeks' Lounge Jun 4th, 2008 |
| Replies: 30 Views: 2,498 Dating on Daniweb 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: 8 Views: 742 |
Forum: VB.NET Jun 4th, 2008 |
| Replies: 3 Views: 325 Re: Newbie SQL question 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... |
Forum: VB.NET Jun 4th, 2008 |
| Replies: 2 Views: 741 Re: dim x as timer The issue is because a normal ASP.NET page executes server side. Timers are run client side. You can use a timer on a webpage, but you need to use AJAX.
Go to www.asp.net and download the AJAX... |
Forum: VB.NET Jun 4th, 2008 |
| Replies: 1 Views: 340 Re: web browser question It's more complicated that you would think, but it isn't obscenely complicated. You can control the web browser by code. It will also require you to use a timer (at least I would be using a timer to... |
Forum: ASP.NET Jun 4th, 2008 |
| Replies: 1 Views: 377 Re: menu items Put it in a table, leave a column to the left, give the column some width. |
Forum: ASP.NET Jun 4th, 2008 |
| Replies: 2 Views: 1,054 |