Browse by Tags

All Tags » ASP.NET a C# (RSS)

@@IDENTITY vs. SCOPE_IDENTITY()

Velmi často se setkávám se zaměňováním "funkcí" @@IDENTITY a SCOPE_IDENTITY(). Obě dvě dvě představují hodnotu identity-sloupce posledního INSERTu, nicméně každý trochu jinak definovanou a v určitých případech se mohou jejich výsledky lišit. Definice...
Posted by MilanBaran | 209 comment(s)
Filed under:

Tutorialy v CZ k regulernim vyrazum

http://www.root.cz/serialy/regularni-vyrazy/ http://www.regularnivyrazy.info/
Posted by MilanBaran | 23 comment(s)
Filed under:

Lokalizace ASP.NET 2.x aplikací

http://interval.cz/clanky/lokalizace-asp-net-2-x-aplikaci/ Resources and Localization in ASP.NET 2.0 [en] http://msdn.microsoft.com/msdnmag/issues/06/08/BasicInstincts/default.aspx
Posted by MilanBaran | 15 comment(s)
Filed under:

IIS API

The Provware Framework is an API set built to make the interactions with IIS more intuitive and developer friendly. [ http://agramont.net/blogs/provware/default.aspx ] IISToolShed is a resource to help provide you with tools that will enhance your Microsoft...

How to merge the header row for the GridView control

http://www.codeproject.com/useritems/Merge_GridView_Header.asp
Posted by MilanBaran | 33 comment(s)
Filed under:

How To Raise a "File Download" Dialog Box for a Known MIME Type

http://support.microsoft.com/default.aspx/kb/260519
Posted by MilanBaran | 94 comment(s)
Filed under:

ViewState v ASP.NET aplikacích - změna implementace ukládání

http://interval.cz/clanky/viewstate-v-asp-net-aplikacich-zmena-implementace-ukladani/ http://knowledge-base.havit.cz/blogs/asp-net/archive/2006/08/09/SessionPageStatePersister_Ukladani_ViewState_do_Session.aspx
Posted by MilanBaran | 396 comment(s)
Filed under:

ASP.NET Popup Windows With Return Values

http://www.eggheadcafe.com/articles/20060117.asp Creating a Popup Date Picker http://www.15seconds.com/issue/040315.htm
Posted by MilanBaran | 419 comment(s)
Filed under:

Zmena rozliseni obrazku v C#

Bitmap bmpSrc; Bitmap bmpDest = new Bitmap(newSize.Width, newSize.Height); using (Graphics g = Graphics.FromImage(bmpDest)) { g.InterpolationMode = InterpolationMode.HighQualityBicubic; g.CompositingMode = CompositingMode.SourceCopy; Rectangle rc = new...
Posted by MilanBaran | 605 comment(s)
Filed under:

PDF v C# a ASP.NET

http://sourceforge.net/projects/report/
Posted by MilanBaran | 424 comment(s)
Filed under:

Funkce pro odstraneni diakritiky k vyhledavani v MS SQL

http://interval.cz/clanek.asp?article=3787
Posted by MilanBaran | 634 comment(s)
Filed under:

MCMS Web Based Site Manager with ASP.NET 1.1

http://www.codeproject.com/useritems/MCMSWebBasedSiteManager.asp
Posted by MilanBaran | 619 comment(s)
Filed under:

PING z ASP.NET

Creating an ASP.Net Pingback Handler http://www.wwwcoder.com/main/parentid/262/site/2422/68/default.aspx PING UTILITY and WEBSERVICE in C# .NET http://www.eggheadcafe.com/articles/20020209.asp
Posted by MilanBaran | 480 comment(s)
Filed under: