New Scripts | ASP.NET
A Gentle Intro To jQuery in ASP.NET
posted byBeansoftwareinTutorials & Tips
JavaScript development could be hard work, especially if you try to make your code compatible with all those different web browsers. As an ASP.NET developer, you need to write some client side code from time to time.
jQuery is JavaScript framework, designed to make JavaScript programming more easier and fun. This tutorial introduces jQuery and shows how to use it in ASP.NET web application.
Reviews0
PriceFree
Views797
Ydeveloper
posted byYdeveloperinWeb Developers
Having an ecommerce ease within your website is of essential substance in fortifying conversion rates and making for easy payment. Ydeveloper builds an ecommerce shopping cart, which is easy to navigate and versatile enough to furnish for all the requirements of your shoppers.
Reviews0
PriceFree
Views950
Input Boxes Properties and Events - Course ASP.NET 4 and Visual Studio 2010 - Lesson 3 (free video)
posted byPedroCunhaMrinTutorials & Tips
In this video, we look at different ways of creating textboxes: SingleLine (which is the usual way of using a text box for a single line of input like a user name and city), MultiLine (where the user can enter a scrollable list of text. This is useful in the case of asking user for input and feedback on a product), and Password (as the name implies, this is where the user can enter his/her password to access sensitive information). We experiment with every one of those text modes. We also saw how we can associate a control (a label in this case) with an access key. We chose ‘n’ as the key. So now when the user hits Alt-n, he/she will get the focus on the textbox associated with that label. Finally, we looked at the Focus event and the onTextChanged event. The TextChangedEvent will not fire until we set the AutPostBack property to true.
Reviews0
PriceFree
Views706
Label and Literal Control - Course ASP. NET 4 and Visual Studio 2010 - Lesson 2 (free video)
posted byPedroCunhaMrinTutorials & Tips
In this video, we are covering three points: Control tree, AssociatedControlId, and Literal control. First we start with the control tree. To do that, we created a page that contains few controls (label, dropdownlist, and a button). Then we added trace=true to the page so that the trace information will show when we load the page into the browser. This trace information is very helpful for debugging specially when we look at the control tree and see how the page is structures. Next, we look at the label control. We created a label control with a textbox. We view the source in the browser and see that the label turns into a span tag with all the properties that we set. After that, we added the property AssociatedControlId to associate the label with the textbox (helpful for hearing aid technologies). Doing that help us see the label staying as a label when displayed into the browser (instead of a span).
Reviews0
PriceFree
Views698
ASP.NET Using Databases
posted byWebPUMAinTutorials & Tips
ASP.NET websites would be useless without a data source. For this, most ASP.NET web applications use SQL Server. In this tutorial we will look into how to connect to a SQL Server database and how to use and save data on our web application.
Reviews0
PriceFree
Views684
Web Application Versus Web Site - Course ASP.NET 4 and Visual Studio 2010 - Lesson 1 (free video)
posted byPedroCunhaMrinTutorials & Tips
In this video, we try to explore the difference between a web site and a web application. Although the structure of the site seems the same when we run it, there are key differences between the two. The major difference is that a web application has a project that holds the files together. I can easily right-click on a file and say “Exclude from project”. That option is not available in a web site. A web site is made of files and folder, but no project. So if I need to exclude a file from the web site, I have to either delete it, or give it the extension “.exclude”. In addition, a web project can be compiled into a single dll available in the bin folder. That is not the case in a web site. Every page will compile into its own assembly. If I need to open a web application, I can double click on the project. But since there is no project in a web site, I can select File->Open-> web site from a specific folder (where I originally created the web site).
Reviews0
PriceFree
Views745
How to create crystal report within ASP.NET - Lesson 01 (free video)
posted byPedroCunhaMrinTutorials & Tips
The reporting is most important to any business system. For this crystal report supports to create report to with .NET and ASP.NET applications. In this video demonstration would explore how to create crystal report in ASP.NET Applications. And also you can download sample project with this video demonstration.
Reviews0
PriceFree
Views787
ASP.NET Visual Basic Timers
posted byWebPUMAinTutorials & Tips
Timers can be useful when you want to run a task at regular intervals. For instance if you are checking the status of something or updating something every few minutes or seconds.
Reviews0
PriceFree
Views693
VsCompressor
posted byBinPressinMiscellaneous
The viewstate of a standard page can be 10k to 50k, a complex page can reach to 500k.
This field is send to the server and send back to the client each time the client does a postback, reducing the size will increase the global application speed.
With the encryption you can add a new layer of security, because, by default, the data stored on the viewstate can be easily read
Reviews0
PriceUSD 4.99
Views990
Repeater vs. DataList vs. ListView vs. GridView
posted byBeansoftwareinTutorials & Tips
ASP.NET provides several data presentation controls: Repeater, DataList, ListView and GridView control. Each of these controls could be used for same purpose, to show data from data source.
This tutorial compares standard ASP.NET data controls and includes recommendations when to use each of them.
Reviews0
PriceFree
Views786
mojoPortal
posted byhsbotinPortal Systems
mojoPortal is a powerful content management, easy to learn, easy to use. Includes Blogs, Forums, Event Calendar, Google Maps, Photo Galleries, Chat, ecommerce, Secure File Sharing, Newsletter, Surveys, Polls, and much more...
Reviews0
PriceFree
Views2155
Tatvasoft
posted bykenyesavaneinWeb Developers
TatvaSoft is an India based software outsourcing company that focuses on highly qualitative, timely delivered and cost-effective offshore software development. With a rich and varied experience in providing offshore software development and project management capabilities and stringent quality standards ensure us to develop solutions that give your business an edge over your competitors. Our global software outsourcing model makes sure we deliver maximum targeted result to YOU.
Reviews0
PriceFree
Views1396
ASP.NET Session Explored
posted byBeansoftwareinTutorials & Tips
HTTP protocol, used for communication between web browser and web server, can't identify certain visitor between two requests. When web page is downloaded to client, connection is closed and server deletes all visitor's data. We say that HTTP protocol is stateless.
To solve this problem and to maintain visitor's state between requests, ASP.NET introduces Session object.
This tutorial explains ASP.NET Session, how it works, different session modes, state compression, cookieless session and more.
Reviews0
PriceFree
Views705
SharpAuthorize .NET Component
posted bymbshinde78inCredit Card Processing
SharpAuthorize component helps to easily add credit card processing through Authorize.NET to your ASP.NET website or desktop application written in C# or VB.NET. Whether you simply need the minimum level of integration with Authorize.net's AIM API or need access to every attribute, SharpAuthorize has you covered.
Reviews0
PriceUSD 29.00
Views792
Image Resizing .NET
posted bynathanaeljonesinImage Manipulation
The best dynamic image processing solution for .NET. Simple, yet powerful. Free, yet fully supported.
Resize, crop, rotate, filter, and adjust images from the URL: image.jpg?width=400&height=300&sharpen=1&crop=(30,30,100,100)
Or, using a managed API: ImageBuilder.Current.Build("file.jpg","newfile.jpg",new ResizeSettings("width=100");
This library has been maintained and updated since 2007 (over 4 years!). It's the most popular, the most advanced, the most stable, and most free library of its kind. Pre-compiled DLLs, source code, and example projects are included for everything. The imageresizing.net website contains well-written documentation for every detail of the product.
Over 27 plugins are available for whatever you need to do... SQL, Amazon S3, Cloudfront, remote image resizing, PSD files, seam carving, energy analysis, etc.
Your search is over. No more broken links or abandoned projects. Get the secure, modern image processing solution now. For free.
Reviews0
PriceFree
Views1618
Cookieless Session State Explained
posted byBeansoftwareinTutorials & Tips
ASP.NET Session State by default uses a cookie to store session ID. This tutorial explains verything you need to know about cookieless ASP.NET Session State.
Tutorial covers common problems in implementation of cookieless Session State, security and SEO (search engine optimization) issues.
Reviews0
PriceFree
Views630
IIS7 WWW Redirect
posted byenthusiastprogrammerinTutorials & Tips
This is simple code that can be added to web.config to support automatic www redirection under IIS7. Just copy this code to web.config file and place it under website root folder and it shall start redirecting your site from http://sitename.com to http://www.sitename.com.
Reviews0
PriceFree
Views604
SalesCart NET
posted byDesigninShopping Carts
Since 1995, SalesCart Express has provided a complete open source ecommerce software for the windows platform. Designed for programmers and web developers in mind with an open-source checkout so that you can customize the checkout system or the SQL or Access database. Also available in single domain or with multi-domain licenses. With the multi-domain, build as many shopping carts as you want from a single seat.
Step-by-step wizard guides initial store completion. Real-time shipping service with USPS, FEDEX, DHL, and UPS free for a year, and over 13 different ways to ship, browser-based order management and browser-based product/catalog management. Contains advanced features like auction pricing, flexible payload delivery, unlimited product options, discounting, product expirations, product and order coupons and discounting, buy x-get y, LivePerson, real-time currency calculation and more. Free 30 day guarantee.
Reviews0
PriceUSD 499.99
Views913
SalesCart Express
posted byDesigninShopping Carts
From the originators of "Design Tool" E-commerce solutions since 1995, SalesCart Express is a complete ecommerce software add-in for Microsoft Expression Web and Adobe Dreamweaver. Designed to be easy to use for store owners and web designers with a web-based control panel for store administration and order review.
Advanced features like automated sales tax, real time shipping with all major carriers, integration with all major payment gateways including PayPal and Moneybookers, and multiple checkouts to choose from. Unique features like online auction pricing, payload delivery, real-time market-demand pricing, buy x and get y FREE, divisible/invisible and zero quantity, and product expirations to name just a few. SSL included and Quarterly PCI testing of platform. Free 30 day trial.
Reviews0
PriceFree
Views1321
ImageDraw SDK for .NET
posted byneodynamicinImage Manipulation
ImageDraw generates real time on-fly Dynamic Composite Images for any .NET-based application. It allows you to use all the potential of GDI+ to dynamically create composite images with lots of useful built-in Imaging Effects. Deliver real time dynamically generated composite images such as picture thumbnails, image buttons or any other graphical application.
Reviews0
PriceUSD 279.90
Views1092
