I didn't change anything, but now scripting errors are not appearing. I just get Page cannot be displayed. It won't show the line number or anything. I went...
Hi ; This is Mohsin. Currently I joined this group because in this group tutors are very sincere & professional and guide students with sympathy. I really...
Yes, i want a counter which show me after logon to Administrator that X , Y , Z named members are online yet and simply wanna put online users value (means...
Active Server Pages (ASP) run on a server, interpret the code, and format html to send as the response to the browser so they need a server that can do the...
Agreed, and no those products mentioned don't contain an ASP server. Keep in mind there are several options for servers which can run ASP.NET which can't run...
FYI, you don't need a special or separate server machine. If you have admin access to your own Windows machine you can install IIS there, and set it up as...
Hi All, Back again. Im done with all my work relaring to blogs. All is working fine except for one thing where i need to validate User Display Name. I want...
I have an asp page were the user is asked to create a password and then re-enter the password to confirm that it is correct. The user is then also able to go...
if it's a Form INPUT box, will onchange not catch it ? ... From: ampersand1 To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Friday, May 09, 2008...
Hi All I have heard a lot about using COM in ASP what never seen any component used in ASP (user defined) then why company start asking question on ASP & COM ...
Aditi
superbemail@...
May 12, 2008 10:53 pm
8254
Most COM objects are precompiled vb code that does a specific job, you pass it in something, it can give you something back according to what you're doing. If...
Thanks mallard but can you send me a zip COM componet code, so that i can see the code and see how we can develop a new one ? aditi ... [Non-text portions of...
Aditi
superbemail@...
May 13, 2008 11:33 am
8256
Huh ? It's VB6 land, use aspnet instead, import this thing into .net, create a public class with methods to use. There are books on COM, but it's the old...
Guys, what do I have to do with the following error: Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded /searcher.asp, line 0 Execution...
Hi Ruth, Take a look at this Microsoft support article: http://support.microsoft.com/kb/925764 Cheers, Peter ... [Non-text portions of this message have been...
Hi All, Back again but this time some more serious problems and solution to all the previous ones. Ok.Im able to solve the regular expression problem which Im...
THanks mallard for suggestions but actually i am working on asp and till date i havnt worked on COM , DCOM etc and whenever i appear in interview, they start...
Aditi
superbemail@...
May 15, 2008 7:08 am
8261
You've been working with COM every time in asp you use Server.CreateObject("Scripting.FileSystem"). Also, ADO is composed of COM objects and you use those all...
Dear all, I would like to ask about code to build an "automatically download feature".. I want to build an "automatically download feature" in order users can ...
Hi Ruth, Wouldn't you just link to the file? Then when the user clicks it, it will start to download. Peter ... [Non-text portions of this message have been...
Hi, I have got the solution and would like to share it with you. To avoid Iframe displaying cached page we can add a random trail to the querystring of the...