Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7511 - 7540 of 8411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7511
I'm not entirely sure what you're asking - is the website you want to code the popup blocker for one of the websites you're working on, or are you trying to...
Dan Powderhill
danaspelite
Offline Send Email
Jun 1, 2006
7:53 am
7512
hi , i am fetching data from database and showing it on a web page. my database contains millions of records. i when i am trying to display it on web page it...
anurag sharma
anurag_3dec
Offline Send Email
Jun 1, 2006
9:12 am
7513
I have an ASP page, which will display records for a selected date. It will display my records for selected dates 13 March 06 and 16 March 06, but will not...
lynn_howard
Offline Send Email
Jun 1, 2006
9:35 am
7514
Hi, Where did you get this error? in local or in webhosting? Regards, Agoes ----- Original Message ----- From: "anurag sharma" <anurag_3dec@...> To:...
Agoes
untuk_milis_lagi@...
Send Email
Jun 1, 2006
9:35 am
7515
Set response.buffer = false to turn off response buffering. Having said that, how much data are you trying to display on a single page? Might be better to use...
Dan Powderhill
danaspelite
Offline Send Email
Jun 1, 2006
9:35 am
7516
Use response.flush frequently read http://www.learnasp.com/advice/whybuffer.asp as to why. Turning off buffering means you have no control when it spits out...
Charles Carroll
charlesmarkc...
Offline Send Email
Jun 1, 2006
2:58 pm
7517
Would http://listboxfaq.com/lbf/exSpeedSearch.aspx work for your needs? ... [Non-text portions of this message have been removed]...
Peter Brunone
peter_brunone
Offline Send Email
Jun 1, 2006
3:41 pm
7518
1) Please don't say "its urgent, plz help me"; that will not make anyone go any faster. 2) This is really more of a client-side question, so if you want a...
Peter Brunone
peter_brunone
Offline Send Email
Jun 1, 2006
3:49 pm
7519
Hello all, "It's urgent. plz help me!" Response: Everything in this place is wanted yesterday. So if you want something today, come tomorrow. Cheers! Uttam...
Uttam Padukone
qa_director_...
Offline Send Email
Jun 1, 2006
5:36 pm
7520
I RUN THS GROUP and if people need URGENT HELP => we give it to them fast if we can or we keep quiet <= These people who need urgent help are people's sons,...
Charles Carroll
charlesmarkc...
Offline Send Email
Jun 1, 2006
6:03 pm
7521
I have been read about make chart by using dundas in the forum. but i forgot the name of the forum. they suggest to use dundas component to do it. but i never...
Agoes
untuk_milis_lagi@...
Send Email
Jun 2, 2006
4:12 am
7522
Pointing people to Google is forbidden Charles? Surely if there are lots of appropriate resources available on Google which will fulfil a member's needs better...
Dan Powderhill
danaspelite
Offline Send Email
Jun 2, 2006
7:36 am
7523
Pointing people to Google with great keywords i.e. ASP File Upload FREE script only as opposed to "Google that before you ask us" Newbies often use a word like...
Charles Carroll
charlesmarkc...
Offline Send Email
Jun 2, 2006
8:37 am
7524
Thanks for clarifying Charles... didn't want to step on your toes :-) Dan ________________________________ From: AspClassicAnyQuestionIsOk@yahoogroups.com ...
Dan Powderhill
danaspelite
Offline Send Email
Jun 2, 2006
8:41 am
7525
Thanks for being here. You are one of the heart and souls of this list. I think the list members are lucky to have your thorugh thoughtful concise answers. If...
Charles Carroll
charlesmarkc...
Offline Send Email
Jun 2, 2006
8:54 am
7526
HI , i have two dropdown boxes..both having multiselect option. 1.Group 2 Business Unit now there are few groups in the GroupDropdown. and for every Group...
anurag sharma
anurag_3dec
Offline Send Email
Jun 2, 2006
9:25 am
7527
Look at: http://learnasp.com/freebook/asp/SQLandor.aspx and see how to read multiple items from a list. If a listbox is named bizGroup for example the...
Charles Carroll
charlesmarkc...
Offline Send Email
Jun 2, 2006
12:53 pm
7528
Start with http://www.aspfree.com/c/a/VB.NET/Calling-a-Web-Service-using-VB6-with-SOAP-30/ and http://authors.aspalliance.com/dogbert/msdnmag.asp => all the...
Charles Carroll
charlesmarkc...
Offline Send Email
Jun 2, 2006
4:31 pm
7529
Hello friends, I am girish nehte. In my project in one case it is required that I have to display some text in a box that will be a round cornered rectangle....
girish nehte
brain7822
Offline Send Email
Jun 5, 2006
9:23 am
7530
Hi, shweta here. I want to ask u that is it possible to download 11-14 files simultaneously on single click of download button in asp?? if u know plz tell me ...
swet1712000
Offline Send Email
Jun 5, 2006
10:42 am
7531
HTTP doesn't really support this kind of thing inherantly... I guess you could use javascript to open a window for each file, although that'd be really messy,...
Dan Powderhill
danaspelite
Offline Send Email
Jun 5, 2006
10:48 am
7532
ASP.net does this very well. Take a look at: http://learnasp.com/freebook/learn/rc.aspx If you can't do it in ASP.net a number of people have worked it out in...
Charles Carroll
charlesmarkc...
Offline Send Email
Jun 5, 2006
11:28 am
7533
Hi Charles, both of my list box are on the same page. so if user select group.then in the other list box i want to show the corresponding business unit. user...
anurag sharma
anurag_3dec
Offline Send Email
Jun 6, 2006
4:09 am
7534
You can submit the page to itself and therefore have them both on the same page - Charles' code should tell you everything you need to know to do that with...
Dan Powderhill
danaspelite
Offline Send Email
Jun 6, 2006
8:00 am
7535
Hi Dan , i was also doing the same thing by keeping the same page url in Action tag. but the problem is when user submit the form after selecting Groups ..it...
anurag sharma
anurag_3dec
Offline Send Email
Jun 6, 2006
10:33 am
7536
You need to write code to pick up the groups that have been selected and re-select them when you create the first select box. Dan ...
Dan Powderhill
danaspelite
Offline Send Email
Jun 6, 2006
10:39 am
7537
Dan can you help me in this ...how can i reselect them ... it will be great.!! Dan Powderhill <dan.powderhill@...> wrote: You need to write code to...
anurag sharma
anurag_3dec
Offline Send Email
Jun 6, 2006
10:46 am
7538
How're you writing out the select? If you're looping through the items and writing out an option element for each one then you can compare the ID of the...
Dan Powderhill
danaspelite
Offline Send Email
Jun 6, 2006
10:54 am
7539
http://www.microsoft.com/downloads/details.aspx?familyid=c943c0dd-ceec-4088-9753-86f052ec8450&displaylang=en or http://tinyurl.com/badju has what you want Ryan...
Charles Carroll
charlesmarkc...
Offline Send Email
Jun 6, 2006
7:12 pm
7540
Hai all, i changed the back button(browser's) event using the coordinates.i just hard-code it. Now my problem is , 1. location.relaod is working fine 2....
Jegatha
jose_ph_84
Offline Send Email
Jun 7, 2006
4:52 am
Messages 7511 - 7540 of 8411   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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