[DOTNET] DataBinding in DataGrid Columns

2002-06-28 Thread Ateek Bhardwaj
Hi, Any of the ASP.NET DataGrid Columns doesn't support DataBinding. For example I can not use something like this for a BoundColumn to set the Header Text. When I try this then I get DataBinding Error. But this also didn't work: OR Here GetHeaderText() is a public method return some St

[DOTNET] simple query

2002-06-28 Thread Shishir Kumar Mishra
Hi ALL! Is it possible to write any application or plugin with the help of which i can know the IP Address of person with whom i am chatting on yahoo or msn like messanger. Can any body give some idea or web address on this issue ? Thanx and regards... Shishir Kumar Mishra Agni Softwar

Re: [DOTNET] Using Verign Keypair in .NET Cryptography

2002-06-28 Thread Mitch Denny
Dinesh, You won't get this for free with .NET (unfortunately). In order to do it you will have to read up on the relevant specs and generate the request yourself. Fortunately you can get the framework to generate the keys in the first place, you just need to understand the PEM format. Anyway, it