Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6683 - 6712 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6683
hi, I think byref you can do in asp what is done by c++. You may do one thing use session array. I think this will solve ur problem. Regards, Himadrish ... ...
Himadrish Laha
hlaha
Offline Send Email
Sep 1, 2003
3:52 pm
6684
Hi, I have an asp page in which I m displaying the records from table. These records can be edited by changing some of the fields, And also records can also be...
Priti Choudhary
pretty_udr
Offline Send Email
Sep 1, 2003
3:53 pm
6685
Preeti, After a successful update or delete, response.redirect back to the same page. So, if Details.asp is the page that shows the record and you post to...
Mark Eckeard
meckeard2000
Offline Send Email
Sep 1, 2003
4:11 pm
6686
Might also want to check out this TechTrax article: Everything You Need to Know About Response.Redirect ...
Dian Chapman
dianchapman
Offline Send Email
Sep 1, 2003
11:46 pm
6687
This is my first attempt to call a stored procedure from Sybase (ASE 12.5) into my ASP page and it is not working properly. Can anyone see what is wrong and...
Paul Robinson
alitor99
Offline Send Email
Sep 2, 2003
4:14 am
6688
I have just seen Ray's answer to a similar query in a Microsoft newsgroup ... I personally just use: Set rsWhatever = objADO.Execute "EXEC sp_SomeStoredProc...
Paul Robinson
alitor99
Offline Send Email
Sep 2, 2003
5:08 am
6689
... This is based on a SQL Server db, so not sure how that differs from what you are using. By the looks of it, as you are asking the database to return an...
Paul Manzotti
heronoseven
Offline Send Email
Sep 2, 2003
9:44 am
6690
Hi folks... Situation... * User clicks a button to request all records associated to their name. * Query gets all records and using Do Until...
Dian Chapman
dianchapman
Offline Send Email
Sep 2, 2003
10:18 am
6691
... Use getrows to shift the recordset into an array, and then shut the recordset down. ... Yes! ... The key to pulling this off is to have the fields named...
Paul Manzotti
heronoseven
Offline Send Email
Sep 2, 2003
10:32 am
6692
Dian Its quite easy! Consider, table: tblData, fields, autoID, userID, fld1, fld2 Showing the info rs.open "select * from tblData where userid='" &...
ILyas
iluilyas
Offline Send Email
Sep 2, 2003
10:36 am
6693
mmm. interesting one. 1 question: if the user has 20 related items, but only changes one - do you still want to loop thru and update all of them? might be a...
M Tapnack
tapnack
Offline Send Email
Sep 2, 2003
10:41 am
6694
I always wondered what would happen if you had text input elements named the same and the user entered a comma into one of them. Would it through everything...
Powderhill, Daniel
danaspelite
Offline Send Email
Sep 2, 2003
10:43 am
6695
... Good question. Looking at a test, it appears that as long as the user enters a comma, and not a comma and a space, there is no problem, as the form values...
Paul Manzotti
heronoseven
Offline Send Email
Sep 2, 2003
10:52 am
6696
Hi all, In power builder there is a function called RelativeDate. The RelativeDate() function is used to determine a new date based on an offset from an...
aboanas_elists
Offline Send Email
Sep 2, 2003
12:23 pm
6697
Depending on how it works, DateAdd() might work for you. DateAdd allows you to add an amount of a certain unit to a date. So you could add 30 days, or 5...
Powderhill, Daniel
danaspelite
Offline Send Email
Sep 2, 2003
12:25 pm
6698
Thanks it works fine ... ******************************************************************************** ... provide is accurate & appropriate, the final...
aboanas_elists
Offline Send Email
Sep 2, 2003
12:46 pm
6699
Thanks to everyone for their info/suggestions. I was tempted to shoot for the Split function solution, as I'm very familiar with that from VBA, but decided to...
Dian Chapman
dianchapman
Offline Send Email
Sep 2, 2003
3:37 pm
6700
... Can't you just do a replace on single quotes and double them up? Access will then accept them. You just need to remember to change them back to one ...
Paul Manzotti
heronoseven
Offline Send Email
Sep 2, 2003
3:41 pm
6701
... will then accept them. You just need to remember to change them back to one instance when you fill the text area prior to editing. ... for double quotes ...
Dian Chapman
dianchapman
Offline Send Email
Sep 2, 2003
3:51 pm
6702
... When you process the field to enter it into the database, to use Ilya's code: Function fncQuoteCleaner( strText ) If Len( strText ) = 0 then ...
Paul Manzotti
heronoseven
Offline Send Email
Sep 2, 2003
3:56 pm
6703
... ROFLMAO! Stop the Insanity! This quote stuff just kills me! <lol> Thanks! (I think the letters are about to wear off my " key!<eg>) Dian ~ ... From: Adrian...
Dian Chapman
dianchapman
Offline Send Email
Sep 2, 2003
4:31 pm
6704
Hi, Is it possible to stretch textarea to the screen width as the screen resolution changes? If yes how to do that? Thanks and regards, Preeti ... From: Priti...
Priti Choudhary
pretty_udr
Offline Send Email
Sep 2, 2003
5:12 pm
6705
Hi Preeti ! You can refresh your redirected page through following html code.. i think so simple it is ? i m using same code for refreshing the page after ...
Pankaj Sutradhar
psutradhar
Offline Send Email
Sep 2, 2003
5:13 pm
6706
... Who, me? <looks innocently at the ceiling> ;-) ... No worries, glad to be of help. manzo ... Outgoing mail is certified Virus Free. Checked by AVG...
Paul Manzotti
heronoseven
Offline Send Email
Sep 2, 2003
5:18 pm
6707
... Two important things I noted about this thread: First, you don't need to escape the double-quotes -- just the single- quotes. A simple function that I use...
Manas Tungare
ManasTungare
Offline Send Email
Sep 2, 2003
6:09 pm
6708
Hello Guys: Is it not possible to reference an Aliased Field in a SQL Statement, and use that in another SUM() Clause? For Instance, below is my SQL Statement:...
Andy Mills
sholinkempochb
Offline Send Email
Sep 2, 2003
6:44 pm
6709
Very cool! Now that I can understand.<g> And yes, thanks for the extra textarea comments cos' it does go in/out of that. Appreciate it. Although I'm beginning...
Dian Chapman
dianchapman
Offline Send Email
Sep 2, 2003
6:46 pm
6710
That should work fine. Perhaps the problem is that you have a column name of desc, which is a SQL reserved word. (Descending) Change DESC to [DESC]. Either...
Costanzo, Ray
rcostanzo@...
Send Email
Sep 2, 2003
7:13 pm
6711
... I'm not sure if you can use an expression defined in the same query earlier. This is just a guess, I may be wrong. Regards, Manas. -- ...
Manas Tungare
ManasTungare
Offline Send Email
Sep 2, 2003
7:30 pm
6712
Hi Dian, ... You had *letters* on your " key? Weird. Regards, Shawn K. Hall http://ReliableAnswers.com/ '//...
Shawn K. Hall
shawn_ra
Online Now Send Email
Sep 2, 2003
10:12 pm
Messages 6683 - 6712 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help