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...
Show off your group to the world. Share a photo of your group with us.

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 10779 - 10808 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10779
Shawn, Thanks for recommending aspalliance. I checked it out but it doesn't seem to do what I need. Or maybe it does and I jsut dont know it. I'm looking for...
Tyler
darkenedforest
Online Now Send Email
Jul 4, 2005
4:53 am
10780
How about ASP with ODBC into the Access File? I'm not sure you're making your requirements clear. Can you be more specific? --Ben....
Ben Sauer
bensauerdupl...
Offline Send Email
Jul 6, 2005
10:32 am
10781
Hi Tyler, ASP is for your interface and not your data. So the way you structure your data has no link to ASP. You would have to build your html display the way...
Thierry Lavallée
synerginov
Offline Send Email
Jul 6, 2005
2:41 pm
10782
Hello Everyone: I am using Visual Studio.Net to do some HTML page creations. One thing that REALLY bothers me is when you switch from Desing View to HTML view...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jul 6, 2005
5:01 pm
10783
I have a huge number of records in a database as well as a long list of 'bad' words. Before displaying any record, I want to check the list of words and ensure...
Ben Shaffer
bensdeltathree
Offline Send Email
Jul 7, 2005
5:54 pm
10784
Hi all, I'm creating ASP application to write into a tab-delimited file to be read by Excel. This is the requirement, don't ask me why :-) The desired output...
zonnykft
Offline Send Email
Jul 8, 2005
10:38 am
10785
There are some facilities you can use that spring to mind. But first, a comment ... You are going to have to parse the records to at least some extent...
David Smart
smartware_co...
Offline Send Email
Jul 8, 2005
10:53 am
10786
You need to play with this, but I think that you will need to put normal double quotes around the strings if you want to force them to strings. XYZ...
David Smart
smartware_co...
Offline Send Email
Jul 8, 2005
11:24 am
10787
I fooled around with csv for a banking program, you might wanna look into the chr() function, this will pump out the ansi character You can find tables...
Niels Bieze
nrbieze@...
Send Email
Jul 8, 2005
11:42 am
10788
Sorry typo, should be chr(039) Sort!...
Niels Bieze
nrbieze@...
Send Email
Jul 8, 2005
11:43 am
10789
I remember running into the same issue before. If memory serves me correctly: I think I just concatenated a space before the number. This has been over 2...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jul 8, 2005
11:54 am
10790
I have an .asp website and I cannot add more than one form to the site with out getting errors. All that I would like to add is simple drop down menus with a...
tjonesb14ckh013
Offline Send Email
Jul 8, 2005
6:22 pm
10791
Just a thought... Is it possible to "format" the excel column? Lisa Hi all, I'm creating ASP application to write into a tab-delimited file to be read by...
Green
lisafaygreen
Offline Send Email
Jul 8, 2005
6:23 pm
10792
This isn't really the right way to do this... the processing can be horrendous. You need to do this as a database side process. Preferrably on load. Set a...
Ben Sauer
bensauerdupl...
Offline Send Email
Jul 8, 2005
6:23 pm
10793
Hi Troy, ... Show us your code please. Regards, Shawn K. Hall http://ReliableAnswers.com/...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 8, 2005
6:27 pm
10794
I assume you're thinking about applying "text" formatting to the cell - after the import? That won't help, because Excel actually drops the leading zeros when...
David Smart
smartware_co...
Offline Send Email
Jul 8, 2005
10:23 pm
10795
Yes. A very good point. Actually, to move further. The question that ran through my mind at the time was "why ask this on an ASP group, it's an off-line...
David Smart
smartware_co...
Offline Send Email
Jul 8, 2005
10:24 pm
10796
Try checking the "names" you have given to the forms. They may be the same, or you may have the forms overlapping. Regards, Maxwell Sabwa www.crbafrica.com ......
Maxwell Sabwa @ RDS K...
maxwellsabwa
Offline Send Email
Jul 9, 2005
6:20 am
10797
This is strange... I simply access a database, check that the company, username, and password all exist, and that they are associated with other. If the user...
mark wills
markrobertwills
Offline Send Email
Jul 10, 2005
7:56 am
10798
Mark - are you able to test on a live server? that would help point if the issue if your IIS or the code. moshe ... From: active-server-pages@yahoogroups.com ...
Moshe Tapnack
tapnack
Offline Send Email
Jul 10, 2005
8:16 am
10799
Ok, 10 minutes after posting I manage to fix it! In desperation, convinced my code was correct, I added ACTION='default.asp' to the FORM tag. It worked!...
mark wills
markrobertwills
Offline Send Email
Jul 10, 2005
8:20 am
10800
Thanks for your replies. As it happens, on this particular project, the information is in an Access document. As the data is already there, it means that I can...
Ben Shaffer
bensdeltathree
Offline Send Email
Jul 10, 2005
8:50 am
10801
Hi Mark, ... It's not a bug, it's a feature! ;) Seriously though, POSTing to a directory isn't allowed for security reasons, it's always necessary to POST to...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 11, 2005
6:41 am
10802
Are you are you're not talking about server-side forms on asp.net (.aspx pages)? <form runat="server"> If so you can only have one. If that isn't what you're...
Adrian Forbes - ITD
aidy_forbes
Offline Send Email
Jul 11, 2005
8:43 am
10803
Hi, I'm coding using VS.Net 2003, and I've got a datagrid that lists customers and the time spent working for each customer. When you mouse over the time...
mzancana
Offline Send Email
Jul 12, 2005
4:10 pm
10804
When using integrated authentication in IIS6 and IIS6 regular mode (not IIS5 downgraded mode), what user account and permissions are needed for a folder that...
pcjr10
Offline Send Email
Jul 19, 2005
6:11 pm
10805
this doesnt seem like a permission issue but like a connection issue. in which mode have you opened the recset? Ilyas ... From: "pcjr10" <pcjr10@...> To:...
Ilyas
iluilyas
Offline Send Email
Jul 20, 2005
5:16 am
10806
I'm trying to display my staff members by department, not have to repeat the department name in the table. Currently, the data appears as follows Dept1 staff...
acschnabel
Offline Send Email
Jul 29, 2005
8:09 pm
10807
... I can't quite remember, but doesn't calling a field from a recordset "wipe" that field for that row, i.e. you can only call a field once per row? Probably...
Paul Manzotti
heronoseven
Offline Send Email
Jul 29, 2005
10:08 pm
10808
THanks manzo.. I'll look into that. I've only been doing this for a short time and am always looking for ways to clean up the code and make it more efficient....
acschnabel
Offline Send Email
Jul 29, 2005
11:58 pm
Messages 10779 - 10808 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