Search

You searched for the word(s): userid:304270

Matching Posts

  • XSD -> Form

    Hi, I'm not entirely sure if this is the right place for this, I was going to post in FAQ or General... Anyway, I thought it would be interesting to write an XSLT which can take an XSD and produce an XHTML form, with all the appropriate dropdowns, textboxes and so on as required. Does anyone have any thoughts on this, about how to go about it or know of any API's which might do this already? I'm looking to build this as something I can distribute freely, so making it rely on something
    Posted to XML and XmlDataSource Control (Forum) by matthewwebster on 6/15/2009
    Filed under: XSD, xhtml, mvc, forms
  • Mobile voice use

    Hi, I've spent the last few hours trying to find .NET resources for building voice applications for Windows Mobile. And completely failed. All I really want is a way to execute a program when the phone recognises a preprogrammed command. This could be some custom .NET code to look for voice tags or the supplied voice program (normally used to perform voice dialling) to simply launch a preset application (a .NET one.) Does anyone reading this have any resources or links that might help with this
  • Re: Differences between my code and demo code

    Ok, fixed it. Solution can be found at: http://forums.asp.net/t/1374703.aspx And I blogged it: http://springboardpillow.blogspot.com/2009/01/embedded-resources-and-having-fun-with.html Thanks, Matt.
    Posted to Web Forms (Forum) by matthewwebster on 1/23/2009
  • Re: webresource.axd not found under cassini

    Ok, I've solved it. Turns out I hadn't created the right type of project. I think. It was an old solution I had loaded and I think I'd ball'sed it up the first time. Anyway, I've written a really quick entry about it here, with links to the resources I used and a download of my final solution: http://springboardpillow.blogspot.com/2009/01/embedded-resources-and-having-fun-with.html Thanks, Matt.
    Posted to Web Forms (Forum) by matthewwebster on 1/23/2009
  • Differences between my code and demo code

    Hi guys, Maybe I've been on holiday too long, but I just downloaded the code at: http://support.microsoft.com/kb/910442 And am finding that my own class library project has one tiny difference that seems to be stopping it from working... In the line in the assemblyinfo.cs: [assembly: System.Web.UI.WebResource("WebControls.Stylesheet.css", "text/css")] In visual studio 'WebResource' (in the line above) does not highlight in blue, whereas in the demo code project, it
    Posted to Web Forms (Forum) by matthewwebster on 1/22/2009
    Filed under: webbresource.axd, assemblyinfo.cs
  • webresource.axd not found under cassini

    Hi, I've got a code library building into a DLL for my web project, .NET2, which has a stylesheet file as an embedded resource. I am referencing the stylesheet via: Page.ClientScript.GetWebResourceUrl(this.GetType(), "MyControls.Stylesheet.css")) It is registered in the AssemblyInfo.cs as: [assembly: System.Web.UI.WebResource("MyControls.Stylesheet.css", "text/css")] And resides in: /MySolution/MyControls/Stylesheet.css I have added: To the section of the web.config
    Posted to Web Forms (Forum) by matthewwebster on 1/22/2009
    Filed under: webbresource.axd
  • Re: XSD-driven XML editor

    Wow, no-one! I've seen this: http://weblogs.asp.net/nleghari/articles/27951.aspx But it would be great to have a web version of this!
    Posted to Getting Started (Forum) by matthewwebster on 10/27/2008
  • XSD-driven XML editor

    Hi, I don't quite know where to post this, so I figured here was the best bet... I'm looking for a control, API, or some such which lets me assign an XSD file to the web interface, which then generates a web-based editor. The editor then uses the rules in the XSD to generate an XML file (XHTML, whatever). This would be enormously useful and if there is a specific name for this type of application, API, code chunk, control, other then I can't find it. Does anyone have any good ideas, links
    Posted to Getting Started (Forum) by matthewwebster on 10/24/2008
    Filed under: xsd, xml, editor
  • Nested REST calls

    Hi, I've got a REST web service which I need to call to get a list of data, in this case blog entries. The problem is that the panel I need for my page requires more information than this one call can provide. I have gotten round this problem by using XmlDocument and XPathNavigator to iterate over the returned XML from the first request and make subsequent calls to other REST services, inserting the returned XML into the first doc as I go. This is all good and well, but isn't there a better
    Posted to XML Web Services (Forum) by matthewwebster on 10/15/2008
  • Re: Runtime error after upgrading to preview 5

    Just want to say Thank you very much for this post - I was about to start pulling hair out. You've saved my last few bits of hair (and sanity). Thank you. Matt.
    Posted to ASP.NET MVC (Forum) by matthewwebster on 10/4/2008
Page 1 of 33 (324 items) 1 2 3 4 5 Next > ... Last »