Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

Raúl Ribeiro

Windows SharePoint Services 3.0 , .net, Microsoft Office SharePoint 2007, Office 2007 and 2010

News

Browse by Tags

All Tags » Asp.Net   (RSS)
Posting back in a modal popup
If you have a server-side form that needs to post back to itself, and that form is in a window made available through window.showModalDialog call, the postback will cause a new, blank window to be shown. The best way to solve this problem is to include Read More...
Asp.Net "Atlas"
Asp.Net Atlas Asp.Net Atlas Forum ASP.NET “Atlas” is a package of new Web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0. “Atlas” enables you to develop Read More...
Converting Hexadecimal string to byte[]
string hexString = txtHex.Text; int discarded; txtByteCount.Text = ((int)HexEncoding.GetByteCount(hexString)).ToString(); txtLength.Text = hexString.Length.ToString(); byte[] byteArray = HexEncoding.GetBytes(hexString, out discarded); Read More...
Ajax.NET - A free library for the Microsoft .NET Framework
Asynchronous JavaScript with XmlHttpRequest - C# Example Download the latest Ajax.dll (5.5.13.1) to use it for free in your web projects. To learn more about AJAX , visit: Wikipedia A New Approach to Web Applications To download this C# example click Read More...