Tools & Buttons
Invite
About us & Contact
Login
Sign Up
home
post a link
popular links
upcoming links
spy
Links recently tagged with 'ASP.NET'
1
votes
vote it
voted
Web 2.0 | Html screen scraping with HtmlAgilityPack Library
farooq.kaiser
3 days, 14 hours ago
fairnet.com —
What is Screen Scraping ? Screen scraping is a process that reads any webpage and extract data from html tags. In this article, i will examine how to scrape a given web page using htmlagilitypack lib...
more...
add comment
|
Asp.Net
| views: 46
1
votes
vote it
voted
Missing a Section Declaration After Upgrade
kodefuguru
3 days, 14 hours ago
kodefuguru.com —
Are you receiving the error "the configuration section 'system.web.extensions' cannot be read because it is missing a section declaration?"
more...
add comment
|
Asp.Net
| views: 44
2
votes
vote it
voted
New Embedded Database Support with ASP.NET
jMan
1 month, 26 days ago
weblogs.asp.net —
In particular, I’m pleased to announce that we’ve just completed the engineering work that enables Microsoft’s free SQL Server Compact Edition (SQL CE) database to work within ASP.NET applications. ...
more...
add comment
|
Asp.Net
| views: 113
2
votes
vote it
voted
Directory Structure in Asp.net
learndotnet
1 month, 28 days ago
advanceddotnettutorial.blogspot.com —
ASP.NET directory structure can be determined by the developer's preferences. Apart from a few reserved directory names, the site can span any number of directories.
more...
add comment
|
Asp.Net
| views: 100
2
votes
vote it
voted
Querystring in .Net
learndotnet
1 month, 28 days ago
advanceddotnettutorial.blogspot.com —
Query string is used to Pass the values or information form one page to another page.Query strings are also generated by form submission, or by a user typing a query into the address bar of the brows...
more...
add comment
|
Asp.Net
| views: 103
1
votes
vote it
voted
Asp.Net File Types
learndotnet
1 month, 28 days ago
advanceddotnettutorial.blogspot.com —
Web site applications can contain a number of file types, some supported and managed by ASP.NET, and others supported and managed by the IIS server.
more...
add comment
|
Asp.Net
| views: 101
2
votes
vote it
voted
CREATING THUMBNAIL FROM IMAGES USING ASP.NET
learndotnet
2 months, 3 days ago
advanceddotnettutorial.blogspot.com —
In this article you can understand how to create thumbnails from images at time of Upload using ASP.NET.I create a small utility class that can convert and image into thumbnails.
more...
add comment
|
Asp.Net
| views: 103
1
votes
vote it
voted
Routing in ASP.net 4.0 web forms
jMan
2 months, 5 days ago
weblogs.asp.net —
Traditionally, an asp.net application that does not use routing, any request will map to a particular file that servers the request. With database driven application where the data is fetched from th...
more...
add comment
|
Asp.Net
| views: 114
3
votes
vote it
voted
Manipulating Properties and Methods with Reflection
leniel
2 months, 25 days ago
leniel.net —
Today I’m going to write about a simple yet powerful way to manipulate properties and methods of a given type. We’ll set values to properties and invoke methods through the use of reflection. Maybe y...
more...
add comment
|
Tips & Tricks
| views: 185
2
votes
vote it
voted
VB .Net Tutorial
vbreader
3 months, 19 days ago
vbnettutorial.net —
VB.Net related articles
more...
add comment
|
Asp.Net
| views: 174
2
votes
vote it
voted
ReSharper 5.0 Released
dczupek
4 months, 13 days ago
blog.dczweb.net —
Along with VS2010 JetBrains released new version of favourite tool ReSharer 5.0
more...
add comment
|
Asp.Net
| views: 203
2
votes
vote it
voted
Visual Studio 2010 Downloads
dczupek
4 months, 13 days ago
blog.dczweb.net —
After beta versions and RC version, today April 12 2010 has been released final version of the Visual Studio.
more...
add comment
|
Asp.Net
| views: 246
1
votes
vote it
voted
SOLVED - 'srcDomainMulti' is not declared. It may be inaccessible due
rtpHarry
4 months, 7 days ago
runtingsproper.blogspot.com —
When converting a project from C# to VB I ran into this compiler error which stopped me in my tracks for about 15 minutes. Just when I gave up and decided to rebuild the page by hand inspiration hit ...
more...
add comment
|
Asp.Net
| views: 208
2
votes
vote it
voted
Web 2.0 | Silverlight Transformations
farooq.kaiser
5 months, 2 days ago
fairnet.com —
Recently I started exploring Silverlight and it has some cool features that i would like to share. In this article i will demonstrate how to specify transformations in Silverlight with TranslateTrans...
more...
add comment
|
Asp.Net
| views: 239
1
votes
vote it
voted
SOLVED: Error 1 Ticks must be between DateTime.MinValue.Ticks and Date
rtpHarry
5 months, 13 days ago
runtingsproper.blogspot.com —
This is a simple looking error message that is deceptively hard to track down. Thankfully if you're having this problem then this article should get you back on track without spending hours scratchin...
more...
add comment
|
Asp.Net
| views: 91
1
votes
vote it
voted
Easiest Mobile Browser Detection EVER!
rockinthesixstring
5 months, 18 days ago
dotnetblogger.com —
Thanks to MDBF on Codeplex, mobile browser detection is as easy as 1,2,3.
more...
add comment
|
Asp.Net
| views: 252
1
votes
vote it
voted
Configuring IIS to Run 32-bit Applications on 64-bit Windows
dczupek
5 months, 23 days ago
blog.dczweb.net —
Configuration required for running 32 bit apps on 64 bit IIS
more...
add comment
|
Asp.Net
| views: 105
2
votes
vote it
voted
RadGrid with Custom Paging / Sorting / Filtering
rockinthesixstring
5 months, 25 days ago
dotnetblogger.com —
Speed up your Gridview paging with this simple tip
more...
add comment
|
Asp.Net
| views: 171
« Prev page
1
2
3
4
5
6
...
23
24
Next page »
Top stories
Top Vote
Top View
10
Web Dev .NET: jQuery Flexigrid Using C# 3.0 (.NET 3.5) & LINQ
9
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
1235
Stop Greedy Search Engine Crawlers
1075
Search Engine Optimization (SEO) Toolkit
1072
Loop though each query result or MSSQL for loop
992
ASP.NET MVC DropdownList PostBack
967
How to call a REST Webservice from C#/ASP.NET through HttpWebRequest
869
Putting a Bing Search on your Website
745
.NET - 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls
740
JQuery Table Filter Plugin
699
Strongly Typed Session Variables in ASP.NET MVC
690
A* pathfinding search in C# - Part 2
Technorati Profile