ShlomyBsh

Stories submitted by ShlomyBsh

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