ShlomyBsh

Stories kicked by ShlomyBsh

Creating AutoCompleteExtender Trigger Button(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 11 months ago

Yesterday I’ve been consulting at a client. During the day, I got a question regarding ASP.NET AJAX Control Toolkit’s AutoCompleteExtender. The question was how to create a trigger button to the AutoCompleteExtender in order to go to the server and fetch the results. This post will describe how to do that. read more...

add a comment |category: |Views: 51

tags: another

A Handy Extension Method: Retrieving Session Variables(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 2 years, 11 months ago

Retrieving session variables is a daily task for web developers. This practice involves a few lines of code that can be easily replaced by extension methods. Come and see for yourself :) read more...

add a comment |category: |Views: 33

tags: another

Focusing controls from serverside with and without AJAX Extensions(aspnetcafe.com)

submitted by ShlomyBshShlomyBsh(10) 3 years, 2 months ago

There is a thing that allows you to point user on the right place on page after postback. The secret is not a secret - just javascript focus() function called. But how to make this right using the ASP.NET framework. It's not a big deal... there are a function for this: read more...

add a comment |category: |Views: 4

tags: another

MS SQL. How to get only date from datetime field(aspnetcafe.com)

submitted by ShlomyBshShlomyBsh(10) 3 years, 2 months ago

And another quick tip for SQL. Sometimes we need to remove TIME part from DATETIME. For example need to group by date or so. You know your needs better. read more...

add a comment |category: |Views: 26

tags: another

Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 5 months ago

Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. read more...

add a comment |category: |Views: 744

tags: another

What Gives? Unhandled Exceptions(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

Exceptions can be raise from a different layers or tiers, however we always want to control them. Sometimes we want to ignore them and let them bubble, on other occasions we want to handle them and re-throw them and on other cases we want to handle them and swallow the exception. In this post I will talk about client side unhandled exception handling. read more...

add a comment |category: |Views: 21

tags: another

The Next 20 People .NET Developers Should Follow on Twitter(webdevdotnet.blogspot.com)

submitted by elijahmanorelijahmanor(1448) 3 years, 5 months ago

Here is another setup of top 20 .NET Developers on Twitter that you should consider following... This is the second installation from his previous post of top 20 .NET Developers on Twitter... These two posts equal 40 people you might want to follow! read more...

add a comment |category: |Views: 762

tags: another

Visual Studio Tip: Debug .NET Framework Source Code(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

Learn how to step into a .NET Framework method. read more...

add a comment |category: |Views: 7

tags: another

Using #region Directive With JavaScript Files in Visual Studio (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 1 month ago

Nice macros, found on MS forums, allowing to limited support of //#region directive for JS files - similar to one in C# and VB.NET. read more...

add a comment |category: |Views: 127

tags: another