ASP.NET RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • XML to HTML Table

    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?...

    0 answers | 115 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML File Download

    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...

    0 answers | 586 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xml in a post variable

    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?...

    0 answers | 323 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XML HttpWebresponse

    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...

    1 answers | 1417 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Zipping Files over windows 2003 Server

    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...

    0 answers | 419 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XmlDataSource

    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...

    2 answers | 1924 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XMLDataDocument question

    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>...

    1 answers | 951 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XpathDocument to XmlDataSource to <asp:menu>

    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...

    0 answers | 1067 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xmlrcp with asp

    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...

    0 answers | 759 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Word applications and ASP.NET

    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...

    0 answers | 428 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Wrong value from TextBox within a UserControl

    -- 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...

    0 answers | 1529 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing to the log file problem

    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...

    0 answers | 2355 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing timers in ASP.Net

    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...

    3 answers | 514 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • window for confirmation

    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...

    1 answers | 309 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • window display question

    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...

    4 answers | 360 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "ASP.NET"
VISUAL C++ TECH