Re: C# language enhancements

2003-08-17 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi !!! The Sep2003 issue of the MSDN magazine has a nice article related to this(Impl of Coroutines thru

Re: Tab Control

2003-08-19 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi you can use the Microsoft IE Web Controls(free download with source code) for this purpose.works great

Re: Tab Control

2003-08-30 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 7 in Discussion Hi San Sorry for the delayed response. was out for a week.Could not get the context, when u say am

Re: Catching events in HTTP Module

2003-08-30 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi If i got it right, wat u want is a mechanism by which in the page_load itself, u want to ind out which

Re: lease in.Net Remoting

2003-08-30 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 10 in Discussion Hi Im attaching the complete solution using which i have tested. It was a MSDN Chat Demo Aplication which

Re: User Control PROBLEM in ASP.net !!!

2003-08-30 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 12 in Discussion Hi Bhavtosh For a implementaion of ur reqmt without the use of panels. Check out the code attached

Re: How to start Remote Application

2003-09-02 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi Remoting is mechanism in the .Net framework which allows applications to communicate cross-appdomain

Re: How to start Remote Application

2003-09-02 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi Spark!!! Agree with you. The point u mentionedyou have some app on that machine that you can talk

Good Articles!!!

2003-09-03 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 1 in Discussion Hi Group!!! If you have VS.Net installed, Check out the articles in C:\Program Files\Microsoft Visual Studio

Re: .net remoting (singleton object implementation)

2003-09-04 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 14 in Discussion Hi A few more additions to this thread. I had gone thru this article pasted by naveen, sometime back

Info : Don't Lock Type Objects

2003-09-04 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 1 in Discussion Hi While using synclocks, it is a common practice that we use the typeof/GetType and passing

Re: Page_Load

2003-09-05 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion Hi I had posted the solution for this some other problem in the group(Catching HTTP ...). Here u go

Re: .Net Dll Reference

2003-09-08 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 7 in Discussion Hi Thought i would explain why u need a public key before going into how to specify it in the config file

Re: To increase the Remoting timout for TCP channel

2003-09-09 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi Arshu/Harsha Arshu - Lease determines a total lifetime of the Server Activated Object and does

Re: Locating Dlls

2003-09-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi Are you sure that the problem was only the casing. The funny part is i tried to look into the problem

Re: Abort in reflection. any good strategy?

2003-09-17 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi From What i could understand why dont u try the following method 1) Have an Entry Point(ur main

Re: How To Access and Assembly that is there in GAC

2003-09-17 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi Eeswar There was a thread some time back in which the solution to your problem was given. Anyways her

VBColorizer Utility for pasting color formatted VB Code in UserGroup Posts...

2003-09-21 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 1 in Discussion Hi One of the frequent problems that i face when posting Code Sample snippets in reply to posts

Re: Query:Reg Ex. in other languages

2003-09-24 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 7 in Discussion Hi Dolly Have a doubt in your post... To use Regex regex = new Regex(@[\p{L}]); This would validate tamil

Re: SubString.......

2003-09-24 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 9 in Discussion Hi Always use FCL functions, whenever a feature is readily available Dim l_objFileInfo as new FileInfo(C

Re: Check this Code - Urgent

2003-09-24 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi I tried copying ur code and testing with two rows of data in the grid. it goes into the loop twice

Re: SQL Server Backup - to Wilson

2003-09-24 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi The problem is the location of the database at which it is getting restored is by default picked up from

Re: Need to register DLLs and OCXs at Runtime using VB.Net

2003-09-25 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi Tried registering a local COM DLL with ur code snippet. it works perfectly. ry registering using

Re: An Interesting Question

2003-09-25 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi Normally the method followed and the ones specified by others in the post is that In the Session OnStart

Recalling Old Post:.net remoting(singleton object implementation)-Addl Info

2003-09-25 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 1 in Discussion Hi All Some time back there was a post regarding the Thread Synchronisation fairness in the .Net Remoting

Re: Process Class

2003-09-25 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 10 in Discussion Hi Using the process class anyways was not a good idea. process Class makes sense when you want to execute

Re: Assembly

2003-09-25 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Guess this is related to ur post titled Process Class (http://groups.msn.com/BDotNet/general.msnw?action

Re: Assembly

2003-09-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi Pls find the code attached wrt my previous reply. Here im a) Creating a appdomainsetup object b

Re: zipping and unzipping files in vb.net with out win zip

2003-09-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi As dolly suggested you can use the Process Class to shell out the Zip Utility commandline parameter(most

Re: Code Access Restriction

2003-09-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi What exactly do you mean by modification. Does it mean that they will alter/extend the functionality

Re: Questions on Assembly

2003-10-06 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 7 in Discussion Hi Rakesh Gaurav's post basically tells the solution possible to the original query. To explain, you have

Re: diff between manifest and metadata??????

2003-10-08 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi This is one of the topics which cause a lot of confusion, thanx to the so many articles which seem

Re: DLL registration

2003-10-09 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi The problem is not in terms of DLLRegisterServer. For your problem, Do note that .Net offers two

Re: Thin client appln

2003-10-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi As pooran suggested web services can be used. But web services by itself is not enough for your

Re: Use My Mouth as a Sex Toy

2003-10-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi CNUG is moderated ... and i wonder why B.NET, being the biggest and active group ... haven't thought

Re: Equivalent to Throws

2003-10-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi Pooran : Though C#(in fact all .Net languages now ) offers try catch finally and probably is an answer

Re: Equivalent to Throws

2003-10-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 8 in Discussion Hi Suggest that u move th population of the hashtable logic from App start. A rough sketch is as folows

Re: COM+ Transactions

2003-10-30 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Though it is good practice to write setabort explicitly it is not mandatory. The basis

Re: One problem in ASP.Net ....Very urgent

2003-10-30 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion Hi As vadivel had suggested you can use the Microsoft IE Web Controls, whih comes with a Tabstrip control

Re: Singleton

2003-10-30 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion HiSailesh : In the pre-.Net world the coding u have given was necessary. In fact the standard way t o

Re: How to configure server name while installing application?

2003-10-31 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Suggest that you store it in the App Config File hth regards, sr

Re: About VS.Net

2003-11-03 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi Not fully understood. but from wat i understand you can try this code out Dim

Re: Very very urgent How to import Contacts from outlook to database

2003-11-03 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi Check this out. U need to add the Outlook Interop Assembly Reference in ur project static void Main

Re: About VS.Net

2003-11-04 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Yep!!! Just Position the mouse cursor on the start of the selection, press the Control+Alt Key

Re: DTS - Help !!!!!!!!!!!!!

2003-11-05 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi Balaji Could be a dumb question but where is the line oPkg.Execute Here is a sample function

Re: Assembly Deletion

2003-11-07 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi To clear the download cache use GACUtil with the /cdl switch /cdl Deletes the contents

Re: .Net Frame Work assembies...

2003-11-08 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Have never faced this problem, but wat u can do is to install the missing assemblies using GACUtil hth

Re: Server Application Unavailable

2003-11-08 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi there could be many reasons for this. Try accessing the web server for non-asp.net pages(for e.g. put

Re: Type Casting Controls

2003-11-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi Use Reflection... Copy this function in ur code and call the function passing the controlid as first

writing customized postscript printer drivers

2003-11-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 1 in Discussion Hi Problem in writing customized postscript printer drivers... I have written for win2k and it works

Re: Windows service start up type

2003-11-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion Hi The VB code below will work fine for that. But if u want it in C#. u can do tht. I was trying to code

Re: Windows service start up type

2003-11-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 7 in Discussion Hi The related articles i forgot to mention in previous posts are Windows Services Management With WMI (Part

URGENT : clipbrd access in No-Touch deployed application

2003-11-11 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 1 in Discussion Hi We are having an application(a custom grid control development) in which we are using a clipboard

Re: Excel and .NET - Help!!

2003-11-12 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Suresh had posted a set of fantastic links for this. Check it outGeneral --- Q257819 HOWTO: Use

Re: Why?

2003-11-12 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion Hi Agree with Spark. wat with Longhorn, Avalon, Indigo and other stuff coming up, next year by this time

Re: Virtual vs override vs new

2003-11-17 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Ambrose In a nutshell Overriding allows a subclass to alter or replace an existing method

Re: CLR Hosting!

2003-11-19 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi Instance of a CLR is bound to a process. So if i have two apps in two proceses i will have two separate

Re: Virtual vs Override vs new

2003-11-20 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion HiAnand's point is very valid. There are basically two cases Case 1: If a method is declared virtual

Re: CLR Hosting!

2003-11-20 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 8 in Discussion Hi yeah!!! the info in the URL is quite good . In fact if you want very good info on these topics, try

Re: View State vs Enable View State

2003-11-21 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi Could not understand the problem clearly. Is it that When EnableViewState is done, you are not able

Re: Singleton Pattern in ASPX

2003-11-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi As mentioned in my previous post the keyphrase/requirement as mentioned by you here is Any Request

Re: Design Patterns in .NET

2003-11-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi the urls abovewill give you a good understanding of patterns. One more level up, if you want to see

Re: About Reflection - Urgent Please

2003-11-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi You can use the GetType function. Remember that static variables are those variables which are per-type

Re: About Reflection - Urgent Please

2003-11-28 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi I had posted the vb code in my previous post. If you want the C# equivalent, here it isusing System

Re: Singleton Pattern in ASPX

2003-11-29 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Singleton is basically described as a mechanism to provide a globally accessible object, for which only one

Re: .net speech application..............!.

2003-12-02 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Gauravhad posted an article with a sample, if i remember right, on a SAPI aplication. You should be able

Re: optional keyword in C#

2003-12-03 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi Saravana Tht was a good link. In fact a similar problem exists in Constants also and i have been thinking

Re: Problem in DataSet Update

2003-12-03 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Check out a previous post on this forum with the subject Concurrency while using Dataset at http

Re: GetProperties method

2003-12-04 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi When you call t.GetProperties(), without any parameters, it defaults to t.GetProperties

Re: How many connection pools are created?

2003-12-08 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 10 in Discussion Hi Agree with Gaurav. Did a bit of dissection myself and here are the findings(just a superset of what

Why Lock(typeof(ClassName)) or SyncLock GetType(ClassName) Is Bad

2003-12-09 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 1 in Discussion Hi Group While doing sync lock for Thread sync operations, in the case of static methods, we have

Re: Http Module

2003-12-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion Hi Could be because, BeginRequest is the first event to get fired in the HTTP Pipeline chain of execution

Re: Very..Very Urgent..in Asp.Net

2003-12-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi As an addendum to my last reply, check out the pt.6 in the article for which vishnu has provided a link

Re: Getting This peculiar error

2003-12-10 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi A MissingField or MissingMember exception is typically thrown when a type's member is interrogated

Re: Dispose Vs Finalize

2003-12-11 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 7 in Discussion Hi Guess Rosh was referring to these 2 fantastic articles by Jeffrey Richter. gr8 stuff Gives a clear

Re: Very..Very Urgent..in Asp.Net

2003-12-11 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion Hi As to your question , how to catch the exception, you can use the methods specified by sayad/vishnu

Re: RM Intiative

2003-12-14 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 8 in Discussion Hi Count me in for the COM+ stuff. would love to work on this. whom do i need to contact

Re: Dispose Method

2003-12-15 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Anand Guess u are in a questioning spree :) Here you go What is the Difference bet obj=null

Re: Sealed Class

2003-12-16 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi What is a Sealed Class?A Sealed Class(NotInheritable in VB.Net is a class from which you

Re: Generations in GC

2003-12-19 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi Anand!!! Check out the links provided in one of the previous posts(Dispose v/s Finalize). The articles

Re: Difference between Global Function shared function

2003-12-19 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 3 in Discussion Hi As a baseline, you can have a method as a member of the Class(type) or as global.Global functions

Re: Difference between Global Function shared function

2003-12-19 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi Puneet : Note that Global function is NOT the same as an instance function. Difference is given in my

Re: GROUP MANAGERS..ALERT URGENT

2003-12-19 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Agree such messages are embarrassing. But i think it is better to ignore the mails[in fact the guys

Re: Component

2003-12-20 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Late binding is there in C# or Not? That was a good one. C# does not support Late Binding

Re: Component

2003-12-22 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi AnandFrom your answer Although all .NET Complaint languages will genetrate the IL there will be some

Re: how to submit a page to another page in ASP.NET

2003-12-22 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 6 in Discussion Hi This is coz, whatever action url you give, ASP.Net will rewrite the action url of the form to post

Re: Get the code of a method of a COM Object

2003-12-22 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi The Interop dll is just a wrapper(a Runtime Callable wrapper or RCW in short). it does not contain any

Re: How to invoke a Web Page from C# window forms application

2003-12-22 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion HiOne option is to use the webbrowser control . This is useful, only if you want to open a web page based

Re: messenger - module

2003-12-22 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 5 in Discussion Hi Check out the Remoting Section in MSDN. Comes with a nice working example for a Chat System using

Re: VS .NET 2003 - Cannot Create Project

2003-12-22 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Probably you ran IIS Setup after VS.Net installation. Anyways just run the aspnet_regiis with the -i

Re: Class id of MS-WORD Any One? Its Urgent

2003-12-24 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion hi word.application 9.0 - {000209FF---C000-0046}. You can check out ur registry

Re: Object reference not set to an instance of an object. in ASP.NET

2003-12-25 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 4 in Discussion Hi Puneet : Correction, you ned not instantiate this variable. For wevery control that you place on the web

Re: COM+ logging

2003-12-29 Thread SitaramanM
--- New Message on BDOTNET --- From: SitaramanM Message 2 in Discussion Hi Had come across a similar post in dotnet247. Check out the link http://www.dotnet247.com/247reference