No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
My program runs fine on my local server. I Copied the Project ( only the files needed to run ). Then uploaded my project to my website. [code] Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service … | |
Ok, I have been using Microsoft's SAPI, to "well try to do everything" And have had alot of success. I can open applications, play music, calculate math equations, and even retreive defenitions of words from "www.dictionary.com" using WinSock. I designed it, much like StarTrek TNG. I say "computer" and the … | |
When I run my crawler once it works on any page. Run it again on another page or the same page and I get this error [code] Server Error in '/WebApplication5' Application. -------------------------------------------------------------------------------- A potentially dangerous Request.Form value was detected from the client (txtBody="...e customer’s experience,..."). Description: Request Validation has … | |
Re: Are you wanting to actually output an .aspx page and write it to a file? Or just output the code to html to be copied then pasted? Are you asking how to write to a file? Or how you would format the output? ![]() | |
![]() | Re: This is more ASP.NET solution, but might be what you need here, not sure... [code] Dim strList As String Dim strLine As String Dim arrList As Array Dim lenList As Integer Dim i As Integer Dim chkErr As Integer Dim boolErr As Boolean boolErr = False strList = "error,warning,failed,blah,blah2,etc" ' … |
Re: Demo says service unavailable | |
I the Page_Load I have a random event and a public variable [code] Dim rndImage As Integer Randomize() rndImage = 1 + Int(Rnd() * 13) Select Case rndImage Case 1 ImageRnd.ImageUrl = "/jpro/images/rnd/Image1.gif" rndAnswer = "A7b" Case 2 ImageRnd.ImageUrl = "/jpro/images/rnd/Image2.gif" rndAnswer = "5RX" etc.... End Select [/code] Then in … | |
I've made a web-crawler in VB6. I'd like to port it to .NET so I can make it accesible to the public over the web. Basically my own version of Poodle. Porting most of the code will be very easy, BUT, I haven't found any way via .NET to read … | |
Re: Just noticed this: [url]http://www.icsharpcode.net/OpenSource/SD/[/url] Free Open Source. Looks like WebMatrix | |
Re: You say it is supported in VB.net. But is it supported in ASP.net Web Applications? There is a difference. I looked around the web and in my manuals, and found nor references to using an Excel component or spreadsheets in ASP.net. Would be a cool project to make one though. |
The End.