Re: hPge Refre

2003-08-30 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 3 in Discussion Use the IspostBack for doing this . Sample Code private void Page_Load(object sender, System.EventArgs e

Re: Accessing mail sending mails from a mailbox on Exchange 2000

2003-08-12 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 5 in Discussion Complete Solution is here in the follwoing link http://support.microsoft.com/?kbid=310206 And I think

Re: one Doubt

2003-08-02 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 11 in Discussion Nice inputs sr. So i decided to dirty my hands my self. I wrote a small code snippet to verify namespace

Re: one Doubt

2003-08-02 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 13 in Discussion Yes the same Msg. It give a different meaning to it -Vineet Batta

Re: Help needed in creating new web project using VS.NET

2003-08-02 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 3 in Discussion Check IIS is up and running. and Replace localhost with your machine Name and try. -Vineet Batta MCAD

Re: datagrid -Hierarchical data

2003-08-02 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 2 in Discussion Yes very much possible. The whole implementation will be around using DataRelation aobject between parent

Re: Assembly GAC

2003-08-01 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 3 in Discussion Please look into MSDN for this. Please always do some prelimery seach before posting Question here

Re: Assembly GAC

2003-08-01 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 5 in Discussion Thanx for correcting me. Vineet Batta MCAD

Re: Accessing web services across the Internet

2003-08-01 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 6 in Discussion Well if u are connected to internet. Thats enough I suppose. What you will need is to create Proxy

Re: help needed as usual

2003-08-01 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 2 in Discussion VS.IDE -- File -- New -- SetUp and Deployment projects --Setup wizard While going through the setUp wizard

Re: one Doubt

2003-08-01 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 2 in Discussion Well for the moment i can say that DataReader object is only pupulated by sqlcommand or oledbcommand objects

Re: Which is the Best way to share DLL's

2003-07-31 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 2 in Discussion I think the best option for you is to use codebase element in the *.config file. as GAC won't work across

Re: Reading web.config file in windows application

2003-07-31 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 5 in Discussion Yesu is correct. If your Windows application name is TestApplication.exe Then the Config file for the Exe

Re: Reading web.config file in windows application

2003-07-31 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 10 in Discussion Then will just have to read it as normal XML file. Use Xpath and Xpath navigator for this. -Vineet Batta

DataSet

2003-07-31 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 1 in Discussion Can we have read only data Sets? Any one thought about this? -Vineet Batta MCAD http

Re: A Basic Doubt 2..............

2003-07-31 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 3 in Discussion Please refer some book C# Professional - WROX publisher. Vineet Batta MCAD

Re: Urgent - Problem in Sending mail

2003-07-30 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 8 in Discussion If that is the case then its better to do in the same process.No need to create another process for Zipping

ACL

2003-07-30 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 1 in Discussion Please if anyone has code snippet for getting file ACLS and the attributes for objects on the Access

Re: Urgent - Problem in Sending mail

2003-07-30 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 10 in Discussion SorryThe link is http://www.xceedsoft.com/ Just down load the relavent assemblies and give

Re: ACL

2003-07-30 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 5 in Discussion This will be 1 step FW. But i will nice to capture the complete information. VineetBatta MCAD

Re: ACL

2003-07-30 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 6 in Discussion That will be nice. But capturinmg the compelte information will be Gr8. yes its correct that applciation

Re: ACL

2003-07-30 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 8 in Discussion Thanx a ton. -Vineet Batta --- To stop getting

Re: Identifying Bounced Mails

2003-07-29 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 4 in Discussion To tackle this issue there are 2 ways Both the ways have to be implemented. First Way. One is the check

Re: Data Access Layer

2003-07-29 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 6 in Discussion A Quick thing on this as i feel is that in .NET(Specially for small/medium size application) we can do away

Re: Menu control in ASP.NET

2003-07-29 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 4 in Discussion http://aspnetmenu.com/demo.aspx?id=1try this one. Lot of information is avaible for this on internet

Re: Lock Keyword Doubt - Repost

2003-07-29 Thread vineetbatta
--- New Message on BDOTNET --- From: vineetbatta Message 2 in Discussion To your first Query Yes beacuse its a static variable of the class. MSDN says so. -Vineet Batta