New Scripts | ASP.NET
FuzzSocial
posted byScriptDirinCommunication Tools
Extremely fast.
Simple and easy UI.
Status updates with comments.
Avatars.
Customizable user pages with comments.
‘I like …’ field on user profile.
Referral system.
No limit on the amount of friends a user can have.
Uses the free, open source MySQL database.
Full source code included, infinite customizability!
Reviews0
PriceUSD 17.00
Views1255
Nevron Gauge for SQL Server Reporting Services
posted byFrozen_oneinDatabase Tools
Nevron Gauge for SSRS is an advanced report item, which delivers a complete set of gauges, customizable axes, data integration and visual effects to your reports. It will also improve your authoring experience, with its polished visual editors, refined settings and well organized structure. Nevron Gauge for SSRS is a must-have tool for any advanced Business Intelligence, Scorecard, Presentation, Scientific or general purpose report.
Reviews0
PriceUSD 589.00
Views1110
Displaying Gravatars Using C#
posted byamgadhsinTutorials & Tips
Gravatar is a popular avatar service that links email addresses to the avatar. You do not need to register an account to be able to display gravatars on your site. All you need to do is construct the URL of the image using the user’s email.
Reviews0
PriceFree
Views802
KiteCMS
posted byprofilwebinContent Management
KiteCMS is an userfriendly Content Management System, that is free to use for small homepages. When your homepage exceeds 12 pages, you will have to buy a license. The system is written in C# and all data is stored in xml-files, which means no need for databases. Only requirement is Microsoft .Net framework version 2. At rendertime, xslt is used to implement your specific webdesign. The system includes a default webdesign and is ready to use out of the box
Reviews0
PriceEUR 385.00
Views1424
Merge GridView Cells Or Columns in Row ASP.NET C#
posted byshawpnenduinTutorials & Tips
In most of the cases specially for reporting purpose we need to merge GridView cells or columns for client preferred output. In this example i will show you how one can merge GridView cells or columns in asp.net C#. My special focus is on to merge cells when both contains same or equal data. So that the GridView looks like a traditional report. For merging GridView cells here i want to show you a generic way so that you can use only one common method for all GridViews in your project where applicable. Let i have 3 tables named Brand,Category and product. I want to merge all brand & category if consecutive rows contains same data.
Reviews0
PriceFree
Views1283
Easy Intro to ASP.NET MVC
posted byBeansoftwareinTutorials & Tips
ASP.NET MVC is a framework, created by Microsoft, as an alternative (but not replacement) to ASP.NET Web Forms.
This tutorial explains what is ASP.NET MVC, why we need it and how to create simple MVC project.
Reviews0
PriceFree
Views1114
Highlight GridView Row On MouseOver Using Javascript in Asp.net
posted byshawpnenduinTutorials & Tips
Asp.net GridView gives us huge facility that we can't imagine few years ago. But still we have a lot of chance to improve look & feel as well as GridView functionality. Here in this article i will describe how you can highlight a gridview row when move the mouse over the row and also how to retain the original background color when user leaves the mouse from a row or in mouseout event.
Reviews0
PriceFree
Views1014
How to Add an Image to Email in ASP.NET
posted byBeansoftwareinTutorials & Tips
Email is extremely popular way of communication. To make this task easier, Microsoft .Net Framework contains System.Net.Mail namespace.
This tutorial explains an options how you can add an image to email in ASP.NET web application.
Reviews0
PriceFree
Views1002
Interaction Between Master Page and Content Page
posted byBeansoftwareinTutorials & Tips
Master page and content page work together to produce output to client. Sometimes, interaction between master page and content page is needed.
This tutorial explains how to access controls, variables, properties, parameters and events from content page to master page and vice versa.
Reviews0
PriceFree
Views1128
How To Reduce Page Size In ASP.NET
posted byBeansoftwareinTutorials & Tips
Although users today have faster Internet connection, light web pages and fast load are still better choice for various reasons.
This tutorial explains how to reduce page size in ASP.NET to get faster page load, reduce bandwidth and increase ranking on search engines.
Reviews0
PriceFree
Views1131
How To Resize All Images In Folder
posted byBeansoftwareinTutorials & Tips
To resize all images in folder we need to perform these tasks:
1. List all images on some location
2. Iterate through a collection of file names and resize every image.
This tutorial explains how to resize all images in folder using single function in ASP.NET web application.
Reviews0
PriceFree
Views1083
How To Convert HTML To Formatted Plain Text
posted byBeansoftwareinTutorials & Tips
Sometimes you want to remove tags from HTML and get only plain text. In general, this is simple task but there are few drawbacks in some scenarios.
This tutorial explains how to convert HTML code to plain text and keep formatting like new rows, symbols etc. Includes HTMLToText function in both C# and VB.NET code.
Reviews0
PriceFree
Views1049
DIV-TABLE-CSS Layout In ASP.NET
posted byBeansoftwareinTutorials & Tips
CSS (Cascading Style Sheets) are one of the popular options for building advanced and manageable page layouts. As opposite to CSS layout with DIV tags, another popular is page layout based on TABLE tag with border=0.
This tutorial researches options for possible hybrid DIV-TABLE-CSS layouts that take best from both worlds.
Reviews0
PriceFree
Views834
SEO For ASP.NET Web Site
posted byBeansoftwareinTutorials & Tips
Google, Yahoo and other search engines can send plenty of visits especially if your web site is shown on first page of their search results.
There is more than a 100 factors used from search engines to rank page. This tutorial explains most important factors from the view of ASP.NET developer.
Reviews0
PriceFree
Views1022
In Details Guide To DetailsView Control
posted byBeansoftwareinTutorials & Tips
DetailsView server control is used to display, delete, insert or edit a single record from data source. DetailsView control is often used in master/detail scenario with GridView control.
This tutorial explains how to present and update data from data source, how to enable simple and custom paging, working with header and footer templates, styling etc.
Reviews0
PriceFree
Views805
Save Images into Sql Server Database Table using asp.net FileUpload Control
posted byshawpnenduinTutorials & Tips
This article will explain how one can insert or save images into a sql server database table using asp.net FileUpload control. You may ask why we will save or store images into sql server database table instead of a server folder? The answer is its easy to use, easy to manage, easy to backup as well as easy programming. But one thing you have to keep in mind that you need to extend the size of your database rather than your regular size. Always deleting images from server folder is a hectic job where security will play a great role but if you store images into sql server database you can remove images or related images by issuing a simple delete sql command.
Reviews0
PriceFree
Views1123
Creating RSS feed using Asp.Net 2.0 / 3.5
posted byshawpnenduinTutorials & Tips
RSS means Really Simple Syndication which is a Web content syndication format.
Now let's try to find out what RSS is about. Basically the website owner should return a RSS feed - and that's simply an XML document following a certain standard, describing new or latest articles on your site. When one copy your feeds & read it by a reader like goggle reader then reader get an overview of your latest articles. If reader wants to read details lets "How to make or create RSS Feed using Asp.net" then the reader will click on your Creating RSS Feed link which will redirect the user to your site.
So i hope now you can understand why Creating RSS feed is necessary for website or blog owner. In blog we will get RSS feed by default but for website you must need to create or make RSS feed for your regular readers so that all times they won't visit your website to read your latest articles.
Reviews0
PriceFree
Views855
MailBee.NET AntiSpam
posted bymailbeeinEmail Systems
MailBee.NET AntiSpam is an easy-to-use .NET component which allows applications to detect spam messages with self-learning and very efficient Bayesian filter. For any e-mail, it returns its spam probability in 0-100% range. The filter can be trained for better spam recognition. Royalty-free distribution.
Reviews0
PriceUSD 199.00
Views1293
Displaying Dynamically Generated Images in ASP.NET
posted byamgadhsinTutorials & Tips
Sometimes you need to display an image that is not saved in a file. These could be dynamically generated or loaded from a file but were modified. To display them in an Image control you need to create another page that saves the image in its output stream.
Reviews0
PriceFree
Views1058
NMG Easy Newsletter
posted bynmgroupinEmail Systems
Create new HTML e-mail messages and send them to thousands of users. It is quick and easy newsletter solution for your asp.net web site.
Reviews0
PriceFree
Views1160
