|
|
webmaster
webmaster
 |
|
Stories kicked by webmaster
|
|
published 1 month, 4 days ago, submitted by
spavkov
1 month, 6 days ago
aspdotnetfaq.com — Lets first briefly examine Extension Methods, show some basics usages and then we will tackle some more advanced and concrete examples used to provide fluent, natural DateTime operations (similar to Date and Time operations available in Ruby on Rails). read more...
1 comment
|
category: C# | Views: 359
|
|
tags:
faq, ExtensionMethods, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 10 days ago, submitted by
rudigrobler
1 month, 10 days ago
dotnet.org.za — A detailed article on how to create a Outlook Calendar clone using WPF read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 10 days ago, submitted by
jonas
1 month, 11 days ago
donovanbrown.com — Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. read more...
add a comment
|
category: Tips & Tricks | Views: 267
|
|
tags:
Testing, SMTP, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 15 days ago, submitted by
vkreynin
1 month, 16 days ago
vkreynin.wordpress.com — How many times you wished you could copy text from the MessageBox. YOU CAN. read more...
4 comments
|
category: Tips & Tricks | Views: 500
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
3 months, 22 days ago
aspdotnetfaq.com — If you are creating a website that has Master and Content Pages and if you need to add some JavaScript code from your Content pages that should run when the page is loaded you fill find out that its not straightforward.
Content page do not have all the elements of HTML page like BODY tag that you could hook up to and add your script code to its onload event... read more...
add a comment
|
category: ASP.NET | Views: 6
|
|
tags:
faq, Tip, Beginner, ASP.NET, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 23 days ago, submitted by
bradygaster
3 months, 23 days ago
jankoatwarpspeed.com — Excellent, as usual, demonstration on how to do something pretty cool-looking using css by janko. Excellent style and idea inside... read more...
add a comment
|
category: ASP.NET | Views: 486
|
|
tags:
CSS, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
3 months, 29 days ago
aspdotnetfaq.com — Recently I needed to disable some ASP.NET RequiredFieldValidator controls on one page depending on the user input.
This is trivial you say. But the problem was that this needed to occur instantly on Client Side based on the state of one CheckBox control and not after a full page PostBack.
There is a simple way to do this... read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
AJAX, Validation, ASP.NET, JScript | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
4 months ago
delicious.com — YAY! The long awaited, much promised, never delivered Delicious 2.0 will launch in the next few minutes, just like they promised again last week.
The new Delicious is just like the old Delicious, except for the way it looks. They’re also promising that it will be “faster, easier to learn,” and “hopefully more desirable.” read more...
add a comment
|
category: Events | Views: 8
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 6 months, 22 days ago, submitted by
spavkov
6 months, 23 days ago
aspdotnetfaq.com — Often we need to capitalize the first letters of some word or some text (for example when we want to display users name or city name etc).
Since string class does not have a method to do this we could think that there is no built-in solution in C# for this problem, but... read more...
add a comment
|
category: C# | Views: 60
|
|
tags:
Tips, .Net, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
7 months, 7 days ago
microsoft.com — Excellent MSDN Webcast on how to use Asynchronous Programming model in your ASP.NET 2.0 pages to avoid using up all your threads from threadpool for some lengthy operation (remote web service call, remote sql server query etc).. A must-watch! read more...
add a comment
|
category: ASP.NET | Views: 6
|
|
tags:
Performance, threading, Architecture, ASP.NET, IIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 17 days ago, submitted by
spavkov
7 months, 17 days ago
aspdotnetfaq.com — Each ASP.NET Web Application has its own configuration file called web.config file.
In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory.
This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... read more...
1 comment
|
category: ASP.NET | Views: 26
|
|
tags:
Tips, .Net, HowTo, ASP.NET, Configuration | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 22 days ago, submitted by
spavkov
7 months, 23 days ago
aspdotnetfaq.com — If you ever had 'Online visitor counter' feature on your website, at some point of time, you have undoubtedly asked yourself:
"who are those 17 people that are currently browsing my precious website ?"
"What are their IP addresses? When did they come here, what page they first opened and from where did they came from?"
Here is the complete tutorial on how to display detailed list of all visitor currently browsing your ASP.NET website.
read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
.Net, Tips, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 27 days ago, submitted by
spavkov
7 months, 28 days ago
aspdotnetfaq.com — Very often when programming in ASP.NET and ASP.NET AJAX we have to write JavaScript code.
When writing JavaScript that interacts with user we have to deal with keyboard events.
Here is the list of (almost) all JavaScript KeyCodes we could find: read more...
5 comments
|
category: AJAX | Views: 52
|
|
tags:
Tips, .Net, JavaScript, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
7 months, 28 days ago
aspdotnetfaq.com — For some time i have been using my own custom methods for converting System.Drawing.Color to the HTML color format and the opposite: converting HTML color format to System.Drawing.Color type.
Then i bumped into this on MSDN... read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
.Net, Tips, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|