hopeasp

Stories submitted by hopeasp

Solution: How do I fix or remove the MaCatte Virus?(hopeasp.net)

submitted by hopeasphopeasp(110) 2 years, 6 months ago

Many people are asking today "How do I get rid of the Macatte Virus?" and is it a real anti virus program? The answer is NO and to fix this issue with the MaCatte Virus and remove it from your computer follow the instructions beow. I have had no sucess with removing this virus with any anti-virus program. So follow the simple 2 steps below to remove this virus now! read more...

1 comment |category: |Views: 165

tags: another

jQuery: Styling DropDownList Alternating Items (Rows)(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 3 months ago

This example shows how to easy style a ASP DropDownList with jquery and also add a couple nice effects. Example demonstrates: alt row background color in a dropdownlist and FadeTo() effects when you hover over a listitem. read more...

add a comment |category: |Views: 142

tags: another

jQuery: Highlight Gridview Rows with Checkbox(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 3 months ago

This simple sample demonstrates how you can highlight gridview rows with jquery. read more...

add a comment |category: |Views: 201

tags: another

MS SQL Server: Search All Tables, Rows & Columns for data(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 4 months ago

This query will you search through all the tables, rows and columns in a specified database. This is a good query to keep in your collection because you never know when you will need to find data on the backend, that you see on the front. This has helped me a great deal when dealing with databases like Great Plains (Microsoft Dynamics GP) that is used at my company. read more...

add a comment |category: |Views: 365

tags: another

Silverlight 2: Silverlight Slide Show 2 Preview – User Photo Provider(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 4 months ago

This guide will extend the the Silverlight 2 SlideShow 2 preview and will explain how to create a custom user photo provider to display your photos from your Flickr account. read more...

add a comment |category: |Views: 79

tags: another

MS SQL Server: Disconnect Users From Database. Kill User Session Query(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 4 months ago

If you have ever encountered an error due to users being contected to MS SQL, this article will solve your problem by executing a short query. This query will Kill the user's session and disconnect them from the database. This is a common problem I run into when I restore by database from a backup. Read More . . . read more...

add a comment |category: |Views: 577

tags: another

Unable to cast object of type ‘SimpleObjectKey’ to type ‘JobObjectKey’(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 4 months ago

SQL Server Agent Error when creating a job. "Unable to cast object of type ‘Microsoft.SqlServer.Management.Smo.SimpleObjectKey’ to type ‘Microsoft.SqlServer.Management.Smo.Agent.JobOjectKey’. (Microsoft.SqlServer.Smo)". The solution is to ... read more...

add a comment |category: |Views: 217

tags: another

BlogEngine.NET, Windows Live Writer and SyntaxHighlighter Installation(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 5 months ago

Windows Live Writer is an application you download that acts like an administration GUI for adding and editing your blog postings. This is a great tool to use with BlogEngine.NET and it makes posting & formatting simple and fast! This guide will help you with your installation. read more...

add a comment |category: |Views: 18

tags: another

BlogEngine.NET 1.4.5.13 Javascript Not Working with IIS7(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 5 months ago

recently had a problem with BlogEngine.NET 1.4.5.13 when I upgraded. The javascript stoppped working and the javascript references where not being placed inside the pages. I posted my problem on CodePlex.com here. My page was also getting The 500 "internal server error" Errors. Here is the solution. read more...

add a comment |category: |Views: 206

tags: another

ASP.NET Download File Handler(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 5 months ago

Creating a reusable File Download Handler to handle your download request. read more...

add a comment |category: |Views: 345

tags: another

ASP.NET and GPG File Encryption Sending Over FTP : Part 1(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 5 months ago

Encrypting a file using GPG or PGP encryption and then send the encrypted file over ftp using ASP.NET. Below I will explain the steps you will need to take in order to: Part 1: Theory * Install GnuPG. * Create a public key. * Import or Export your key. * Encrypt your file with GnuPGWrapper class. Part 2: Examples * Use GnuPGWrapper to encrypt a file. * Using ASP.NET to FTP the file. read more...

add a comment |category: |Views: 77

tags: another

ASP.NET and GPG File Encryption Sending Over FTP : Part 2(hopeasp.net)

submitted by hopeasphopeasp(110) 3 years, 5 months ago

Encrypting a file using GPG or PGP encryption and then send the encrypted file over ftp using ASP.NET. Below I will explain the steps you will need to take in order to: Part 1: Theory * Install GnuPG. * Create a public key. * Import or Export your key. * Encrypt your file with GnuPGWrapper class. Part 2: Examples * Use GnuPGWrapper to encrypt a file. * Using ASP.NET to FTP the file. read more...

add a comment |category: |Views: 85

tags: another