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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 11515 - 11544 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11515
I imagine that you don't actually want the users paging through more than 300 screens of information. Give them better selection criteria. Regards, Dave S ......
David Smart
smartware_co...
Offline Send Email
May 1, 2006
10:03 am
11516
Hello Guys: For some reason: I am having difficulty in displaying an XML document in a textbox and can't seem to locate a good resource on the web to help....
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
May 1, 2006
1:11 pm
11517
Hello Guys: Nevermind my stupidity. I just needed to use the .InnerXml method of the XmlDocument. I got something in my head and instead of thinking...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
May 1, 2006
1:23 pm
11518
Hi all, this is kind of related to ASP, but not all together... I have an app that uploads files, and their content for displaying. The problem is that in the...
Moshe Tapnack
tapnack
Offline Send Email
May 1, 2006
2:51 pm
11519
Can any one please help me how to get the web server for windows XP 2002. I make some ASPs which i want to run on XP. I try to find some thing in the control ...
Ehtisham
thereadg
Offline Send Email
May 2, 2006
11:24 pm
11520
Are you using XP home edition or XP Professional edition? I dont think you can have a web server on XP Home edition. I might be wrong. You can have a web...
Asim Karim
AsimKarim
Offline Send Email
May 2, 2006
11:35 pm
11521
I am new to ASP and I have a question in regards to dates. There was a form created for student records. However, I need to include when the record was last...
tgmiller5
Offline Send Email
May 3, 2006
6:07 pm
11522
Hello, I am using WIN XP on NTFS file system. I have to access a .MDB file using ASP. But when i want access it through an asp file, I am getting that the .MDB...
rintussp
Offline Send Email
May 3, 2006
9:53 pm
11523
You have an incorrect syntax. You need to find out exactly what is in sqlstmt. For some reason, you seem to have the response.write for sqlstmt disabled. ...
David Smart
smartware_co...
Offline Send Email
May 3, 2006
10:13 pm
11524
Dear All, I am beginer in asp and want to run .asp pages on linux platform. Please guide me regarding that.I found Apache::asp and chillisoft on net. ...
Modi Nirmal
nkmodi_12
Offline Send Email
May 4, 2006
3:33 pm
11525
Hi I am working on a website developed in asp. Now, i need to encorporate some more webpages to that site which'll be developed in asp.net. Here, problem is...
shailender singh
shailender_asp
Offline Send Email
May 5, 2006
6:17 am
11526
Hello Guys: I was hoping someone might be able to point me to my error. When I try to load my login page: I keep getting the following error: Parser Error ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
May 5, 2006
4:00 pm
11527
Employee Employee_Number Number Employee_Name Text Accounts Account_Number Number Employee_Number Number Commission_Code Number I need the name of employees in...
Kirpa Mehta
kirpa226
Offline Send Email
May 6, 2006
1:59 am
11528
The sql should be something like: strSQL = "SELECT E.Employee_Name FROM Employee E INNER JOIN Accounts A ON E.Employee_Number = A.Employee_Number" Then to use...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
May 6, 2006
2:30 pm
11529
I need a query of each person to count total Trans in the month of March, year 2006. Time_Sheet T.No Account Code E.ID E.Name Year Month Trans 270 Stock...
Ehtisham
thereadg
Offline Send Email
May 6, 2006
4:20 pm
11530
This should give you what you want:- SELECT [E.ID], SUM([Trans]) FROM [Time_Sheet] WHERE [Year] = 2006 AND [Month] = 3 GROUP BY [E.ID] ORDER BY [E.ID] Dan ... ...
Dan Powderhill
danaspelite
Offline Send Email
May 8, 2006
7:37 am
11531
Not sure where to start with this, but I'm SICK of the idiots spamming my guestbook. To date I just check it and try to track IPs or email address to disallow...
Dian D. Chapman
dianchapman
Offline Send Email
May 8, 2006
11:37 pm
11532
I use the vbscript function reference below several times per week. http://www.w3schools.com/vbscript/vbscript_ref_functions.asp And yes, you'll find InStr()...
Kim Mitchell
mitchkinyc
Offline Send Email
May 9, 2006
12:49 am
11533
Thanks! I did check out W3, but looked for ASP and ADO...never noticed the VBS stuff. I'll check it out. Dian ~ ... From: active-server-pages@yahoogroups.com ...
Dian D. Chapman
dianchapman
Offline Send Email
May 9, 2006
12:56 am
11534
Folks, I am trying to create a form log in feature in my web site. The users authenticate against a database table. I am not sure how to set up my .config...
Jean-Pierre Jamous
CEO@...
Send Email
May 9, 2006
3:13 am
11535
Thanks again for the pointer to the reference...great stuff, stupid of me not to find it. I set up an array of spammer terms and then use InStr to compare the...
Dian D. Chapman
dianchapman
Offline Send Email
May 9, 2006
10:23 pm
11536
How to i declare two decimal places variable. I use that int ep ep=rs("Tot_Cnt")/rs("Tot_Hrs") But it shows that value 1.37671232876712 Please help as i need...
Kirpa Mehta
kirpa226
Offline Send Email
May 10, 2006
6:53 pm
11537
Take a look at the FormatNumber() function whose syntax is :- FormatNumber(Expression [,NumDigitsAfterDecimal [,IncludeLeadingDigit ...
Dan Powderhill
danaspelite
Offline Send Email
May 11, 2006
7:58 am
11538
Hello, I'm having problems with the followiing checkbox. What I'm doing is having the user click on the checkbox and have the information added to the database...
Kevin Davis
kevin_davis_004
Offline Send Email
May 11, 2006
9:12 pm
11539
A form will transfer all the data contained in it to the next page on submit. On the page that receives the form data you'll need to check whether the checkbox...
Dan Powderhill
danaspelite
Offline Send Email
May 12, 2006
7:22 am
11540
I want to separete John and 1221. How to i separete name and their IDs. Needs help Empl_ID ... John-1221 John-1222 Micheal-2101 Micheal-2102 Thanks, ... Yahoo!...
Kathy Iwasik
girl_moon_godess@...
Send Email
May 12, 2006
1:51 pm
11541
Use InStr function, or you can split the variable using the Split function. ________________________________ From: active-server-pages@yahoogroups.com ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
May 12, 2006
1:53 pm
11542
Query shows wrong data Actual Data in Microsoft Access Emp_ID Name1 Award_Date Award_No Award1 19 Armando Suarez 5/1/2006 1 Best Employee 19 Armando Suarez...
Ehtisham
thereadg
Offline Send Email
May 12, 2006
4:54 pm
11543
So basically I have to find a way to see if the checkbox would be null or not correct? Kevin Dan Powderhill <dan.powderhill@...> wrote: A form will...
Kevin Davis
kevin_davis_004
Offline Send Email
May 13, 2006
12:22 am
11544
Select * from Inventory where item_code=10 I need a button on my page when user press it all the data which shows on the screen goes into Excell sheet. Data...
Kirpa Mehta
kirpa226
Offline Send Email
May 13, 2006
12:22 am
Messages 11515 - 11544 of 12395   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