Hi all, I apologise for the off topic but I really need a hint from you: How can I dynamically create a combo box according to the value selected in another...
Zinho
marcelinocarioca@...
Jun 1, 2003 8:13 pm
5532
Hi Zinho, Long time no see. :) ... Try this: '// ======================================================== <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
Maybe this will do, John **************************************************************************** **************************** <!-- TWO STEPS TO INSTALL...
Hello Guys: I have this line in my Stored Procedure: SELECT * FROM #Temp WHERE DATEDIFF(DAY, CONVERT(DateTime, ReceiptDate, 112), CONVERT (DateTime, @BDate,...
ReceiptDate should be @ReceiptDate, perhaps? Ray at work ... ...
Costanzo, Ray
rcostanzo@...
Jun 2, 2003 1:40 pm
5537
{{newb}} Hi all I am using a server side session state on asp.net and am trying to add an element to allow the user to logout themselves, before the session...
See asp-developers group. Ray at work ... ********************************************************************************************************** The...
Costanzo, Ray
rcostanzo@...
Jun 2, 2003 2:03 pm
5539
Matt: I have done this in ASP-Classic like this: Session.Abandon I don't know if it is differnt in ASP.Net or not, but most things are backwards compatible in...
Ray: Thanks for the help, but no. ReceiptDate is a value in the table. Just about 1 second ago: I found the answer. You cannot convert an integer directly...
Have tried it with my sql server and I think you need quotes eg If I try select convert(datetime,20000311,112), I get Server: Msg 8115, Level 16, State 2, Line...
I have an asp.net page set up to allow users to upload files, but when the files are above 2 MB or so, they get a 'page can not be displayed' error. Smaller...
Script timeout. Ray at work ... ********************************************************************************************************** The information...
Costanzo, Ray
rcostanzo@...
Jun 2, 2003 6:22 pm
5545
Hi Matthew, ... Sure. Use something like this... <a href="/logout.asp">Log Out</a> logout.asp contains: <% Session.Abandon Response.Redirect "/" %> Regards, ...
Try a Response.Redirect to an actual page, like to a "Thank you for visiting" page. You might not have a default file set up. I am not saying this is...
Hi Matthew, ... It may or may not obtain a new session ID on the subsequent request/redirect, but the contents of the previous session will no longer be valid....
hey guys, check out http://www.codespark.net there's some good articles & tutorials on there, especially regardiing web development (like AsP) etc. luke...
I am just the messenger... Net-Consultants is recruiting for a Senior VB.NET developer in Richmond, VA (contract to perm 85k) and a .NET Architect in Baltimore...
Please find me a job in the greater Philadelphia region. Thanks Maria! ... Ray at work ... From: Gaycheck, Maria L [mailto:gaycheckml@...] I am just the...
Costanzo, Ray
rcostanzo@...
Jun 4, 2003 2:34 pm
5555
Please find me a job in the greater Philadelphia region. Thanks Maria! ... Ray at work ... From: Gaycheck, Maria L [mailto:gaycheckml@...] I am just the...
Costanzo, Ray
rcostanzo@...
Jun 4, 2003 2:34 pm
5556
Hi, Can anyone please help me with the source code for a phone dialer? I want to connect my VOIP phone and try making calls from different locations in the...
Hello all, For those of you ("us", now, I guess...) in the MD/DC area I'm forwarding the following from another list. I'll be there if anyone wants to chat...
hello, I'm working with a script to do rating of an article but I ended up in a error message telling object required in line 48. The code is : <% dim cn dim...