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...
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...
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...
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@...
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...
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...
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...
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...
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,...
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@...
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...
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...
Thanks for clarifying Charles... didn't want to step on your toes :-) Dan ________________________________ From: AspClassicAnyQuestionIsOk@yahoogroups.com ...
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...
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...
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...
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...
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....
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 ...
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,...
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...
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...
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...
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...
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...
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...
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....