Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for jerMAn

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 …

Member Avatar for akhi_singh
0
602
Member Avatar for jerMAn

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 …

Member Avatar for Nattynooster
0
1K
Member Avatar for jerMAn

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 …

Member Avatar for guru_sarkar
0
281
Member Avatar for Hemant-kumar

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?

Member Avatar for zarros
0
178
Member Avatar for Geek-Master

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" ' …

Member Avatar for Lord Soth
0
103
Member Avatar for dexterz
Member Avatar for jerMAn

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 …

Member Avatar for jerMAn
0
312
Member Avatar for jerMAn

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 …

Member Avatar for jerMAn
0
125
Member Avatar for benny

Just noticed this: [url]http://www.icsharpcode.net/OpenSource/SD/[/url] Free Open Source. Looks like WebMatrix

Member Avatar for jerMAn
0
216
Member Avatar for snufse

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.

Member Avatar for Paladine
0
147

The End.