alpcoker

Stories kicked by alpcoker

Access JavaScript variables on PostBack using ASP.NET Code(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 7 months ago

In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method. read more...

1 comment |category: |Views: 576

tags: another

Visual Studio Snippet Designer(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 7 months ago

Matthew Manela, an engineer on our Online Tools team, has created and released a free, community-based tool called the Snippet Designer. His tool is a Visual Studio add-in that allows you to create and edit snippets from inside the IDE. read more...

3 comments |category: |Views: 371

tags: another

[.NET] C# 'is' operator(dotnetbutchering.blogspot.com)

submitted by John_IdolJohn_Idol(390) 3 years, 8 months ago

The C# 'is' operator looks like a boring little fella at first, but once you get to know it you will eventually appreciate it - it checks if you can safely cast an instance of an object to a type read more...

2 comments |category: |Views: 22

tags: another

How to make my web pages Internet Explorer 8 compatible(aggiorno.com)

submitted by fzoufalyfzoufaly(575) 3 years, 8 months ago

Free tool to make your web pages compatible with IE8 by automating the introduction of the compatibility flag. read more...

add a comment |category: |Views: 261

tags: another