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....
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...
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...
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...
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, 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...
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...
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...
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 "...
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...
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. ...
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...
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, 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...
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...
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...
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...
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...
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...
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...
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 ...
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@...
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...
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()...
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...
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...