Browse by Tags

Related Posts

  • xml read in c#

    hi im trying to use and xml page to conatin a few bits of data so that i can read it from c#. here is the xml page <?xml version="1.0" encoding="utf-8" ?> <skintitle> Whatever title here </skintitle> then this is the c# page string path = Server.MapPath(""...
    Posted to XML and XmlDataSource Control (Forum) by Capture_db on 08-28-2006, 12:00 AM
    Filed under: xml
  • Repeater, xml and hashtable

    I have a repeater with data from a xml file, in front of wich row i inserted a htmlcheckbox, for the user to select rows, this repeater has paging. I saved in a hashtable the xml row id as the key, and the checkbox value, if is cheked i save 1, if is unchecked i save 0. However now i don´t know...
    Posted to Data Presentation Controls (Forum) by Gust23 on 08-29-2006, 12:00 AM
    Filed under: Repeater, xml, hashtables
  • Merge Data

    What's the best approach for merging data from a SQL Server database and an XML document? Basically, I have a database which holds courses running and occurences of these courses. I then have an XML file which contains the marketing information for these courses. I'd like to combine these for...
    Posted to Data Access and ObjectDataSource Control (Forum) by mparter on 09-11-2006, 12:00 AM
    Filed under: Data, Merge, XML
  • Invalid URI: The URI scheme is not valid.

    Hi I build an xml string dynamically in code . When I load this string into XmlDocument object an exception occurs --> "Invalid URI: The URI scheme is not valid." Thanks for your help Code is Below strXmlDoc = "<media xmlns=\"http://www.openmobilealliance.org/xmlns/dd\">"...
    Posted to XML and XmlDataSource Control (Forum) by mvsengoz on 09-28-2006, 12:00 AM
    Filed under: xml, XML Schema
  • Windows use Identity does'nt work.

    Hi guys!! I m almost done with my application, but giving me a final error. In Page_Load I am using: string userName; userName = ( string )User.Identity.Name; Response.Write( "*********" + userName + "*************" ); if (userName.Contains( "patel" )) { // do something...
    Posted to Security (Forum) by BhaveshPatel on 10-05-2006, 12:00 AM
    Filed under: xml, problem, web service
  • Trying to get XML from a string, and into a Dataset

    I have been stuck on this for a day now. What I have is a string coming back from a web service that I do not have any control over, and am unable to get any changes made to it. So far I have tried the following code: Dim xmlDoc As New XmlDataDocument xmlDoc.LoadXml(strDoc) dsXML = xmlDoc.DataSet So...
    Posted to XML Web Services (Forum) by footie on 10-20-2006, 12:00 AM
    Filed under: client, Web Services, XML, Dataset
  • Update a Resource File from code

    I have the following code to update an RESX file. I wonder if there is a more clean way to do this, because I'm actually overwriting every value in it. ResXResourceReader rsReader = new ResXResourceReader ( "d:\\Tmp\\file.resx" ); ResXResourceWriter rsWriter = new ResXResourceWriter ( "d...
    Posted to XML and XmlDataSource Control (Forum) by sweetCoffee on 10-24-2006, 12:00 AM
    Filed under: xml
  • Storing languages in xml

    Our company is going to be releasing a global website and it needs to have various languages (German, Spanish, Chinese, etc.) the end-user can select. What we are attempting to do is store those languages in an xml file, have them transformed (xsl) and displayed on our page via an xml control in aspx...
    Posted to XML and XmlDataSource Control (Forum) by b@man on 10-25-2006, 12:00 AM
    Filed under: xml, xmll xmlreader dataset writexml, xml xsl xpath, xsl text cdata close html tag before start tag output html
  • Parameters not being passed into WebService

    I have a test webservice that is set up and working fine when called by ASP.net client. It's a simple one with one Function "greeting". It takes a string as input and outputs both the Input string plus the literal " It works!". <WebService( Namespace :="anyname")...
    Posted to XML Web Services (Forum) by johnpavelka on 10-27-2006, 12:00 AM
    Filed under: Web Services, XML
  • Re: Client found response content type of '', but expected 'text/xml'.

    Well, nobody here seems to be able to help with this so I am moving my thread to here http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet.webservices/browse_thread/thread/4cfe5db58928f563/58ce032dfdcf0b25#58ce032dfdcf0b25 I put the source code there, but since this forum has a nice...
    Posted to XML Web Services (Forum) by tomandlis on 11-01-2006, 12:00 AM
    Filed under: asp.net, C#, Web Services, Custom Functionality, Soap12, WSDL, cassini, XML, webservice
Page 1 of 38 (375 items) 1 2 3 4 5 Next > ... Last ยป