|
First
|
Prev |
Next
|
Last
Pages: 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
How to collect uncertain number of people information in a form Hi everyone, I need to write a insruance program which needs to collect multiple people information, The information for each person includes name, email, address, phone, dob etc. The DOB data will be used for calculate premium for each person. and then display total premium quote to the user I had never done... 4 Oct 2006 16:50
Split, convert date question ?? Hi, I have a form which is posting a user entered date to an asp page. The date is then used in a SQL string. The format of the date is received as dd/mm/yyyy, with the user typing the '/' as well how can I convert it to yyyy-mm-dd ---------------- I have tried this, but I think I need to strip out th... 4 Oct 2006 11:02
How do I make sure that a asp page expires immediately and is not stored in the history ??? I have a page name edit.asp which should expire immediately .The user cannot open this page directly he has to provide a password for entering this page.thus when the user enters edit.asp , it has a button EDIT ,which when user clicks directs him to another page (done.asp). Now the problem is that from this page (... 4 Oct 2006 10:31
application scope objects i use an application scope recordset object for holding the list of online users. i am not sure that if i have to handle concurrency issues like one user is looping through the recordset for getting the list of online users while another one is getting online so adding a new record. ado recordset has a free and a... 4 Oct 2006 07:18
Unable to connect to SQL Server database. Hello I am new to ASP and I am using ASP.Net Visual Web Developer Express Edition. I have been following 'How To' videos online and I am currently trying to add Login forms. When I first go to add a Role, by clicking on the ASP.Net Configuration button, then select Security like it shows me in the video, ... 4 Oct 2006 10:31
need bullet proof input validator hi people. im trying to validate input received via a text area on an ASP page before writing it to a database. i cant use client side javascript due to policy, so it all has to happen on the server. here is what i was trying, but pieces of it continue to break for one reason or another. the thinking behind thi... 27 Oct 2006 11:28
Display PDF from database without caching I am trying to display a PDF in the users browser that is pulled from a binary field in our database, and keep that PDF from caching on the client computer. I can successfully pull the PDF and display it using the following code: Response.ContentType = "application/pdf" Response.BinaryWrite objRS("Attachment") ... 5 Oct 2006 18:03
ASP question? So, I got this vbs file (actually several) and it puts an application into maintenance mode for monitoring purposes. This VBS file needs to be run on the server. IIS is installed, but I do not know how to implement this process into a web page so that I can execute the scripts remotely. I just want to have 2 but... 29 Sep 2006 04:49
ORA-12154 Error - TNS:could not resolve the connect identifier specified "CJM" <cjmnews04(a)REMOVEMEyahoo.co.uk> wrote in message news:4nsvg3Fc1fl2U1(a)individual.net... I have a working web application (ASP) which links to an Oracle 10g DB via OO4O. I'm trying to port it to either of two test servers, but in fact, I can't get it to work with either - 'Unable to make connection, ORA... 27 Sep 2006 10:23
ARRAYS DOUBTS 1. If The size of the array is unknown during programming time then how is such array declared?? Suppose there is an Array named arrClashname(size unknown at start), Now when the clash occurs I want to store that name into the arrClashname, Therez a do while loop inside which has some conditions which decied ... 3 Oct 2006 09:55 |