MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.
Sign in
|
Help
Home
Blogs
Media
Groups
April 2004 - Montaque
Montaque
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Invalid file name for monitoring: XXX path
What's the first web 2.0 product of microsoft?
Sometimes, Hello world does not work;)
Automate Business Process with Biztalk HWS and Visual Studio.net
Adjust the datagrid column with in edit mode
Tags
Tech Notes
View more
MCP
MCP Secure page
BLOGS
Sumtec
Coollzh
ghj1976
MicrosoftMonitor
Dan Fernandez
Eric Gunnerson
Mark Fussell
Michael Howard
Peter Torr
Steven Clarke
Tristan Cartony
Forum
CSDN
Archives
June 2006 (1)
May 2006 (1)
December 2004 (1)
October 2004 (1)
April 2004 (9)
March 2004 (2)
February 2004 (6)
January 2004 (4)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Adjust the datagrid column with in edit mode
void MyGrid_Edit(object sender, DataGridCommandEventArgs e) { MyGrid.EditItemIndex = e.Item.ItemIndex; BindMyGrid(); DataGridItem line = MyGrid.Items[e.Item.ItemIndex]; TextBox tb1 = (TextBox)line.Cells[0].Controls[0]; TextBox tb2 = (TextBox)line.Cells...
Published
Fri, Apr 23 2004 7:18 AM
by
Montaque
Remember to invoke FlushFinalBlock()
When encrypting a stream with System.Security.DesCryptoServiceProvider, code sniipt like the following. Byte []EncryedText=Convert.FromBase64String(this.textBox3.Text) ; System.IO.MemoryStream EncryptedStream=new System.IO.MemoryStream(EncryedText); System...
Published
Fri, Apr 09 2004 6:49 AM
by
Montaque
Filed under:
Tech Notes
Get public key from certificate, and Convert the key to the RSAParameter
byte[] pk = cer.GetPublicKey(); byte[] m = new byte[pk.Length - 3]; Buffer.BlockCopy(pk, 0, m, 0, m.Length); byte[] e = new byte[3]; Buffer.BlockCopy(pk, m.Length, e, 0, 3); String key = "<RSAKeyValue><Modulus>" + Convert.ToBase64String(m...
Published
Thu, Apr 08 2004 12:28 PM
by
Montaque
Filed under:
Tech Notes
Microsoft SQLXML
SQLXML 3.0 extends the built-in XML capabilities of SQL Server 2000 with technology to create XML Web services from SQL Server stored procedures or server-side XML templates. SQLXML 3.0 also includes extensions to the .NET Framework that provide SQLXML...
Published
Wed, Apr 07 2004 6:14 AM
by
Montaque
Filed under:
Tech Notes
Public Keys are not the same
Aim: I wanna guarantee that only signed assembly have the access to my class library. SO I make use of the .net StrongNameIdentityPermissionAttribute to protect my assembly. When testing ,I encounter the different public keys of a same public/private...
Published
Sat, Apr 03 2004 5:58 AM
by
Montaque
Filed under:
Tech Notes
Message Queuing by MQSeries with C#
MSMQ is the well-known Message API for windows developers. You can use MSMQ API directly by using System.Messaging class. Sometimes user needs to use IBM MQSeries especially for mainframe developers. IBM is providing a set of APIs Dotnet support pack...
Published
Fri, Apr 02 2004 5:01 AM
by
Montaque
Convert C code to C#?
Tool to go from C to Java: http://www.portinggurus.org/Navigator.asp?link=http://in.tech.yahoo.com/020513/94/1nxuw.html Tool to go from Java to C#: http://www.microsoft.com/downloads/details.aspx?FamilyId=46BEA47E-D47F-4349-9B4F-904B0A973174&displaylang...
Published
Thu, Apr 01 2004 9:08 AM
by
Montaque
Filed under:
Tech Notes
Authorization and Profile Application Block
The Authorization and Profile Application Block is a reusable code component that builds on the capabilities of the Microsoft .NET Framework to help you perform authorization and access profile information. The Authorization and Profile Application Block...
Published
Thu, Apr 01 2004 8:51 AM
by
Montaque
Filed under:
Tech Notes
using the Indexing Service with .Net
What is the Indexing Service? Microsoft Indexing Service is a service that provides a means of quickly searching for files on the machine. The most familiar usage of the service is on web servers, where it provides the functionality behind site searches...
Published
Thu, Apr 01 2004 8:32 AM
by
Montaque
Filed under:
Tech Notes
Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.