Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to generate some XML, display it in a web page, and allow the user to edit the xml if they want.
Is there a control / library / commonly accepted technique that would achieve these goals ?
I've seen a couple possible solutions but nothing has stood out, so I turn to the StackOverflow community to guide me to the best possible solution.
I don't have any technology limitations set here however I would like to remain in the HTML/Javascript or .NET technologies if possible.
I think you can edit XML files using the TreeView.
Take a look at this article:
http://aspalliance.com/1873_Edit_XML_Files_Using_ASPNET_TreeView_Control
Try to use editarea. See demo.
I have some experience with Xml Web Pad and I found it has pretty good features suitable for your needs.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
For someone wanting to make their site more dynamic and wanting to make async calls to external methods (C#/CSHTML files), what would you suggest would be the best place to start learning this type of stuff?
Jquery is probably the most efficient way to make your site more dynamic whether it's simply adding visual effects or making AJAX calls to the server.
You can catch any tutorial like this one and start revamping your site!
I'd suggest learning Javascript first, then you can read some tutorials about AJAX.
After this, you can try jQuery if you want. But don't start with it. Learn the basics first.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I already have code for a ftp server. I am following this code. Now my requirement is to create a ftps server. But my problem is I dont know anything about it. I googled for it. But did not find any useful help. Any suggestion or book name will be greatly appreciated.
Thanks
The wikipedia page on FTPS is useful as an overview. I believe there are a few commercial libraries available for implementing an FTP/SSL server in C#, although I'm not familiar with them. Examples:
http://www.g6ftpserver.com/
http://www.eldos.com/sbb/net-ftps.php
I don't know of any open-source alternatives. You might try looking at open-source implementations in other languages. Examples:
FileZilla Server - C++
Apache FtpServer - Java (has support for TLS/SSL)
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Do people think there is any need of a good analogue of HTML Tidy for .NET?
I am looking to create a product that will do things like filter HTML syntax for documents, performing various tasks, such as: cleaning up HTML generated by MicroSoft Word, converting HTML to XHTML, stripping out certain elements, etc.
What other possible common functions would be expected from an HTML tidier?
I haven't tried any of these, but there are a couple of links here: http://tidyfornet.sourceforge.net/
Let us know what kind of success you have with any of them. This is a good question to know the answer to.
You can achieve some cleanliness by using the built-in HTML formatting tool in Visual Studio.
http://weblogs.asp.net/scottgu/archive/2006/07/07/Tip_2F00_Trick_3A00_-Custom-formatting-HTML-in-Visual-Web-Developer-and-Visual-Studio-2005.aspx
I had used LINQ to XML with connection to HTMLAgilityPack for importing HTML into a WPF application which in turn reads specific information from a HTML file.
You may use it to perform the corrections in formatting or highlighting the HTML syntax. You can find more information about Html Agility Pack on Codeplex.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am in need of some websites where I can buy C# WinForms networking libraries/components/dll's from. Can anybody please suggest any? They should be pretty cheap, but any and all links are welcome :)
I can only find one website, and I don't like the look of what they have.
Thank you
Windows Communication Foundation
I would suggest looking at these introductory videos on MSDN website, as they're more then you need to get you up and runnign quickly. Anything more advanced, there's plenty of resources/books available.
Price: £0.00 - Free
There are socket code examples from MS located here:
http://msdn.microsoft.com/en-us/library/w89fhyex(v=VS.71).aspx
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I had a bunch of bookmark to "www.asp.net/learn/", specially the one about data-access and security.
I was keeping them to send them to newbies.
The site seem to be wiped.
Someone found an archive???
Via forums.asp.net: Where did the Learn page go?
They probably just did some consolidation. The videos are still there. http://www.asp.net/learn/videos/ the same thing happened last time. give it a few days or so and they may provide links to the material.
Way Back Machine
From the link http://forums.asp.net/t/1535662.aspx posted by tadmason:
With the new site design most of the content that had been on the Learn page has moved to the new Web Forms section, or the updated MVC section. Below please find a chart to help you find what you might be looking for:
Or as Jaxidian suggested, you could use the Way Back Machine: http://web.archive.org/web/%2a/http://www.asp.net/learn/