User Profile

Collapse

Profile Sidebar

Collapse
jayesch
jayesch
Last Activity: Oct 2 '07, 03:28 PM
Joined: Sep 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jayesch
    started a topic Response.OutputStream.Write
    in .NET

    Response.OutputStream.Write

    Hi All,

    I have a small program that is trying to POST and XML to an ASP.net aspx web page. I am using WebRequest and WebResponse classes for communication between aspx and client program. Communication from client to aspx page has no problems and I am able to read complete XML file. To send a response back to the client ( a c# program) I create an XML file and convert it into byte stream and I use Response.Output Stream.Write() function...
    See more | Go to post

  • jayesch
    started a topic Mapping Custom Data in Gridview
    in .NET

    Mapping Custom Data in Gridview

    I am using data sets in my project to fetch data from Access database and I bind these dataset APIs to gridview. My problem is - I have certain boolean data and numerical data that I need to map it to user presentable text. For e.g. say if I use gender as boolean data then 1(True) - should be displayed as "male" and 0 (false) should be displayed as "female". The other example is say I wish to store name of fruits as numbers in...
    See more | Go to post

  • jayesch
    started a topic POST XML document from C# client to ASP.net server
    in .NET

    POST XML document from C# client to ASP.net server

    I am sorry, there is a lot of document available already for this but some how none of it seem to be working for me. I have tried examples for HttpWebRequest/Response but no success.

    I have a C# client which does not have web interface or any ASP code. Hence I can not access "System.Net.Web .Response" name space or methods. However I still can create WebRequest instance. I have an object that I serialize in an XML file. I...
    See more | Go to post
No activity results to display
Show More
Working...