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.
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 5104 - 5133 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5104
Hi guy, Can any1 help me find out how does one call webservice from asp page. I don't know asp.But i know aspx little. Plz if you can assist me on this....
transpoppy
Offline Send Email
Oct 1, 2004
5:40 pm
5105
missed some code sorry here is all of it Heres my problem: I need to switch the order of a set of dates to match the database requirements. i have a form field...
pfrenchy
Offline Send Email
Oct 5, 2004
8:39 am
5106
export from asp +xsl to Excel file Hi All I have a asp page I wrote in xml/xsl . how do I export it to Excel? it there a save for XSL? thanks Taly [Non-text...
Taly Reinish
taly_work
Offline Send Email
Oct 5, 2004
10:09 am
5107
A user of our Web-based print-on-demand system clicks a "Submit" button on a form in his Web browser. The "Action" URL specifies an HTML file on our Web...
Cynthia Leslie
cynthialeslie
Offline Send Email
Oct 5, 2004
3:33 pm
5108
Only thing I can think of is: Is the user "working offline" in IE? If so it'll be using the locally cached version of the file. Dan www.diado.com ... From:...
Dan Powderhill
danaspelite
Offline Send Email
Oct 5, 2004
3:39 pm
5109
Dan, thanks a lot for explaining this issue and for suggesting the use of a dictionary object. I've used a dictionary object to do the implementation, and it...
Cynthia Leslie
cynthialeslie
Offline Send Email
Oct 5, 2004
4:52 pm
5110
Dan and Michael, Thanks for explaining this. My code works fine now that I've put the Const definitions into my ASP file. - Cynthia Leslie ... From: Michael...
Cynthia Leslie
cynthialeslie
Offline Send Email
Oct 5, 2004
4:52 pm
5111
Dan, No, the user isn't working offline. At the point in the process where this problem occurs, the user has been interecting with our Web server for at least...
Cynthia Leslie
cynthialeslie
Offline Send Email
Oct 5, 2004
5:11 pm
5112
hi all i moved some aspx pages from project to another one the 2 projects got the same name all forms are working well except one page give me this exception "...
Mohamed Nabil
mnegypt1983
Offline Send Email
Oct 6, 2004
1:53 am
5113
having problems formating dates please help been working and reading for days trying to fix this. With certain dates month and day get reversed. I have no...
pfrenchy
Offline Send Email
Oct 8, 2004
12:08 pm
5114
Your problem appears to be one of input interpretation. If the date entered is 1 dec 2003, it converts to 01/12/2003 In this case, dd/mm/yy input and output. ...
James G. Pycior
pyciorj
Offline Send Email
Oct 8, 2004
8:39 pm
5115
hi all i am making a chat application by asp.net i want to make the browser refresh or the control postback when one of the chatters add new text in the...
Mohamed Nabil
mnegypt1983
Offline Send Email
Oct 8, 2004
9:48 pm
5116
This is My test form Page <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> ...
Shesha
sheshazam
Offline Send Email
Oct 8, 2004
10:09 pm
5117
Shesha, Try the code below. And may I make a suggestion? Try to remove or change your ID's from your controls before posting. "eat me" or "suck me" might be...
Mark E
meckeard2000
Offline Send Email
Oct 8, 2004
10:55 pm
5118
hello friends, Can any one please suggest a coding to connect a asp page with XMl. that is how to use a database navigation with asp & Xml. extract a content...
ritusasi
Offline Send Email
Oct 9, 2004
12:12 pm
5119
helo friends, I need a help which will allow me to connect ASP with XML. do send the coding which take datas from table store it in XML and manupilate through...
sasi asp
ritusasi
Offline Send Email
Oct 9, 2004
12:20 pm
5120
Hi Mohamed. i think you may use XML file and refresh only the file in the asp.net page, its the good way , because the users don't see the page when it...
firass aborajab
firass88
Offline Send Email
Oct 9, 2004
4:14 pm
5121
can you tell me about the 1st method (refresh XML file) i don't understand what you mean thx On Sat, 9 Oct 2004 09:14:42 -0700 (PDT), firass aborajab...
Mohamed Nabil
mnegypt1983
Offline Send Email
Oct 9, 2004
4:41 pm
5122
I am still getting the same error even when i change format to mm/dd/yyyy. So what your saying is to make the input in this(mm/dd/yyyy) format so it is always...
pfrenchy
Offline Send Email
Oct 11, 2004
2:32 am
5123
You want to insert the date into the database as: Yyyy/mm/dd format. This way the database will always recognise the format. Else you will have to deal with...
Mischa Kroon
aemca_san
Offline Send Email
Oct 11, 2004
8:31 am
5124
Hi Dear, you can use concept of open http session, this depend on http protocol, when you send request to the server , you open http session with IIS and IIS ...
Moahmed Hafiz
moh_hafiz
Offline Send Email
Oct 11, 2004
12:37 pm
5125
Hi, The date is being formatted according to the user's regional settings (in the control panel). If your users are in many countries, then this is the ...
Adelle L. Hartley
adelle@...
Send Email
Oct 11, 2004
10:07 pm
5126
hi all, Please help me out, In my project there is a button which is used to show or hide page text whenever we click that button the page is refreshed and the...
neeraj gupta
neeraj1982
Offline Send Email
Oct 12, 2004
3:35 am
5127
Thanks Adelle for the reply. I found a solution to my problem early this afternoon. I am formatting server side now when i pull from database using CDate()...
pfrenchy
Offline Send Email
Oct 12, 2004
6:24 am
5128
On your button, put the following code in the onClick event : javascript:location.replace(this.href); event.returnValue=false; Dan www.diado.com ...
Dan Powderhill
danaspelite
Offline Send Email
Oct 12, 2004
8:05 am
5129
Hi, Generally when open up a site we write www.dev.com but when a link is clicked the address bar displays www.dev.com/intro.htm . can it be possible that what...
Brat Pat
brat_pat2002
Offline Send Email
Oct 12, 2004
8:31 am
5130
You'd need to put your site in a single frame with the width and height set to 100%. Dan www.diado.com ________________________________ From: Brat Pat...
Dan Powderhill
danaspelite
Offline Send Email
Oct 12, 2004
8:38 am
5131
if(gNoMenu==false && pageID!=-10 && IsPrint==0) { if(Application("HIDESHOWDETAILSTOGGLE")==1) { var isPagedetails = ...
neeraj gupta
neeraj1982
Offline Send Email
Oct 12, 2004
8:41 am
5132
Add it to the onClick event of the links to show and hide the text? Dan www.diado.com ________________________________ From: neeraj gupta...
Dan Powderhill
danaspelite
Offline Send Email
Oct 12, 2004
8:43 am
5133
Is there any way where onClick the history is not saved ... href="javascript:goNext('<%=getScript(Request.ServerVariables("SCRIPT_NA ... ...
neeraj gupta
neeraj1982
Offline Send Email
Oct 12, 2004
9:34 am
Messages 5104 - 5133 of 8655   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