


i have an html email template that has a table in it. I want to bind the XML to the html table...is this possible?...
hi firends, can any one help me out? i want to download XML File from the wen serverto my local hard disk. using ASPmy web server is IIS 4.0 and i am using Visual Interdev. can any one give me the code for this.. Thank u in advance.. i have tried 'Response.ContentType = "application/octe...
Hihow can i insert an xml document into a post variable and after send it to another page with XMLHTTP.The other page load the xml accessing the server variable HTTP_myxmldataI've tried withobjSXH.setRequestHeader "myxmldata",objSXH.ResponseXML.xmlbut doesn't work...Some ideas?...
I could'nt download a xml httpwebresponse in my system(Vista- do'nt know if thats the issue) ,but can do the same in another system (with XP).The code is :public void Send() { String body = ""; TextReader inputfile = new StreamReader(@"C:\\NVMSOrderStatus\XMLFi...
Dear All,I am trying to zip some of the files available in a directory in windows 2000 Server. I had used a library which is working fine. but on the windows 2003 Server its by passing the creation of the zip. will anybody help me regarding this. if one can let me know any other option for the zippi...
hi,how i can use XmlDataSource to handle complex and nested Xml Structure in asp.net 2.0 or any other efficient waythe Xml Looks like that:<MailList> <Mail> <Title>Mail</Title> <Attachments> <Attachment id =1> <Image>/9j/4AAQSkZJRgABAQEAZwBnAAD/2wBDAA...
Hi everyone,I have the following XML structure.<ROOT> <ELEMENT> <Time>100</Time> <MIN>500</MIN> <MAX>500</MAX> <RESULT>OK</RESULT> <ERRORS>NO</ERRORS> </ELEMENT> <ELEMENT>...
Hi,I'm trying to bind the XMLDatasource to a XPATHDocument that I have retrieved from the database.Does anybody know how to do this? I have tried everything but can't seem to get it right?I am trying the asp:menu control to an xml that I am pulling straight from the DB<asp:Menu ID="mnIt...
Please help me.I am having problems trying to send a xmlrcp via asp. Everything looks ok, but it doesn't work.Here are the source code and the result.source code----#include virtual="xmlrpc.asp" -->%Dim paramList(1)paramList(0)="Leonardo"myresp = xmlRPC ("http://www.wc.cc.va.us/dtod/xmlrpc/s...
Hello,I need to create an ASPX web page that will have to open a Word document and modify it. I found stuff on the web to do that but it doesn't work. The problem comes from the fact that I only have a .aspx web page, not a hole application, so I don't know how to add the COM reference. Is...
-- NEVER MIND -- I figured it out. It was all about how I populated the textboxes. I did it in the textboxes' parent usercontrol's Page_Load event, while I had to do it in the dropdown's parent usercontrol's SelectedIndexChanged event.----Yet another problem regarding usercontrol...
I'm reading a book that has the script below, the purpose of the script is to write to the log file (a delibrate error) but I'm having security problems, here's the script: <%@Page Language="C#"%><%@ Import Namespace="System.Diagnostics" %><script runat="server">void...
Hi allIm New to dev-archive and I have a problem in ASP.Net. As my Degree project Im developing an online Examination System (MCQ questions). My problem is that when user starts an exam I need to finish the exam after the time expires.If anyone can help me by directing how to write timers for ASP.Ne...
can anyone tell how to create a window for user to confirm...for example... ==> prompt the windoware you sure you want to delete this?then there is a OK and CANCEL button..if i click on the OK button then i carry on my task if click on CANCEL then abort the task..how do i do it?thanx...
Hello all, Please let me know how to display a page maximized in ASP.NET. Also,1. Is using javascript the only way to show a popup in asp.net?2. I use Response.redirect(url) to redirect to a page with the querystring. How do I use this code to open a new window and not navigate from thi...
