GridView Control for ASP.NET
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links owned by this user
Most computers will have a firewall preventing others from accessing your computer.
To get around this issue, open up Port 22 for incoming connections. This will be the
only port that is open due to the ssh/sftp protocol one connection connectivity.
Category:
Multithreading is a technique that can be used to perform time consuming tasks in a separate additional thread other than the main application thread.
When you, for example, have a time-consuming function, you may need to call this function as a response of a button click. Now, instead of freezing all your application waiting for this function to return / to finish, you can create a new thread and assign this function to. When you do this, your application interface will not be blocked and you can use it to perform other tasks. At the same time, your time-consuming task is being carried out in the background.
Category:
Scrollers created with Sothink JavaScript Web Scroller can have
traditional controls such as clicking arrows to scroll left or
right. And scrolling can be automatic too. There can be multiple scrollers on a page, and there are no limits to the number of items that can be included in a scroller. Scroller items can include images, text, a combination of images and text, or HTML code. Items can include links and popup tips, and scrollers can consist of multiple pages. The appearance of scrollers is completely configurable, and scrolling speed is adjustable. Scrollers created by Sothink JavaScript Web Scroller will automatically detect the browser's window size and automatically adjust the size accordingly. Here is an example of scroller
Category:
An obfuscator can obfuscate .NET IL Code and protect .NET dll/exe assembly. Obfuscated code is unreadable and unmodifiable, it may anti-decompile and cause decompiler crashed (e.g. .NET Reflector). Obfuscator.NET supports name obfuscation (e.g. class/method/field/parameters etc.) and flow obfuscation. Decompiler can not show correct structure and code of the obfuscated assembly.
Category:
Class: Recursive array to XML
Category:
This PHP / Mysql program allows users to your website to create their own custom Google Maps. It is very simple to use, all it requires is a Mysql database and a Google Maps Api Key. Users can add their location to the database simply by clicking on the map. You can create an unlimited amount of different maps.
Category:
JoomlaHire is a new service that connects people that need custom programming or design with experts.
JoomlaHire is free and simple to use!"
Category:
Generate Feeds from your website.
Category:
ASP.NET has made it really easy for developers to quickly develop a functional website. In this tutorial we will develop a basic website using C#. The website will have functionalities like user registration and administration etc. Users will be able to upload pictures to their profiles and will be able to edit their profiles. To enjoy all these features a user should first register to the website.
Category:
I'll go over the simple passing of data from form to adding it to the database and the different functions and variables that can be used.
Category:
What good is it to have a great looking real estate web site design if you never get a single lead from it? Many real estate web design companies charge thousands for developing a real estate web site but 'only' deliver a great real estate web site design. Now is your chance to take advantage of an opportunity to derive "Hot" real estate leads generated by your web site and not from a service that generates leads to their own web site and then passes a semi-stale lead to you via e-mail.
Category:
Here you'll find examples which is mostly grouped or categorized by the Java API packages, so that you can easily find an example of your problem. To help you find even faster we provide a search to the examples.
Category:
If you want to build and manage a fully functional web form where your visitors can upload files (without the use of FTP) and submit data, Easy Uploader is the answer for you, Using this script you can visually build a web form with any types of fields you like (text boxes, drop down menus, check boxes, radio buttons, upload fields and even custom lists for world countries and US stats).
Category:
Stock Flash Files is a web site that offers free stock flash files, also offers 100% ad revenue to all contributing members.
Category:
Our mission:
Intellial Solutions is focused to provide customer specific professional IT services specifically targeting Individuals and SMEs across the world to realize their IT vision. We become your reliable outsourcing partner and let you do what you do the best.
Category:
MP3 Tag Editor is a great tool for viewing and modifying data tags in audio files of any format. You can work with several files simultaneously or change the tags for all files in a selected folder at once.
Category:
In this tutorial I am going to teach you how to create an Ajax contact form for your website. The main purpose of using ajax for this task will be the fact that you're saving bandwith (hard to believe that in 2007 we're still looking to save bandwith but...), it communicates with the visitor on the same page, almost instantly and is faster because you're not loading another page to show a confirmation message or whatever else is supposed to show given the situations.
Category:
Learn how to create a text that is titration, using some special flash tips and tricks. You don't have to use action script code to create this tutorial. You will also learn how to convert any text into a symbol, how to enlarge it using the Free Transform Tool (Q), how to apply on it alpha effect and more.
Category:
Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't affect the program's output. In ASP.NET 2.0, there is rich support for tracing. The destination for trace output can be configured with TraceListeners like the EventLogTraceListener.
Category:
Free and easy to use PHP bloging script. Features Include - Easy to edit html template files, Simple wizard installation and Powerful Admin panel for controlling your site.
Category:
Other links at ASP.NET > Tips and Tutorials
XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using meaningful tags. XML stores structured data in XML documents that are similar to databases. Notice that unlike Databases, XML documents store data in the form of plain text, which can be used across platforms
Category:
In this code snippet we are going to provide you with a way to expose your existing ASP.Net application so it can be exposed as a Web service. If you're not familiar with Web services, they provide you with a means to expose the functionality of your application to other clients over the Web. For example, here at WWWCoder.com we provide our directory as a Web service to clients so they can integrate the directory into their portal site. Here is an online example of what I'm referring to. You can see from that site, they are using our directory integrated into the look and feel in there site. All data is being feed by our Web service hosted here at WWWCoder.com. We provide a module snap-in for their DotNetNuke portal so they can integrate the directory into their site.
Category:
One of the new features of ASP.Net 2.0 is Master Pages. Master Pages enables us to apply the same page layout to multiple pages in a Web Application. A page that uses a master page is known as the content page.
Category:
One of the common requests in ASP.NET is to submit a form when visitor hit an Enter key. That could be a case if, for example you want to make Login Screen. It is expected that user just hit enter when he insert a password instead to of forcing him to use a mouse to click login button. If you want to make search function on your web site, it is frequently required to give a possiblity to hit enter after you insert a search terms instead of mouse click on a Search button
Category:
Form validation ensures a user not only enters or selects values when required but also enters appropriate and correctly formatted values. Feedback, contact and registration forms as well as content management systems that support insert, update and delete functions are all common scenarios where form validation should be implemented.
Category: