Hi everyone!! Could anyone tell me usefull sites that will help me start learning ASP?...
FAHAD
hadhramy@...
Oct 3, 2001 7:00 pm
2
Hi Fahad, ... I learned by starting here: http://www.LearnASP.com/ I also have a very long list of ASP-related links here: http://ReliableAnswers.com/P/?/ASP ...
Shawn K. Hall
vb@...
Oct 3, 2001 11:44 pm
4
... ASP samples(smtp, upload,xml, xslt,crypto,) available at http://www.dalun.com/index.asp...
I have two copies of the same database. One for the web server the other is for the intranet. I want when someone changes, delete, or insert a record in the ...
Hi all, if anyone can help with this it would be a appreciated.. i have built a generic system that uploads information from excel spreadsheets using ODBC and...
I have a mySQL db setup, which can be connected to through IIS (testing the data source through a DSN). I can also connect to the db through SQLyog (GUI...
All, I have just started developing a new web site using ASP. The question is: How to maintain the users information using Session variables after he has...
can anyone help me how to post a meeting event to two separate pages? I have a page wheren you can add an event. when clicking the submit button the page is...
Hi L, ... This type of thing would be ideal for XML on the server. A form can only post to a single location - but that location can do anything it wants to...
Your response is very interesting and had left me scratching my head. That is because I have never worked with asp before. I have no knowledge with asp. I...
Hi Luzviminda, ... Perhaps the best ASP list I have seen is another I participate with here: http://groups.yahoo.com/group/active-server-pages/ In that...
Hi, I want to store the end time of the user. I have implemented this with exit button. On the click event of button, a logout.asp file is called and end time...
Hi Ajit, ... Don't rely on the Session_Close event. Rather, if you know what your timeout is, just set the 'logout' for the session as an explicit time as a...
Hi Friends, Could any one please suggest the solution to invoke command prompt within a windows application(vb.net application). We need to send some values...
Hi Friends, Could any one please suggest the solution to invoke command prompt within a windows application(vb.net application). We need to send some values...
Dear Memebers I am new to ASP I have to build Admin Page using ASP which must be capable of Add,Delete,Update a Record My Question are 1. In order to Add a...
Syed, I will take a stab at this, although I think I would need to see more code to be of more help. 1 - Change your form method to "post": <form name="form1"...