Tools & Buttons
Invite
About us & Contact
Login
Sign Up
home
post a link
popular links
upcoming links
spy
Links recently tagged with 'AspNet'
1
votes
vote it
voted
Easiest Mobile Browser Detection EVER!
rockinthesixstring
1 day, 16 hours ago
dotnetblogger.com —
Thanks to MDBF on Codeplex, mobile browser detection is as easy as 1,2,3.
more...
add comment
|
Asp.Net
| views: 61
1
votes
vote it
voted
Configuring IIS to Run 32-bit Applications on 64-bit Windows
dczupek
6 days, 1 hour ago
blog.dczweb.net —
Configuration required for running 32 bit apps on 64 bit IIS
more...
add comment
|
Asp.Net
| views: 14
1
votes
vote it
voted
RadGrid with Custom Paging / Sorting / Filtering
rockinthesixstring
8 days, 6 hours ago
dotnetblogger.com —
Speed up your Gridview paging with this simple tip
more...
add comment
|
Asp.Net
| views: 14
1
votes
vote it
voted
Migration of ASP.NET app from IIS6 to IIS7 (7.5)
dczupek
12 days, 16 hours ago
blog.dczweb.net —
For many of us familiar problem. You developing applications under IIS6 and you're about to move them to IIS7. In previous version of IIS was enough to copy over your files, create app pool and site....
more...
add comment
|
Asp.Net
| views: 65
1
votes
vote it
voted
MVC Routes and Magic Strings == “No Good”
RMuth
15 days, 7 hours ago
isi-net.com —
I live and breath with ASP.NET MVC, but from the very beginning I’ve been very uncomfortable with the magic string nature of routes, controllers, and actions. I long ago stopped using the various “ac...
more...
add comment
|
Asp.Net
| views: 20
1
votes
vote it
voted
Web 2.0 | Did you know.. How to generate Excel 2007 file in C#?
farooq.kaiser
19 days, 16 hours ago
fairnet.com —
You can do it using ExcelPackagethat provides server-side generation of Excel 2007 spreadsheets. You can download it from codeplex. Here is sample code to generate XLSX file using ExcelPackage. 1: F...
more...
add comment
|
Asp.Net
| views: 94
1
votes
vote it
voted
Web 2.0 | Did you know.. How to create CSV or Text file in C#?
farooq.kaiser
19 days, 16 hours ago
fairnet.com —
Here is our C# code to generate CSV file. 1: StringBuilder sb = new StringBuilder(); 2:string strDelimiter = ","; 3: 4:foreach (DataRow dr in table.Rows) 5: { 6:string[] arr = Array.ConvertAll(dr.It...
more...
add comment
|
Asp.Net
| views: 84
1
votes
vote it
voted
Model View Presenter pattern with Castle in ASP.NET
leniel
1 month, 1 day ago
leniel.net —
This post shows how to implement the Model View Presenter (MVP) pattern using Castle Project, which is an Inversion of Control Container framework. Employing Castle Project containers and ASP.NET it ...
more...
add comment
|
Asp.Net
| views: 28
1
votes
vote it
voted
Web 2.0 | MS Chart Controls to PDF with iTextSharp using XML Template
farooq.kaiser
1 month, 5 days ago
fairnet.com —
In this article, i will examined how to build reports using ItextSharp PDF controland Ms Chart controlsusing XML template. The Xml template give us freedom to change the contents without having to re...
more...
add comment
|
Asp.Net
| views: 151
1
votes
vote it
voted
BlogEngine.NET 1.6 is Released
quachnguyen
1 month, 13 days ago
code2code.info —
The team is proud to announce the release of BlogEngine.NET version 1.6. With several new features and numerous improvements and bug fixes, this is a must upgrade version for current BlogEngine.NET ...
more...
add comment
|
Asp.Net
| views: 41
3
votes
vote it
voted
Redirect to another page using Html
quachnguyen
1 month, 11 days ago
code2code.info —
If you want to redirect your current user to anther page from aspx page, here is html snippets code which can accomplish this task.
more...
add comment
|
Asp.Net
| views: 150
1
votes
vote it
voted
Web 2.0 | Email Template using C#
farooq.kaiser
1 month, 17 days ago
fairnet.com —
In this article, i will examined how to build template to store email data such as body and subject. The template is an XML file that will store the static text with dynamic Tags. The dynamic tags ar...
more...
add comment
|
Asp.Net
| views: 98
2
votes
vote it
voted
ASP.NET Membership "Remember Me" That Actually Works
rockinthesixstring
2 months, 1 day ago
dotnetblogger.com —
For those of you who have come up against this problem in the past, I have discovered a pretty simple solution on how to make the "Remember Me" feature in the ASP.NET Membership Provider actually wor...
more...
add comment
|
Asp.Net
| views: 226
1
votes
vote it
voted
ASP.NET 4 SEO Improvements (VS 2010 and .NET 4.0 Series) - ScottGu's B
jMan
2 months, 10 days ago
weblogs.asp.net —
This is the thirteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post covers some of the improvements being made around Search Engine Optimization (SEO)...
more...
add comment
|
Asp.Net
| views: 48
1
votes
vote it
voted
Iterating through all Web Applications in a SharePoint farm - Jevgeni
jMan
2 months, 16 days ago
weblogs.asp.net —
SharePoint API doesn’t provide any method to get collection of all Web Applications in a farm. Here we need to write more code, than we are getting collections of SPSite or SPWeb
more...
add comment
|
Asp.Net
| views: 77
1
votes
vote it
voted
Web 2.0 | HTML based file upload/download to FTP server using HttpHand
farooq.kaiser
2 months, 14 days ago
fairnet.com —
In this article, i will examined how to upload/download file from HTML client to FTP server using HttpHandler in C#. This approach can be very handy for application integration. Here is our html code...
more...
add comment
|
Asp.Net
| views: 235
2
votes
vote it
voted
SOLVED: Compiler error CS1519: Invalid token 'void' in class, struct,
rtpHarry
2 months, 14 days ago
runtingsproper.blogspot.com —
One for the search engines really but you might want to give this short article a quick read if you have been stumped by the error above.
more...
add comment
|
Asp.Net
| views: 178
2
votes
vote it
voted
Reading the ProviderUserKey when using the SqlMembershipProvider
rtpHarry
2 months, 14 days ago
runtingsproper.blogspot.com —
The ProviderUserKey gives access to a unique identifier for each of the members in your membership data store. If you're doing a large amount of lookup's or want to cross link to another table you wi...
more...
add comment
|
Asp.Net
| views: 207
« Prev page
1
2
3
4
5
6
...
8
9
Next page »
Top stories
Top Vote
Top View
10
Web Dev .NET: jQuery Flexigrid Using C# 3.0 (.NET 3.5) & LINQ
8
6 Tips for Working with the ASP.NET AJAX Accordion Control
8
Object-Oriented Data Caching for Classic ASP
8
VS 2008 on Vista 64-Bit
7
Access JavaScript variables on PostBack using ASP.NET Code
7
Working With ASP.Net MVC Part 1 | Dev102.com
7
Tips & Tricks when working with jQuery and ASP.NET AJAX
7
HowTo Get Current Online Users Count and Infos with ASP.NET
7
Really Simple Testing for JavaScript - Tales from the Evil Empire
6
Saving a File Directly Into a MySQL Database
2167
jQuery MultiSelect
1933
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
1705
jQuery live() and ASP.NET Ajax asynchronous postback
1535
10 Best jQuery Menu Plugins
1305
Building Collapsible Panel Control using jQuery in ASP.Net Page
1264
C#: Convert a Generic List to a DataTable Using Reflection
930
No Character Encoding Declared at Document Level
921
Set Color of GridLines in Gridview
783
Show Images In GridView From DataBase in ASP.NET C# VB.NET
774
Up and Down Toggle slider using JQuery
Technorati Profile