Re: help on Repetitive Tasks

2006-01-21 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , I am actually confused between repetitive task and scheduled activity , please elaborate what you really

Re: Help

2005-10-07 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Ashish , This iswhat i understood from your question : Interface I , implemented by classes c1 and c2

Job Opening Oracle - .Net Framework

2005-09-29 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 1 in Discussion Hi , This is an urgent requirement to be filled in next 2-3 days , please check the job section . regards

Re: How to Run JavaScript in Asp.net if Client machine browser disabled javascript

2005-09-28 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 5 in Discussion Hi , At present , i will not be able to give the exact answer that how to run the script if disabled in browser

Re: Unable to load DLL (OraOps10.dll)

2005-09-19 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , This is a Win 32 dll that ODP.net internally uses , so all that you need is to make sure that OraOps10.dll

Re: Orchestration with webservice

2005-09-15 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 8 in Discussion Hi , So , can i guess that i was kind of on right track in guessing that there could be problem with either

Re: Question Of The Day !!!! -- (15-12-2005)

2005-09-15 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion It's Primary Key , idea is to uniquely identify the table data . For a given table it could one or more than one

Re: Orchestration with webservice

2005-09-15 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 10 in Discussion Hi , Add this to the RSS Reader : http://bloggingabout.net/blogs/abhilash/atom.aspx there's a topic

Re: Orchestration with webservice

2005-09-14 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi , I am not much aware of orchestration process , but will try to give you some clues , which may help

Re: About WebResource.axd

2005-09-13 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , This is the newly implemented HTTP Handler for AJAX - Asynchronous Javascript and XML for asynchronous

Re: Adding a Event Delegate in ASP.NET

2005-09-13 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi AnandRaj , I don't have VS.net 2005 , so can't guess that but you can always do so in code behind file

Re: Problem with ASP.NET Session State

2005-09-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , Partha's response , is quite logical , reason for this being : 1. In case you are having server as part

Re: regular expression prob.

2005-09-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Post an example , that for a given string , you want a specific result and you are getting a different

Re: Redirection

2005-09-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 8 in Discussion Hi , I think frames is the best solution in this case , because HttpResponse and Server classes are both sealed

Re: Custom Framework Testing in .NET

2005-09-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Nadeem , Send some details about your custom framework , essentially what r u intended to do with it and what

Re: regular expression prob.

2005-09-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi Ashish , Just try this as your Regular Expression string - [Ash]* and tehn comapre with three kinds of string

Re: Custom Framework Testing in .NET

2005-09-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi Nadeem , Since you are checking the functionality of the framework , so let me categorize under same category

Re: browser's back button

2005-09-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Ashok , I think this logic will work for you . even on pressing the browser back button page_Load event fires

Re: Securing WebServices

2005-09-10 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Satheesh , See Webservice in .Net framework can follow similar security model as done by any of the normal

Re: Redirection

2005-09-09 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , That's easy : Response.Redirect(string url) will do what ever u need , I think it's in System.web

Re: hello , doubt with getting a C++ file to compile .

2005-09-09 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , You need to give more details regarding what you are actually trying to do : 1. Are you trying to work

Re: Consuming DotNet webservice in ASP ...

2005-09-09 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , check out following link for more information : http://forums.asp.net/1021756/ShowPost.aspx Hope

Re: Urgent : Calling a windows application from web application

2005-09-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 5 in Discussion Hi , Can you paste your code for better understanding as i am not able to get any satisfactory solution till now

Re: .NET dll with medium trust settings - Pls help

2005-09-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , I am not very sure that nitty gritties of the issue are still clear . If the Medium Trust Settings

Re: Issue with Threads...

2005-09-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , By Playing with the threads , you are actually entering a Risky domain , where Lot Of OS Privileges

Re: Services Problem...

2005-09-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , Access is denied - kind of message gives a suspicion that something is holding on to the reference

Re: Urgent : Calling a windows application from web application

2005-09-06 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , If , i can understand the issue correctly , then you are calling the winform exe from web application

Re: urgent: passsing Dataset between pages

2005-09-06 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 16 in Discussion Hi , HttpContext could be one of the options but definitely not in this kind of case , where huge thing like

Re: Micosoft Test Management Tool

2005-09-05 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Nadeem , Can you just give some details regarding kind of testing you wnat to do , viz : 1. Functional

Re: How does DateTimePicker allows null values????

2005-09-05 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Deepak , What i can understand from your requirement is : You need to get a DateTimePicker on winform

Re: urgent: passsing Dataset between pages

2005-09-02 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 6 in Discussion Hi , Session is anytime better option than cookie , which is never meant for storing heavy things like dataset

Re: A:E-Books, Act fast

2005-09-02 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hey Varad , As of now all links are working , thanks for this amazingly rich collection . regards , Mrinal

Re: Multiple result sets from SP to typed data set

2005-09-02 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Naming a set of tables to a different one than default tableN format doesn't make it typed dataset

Re: How to freeze DataGrid (winForm) left columns.

2005-09-02 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Check out the link : http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44 You need to do some

Re: urgent: passsing Dataset between pages

2005-09-02 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 10 in Discussion Hi , Few things : 1. Let assume dataset size 50 Mb , then do u suggest storing this data in a cookie rather

Re: FileSystemWatcher

2005-09-01 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , It's bit strange that code is working on dev. machine and not on production one , especially , i assume

Re: UIP Application Block

2005-09-01 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , You need to do searching , but i doubt beacuse UIP is more of a concept with code implementations

Re: how to lock web.config file

2005-08-30 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Have a look at : http://support.microsoft.com/default.aspx?scid=kb;en-us;329290 This is what you need

Re: Can one solve this problem ???

2005-08-29 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi , Not much could be inferred from your statement , if the application was working fine then what is the code

Re: Remote Connection

2005-08-29 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , From your message , i could not infer much about the issue that you may be facing , but still can give some

Re: Can one solve this problem ???

2005-08-29 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 5 in Discussion I meant Type Incompatibility as reason for Casting error

Re: Question Of The Day !!!! -- (26-08-2005)

2005-08-27 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion On Managed Heap , as boxed values are refernce type . Mrinal

Re: Show app in Task Manager

2005-08-26 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , There's a form property ShowInTaskBar , just see if it helps you , i think you need to make it false

Re: Need help in Using Process class in C#

2005-08-26 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion New Message on BDOTNET Need help in Using Process class in C

Re: Need help in Using Process class in C#

2005-08-25 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , See System.diagnostics namespace -- Process class is essentially meant for doing a job or running a process

Re: Open source ---

2005-08-25 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , You are on a MS group , so i will try to give you definition of Open source technologies , from different

Re: Open source ---

2005-08-25 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion New Message on BDOTNET Open source --- Reply

Re: Question Of The Day !!!! -- (22-08-2005)

2005-08-23 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi , Check out the link : http://www.dotnetjohn.com/articles.aspx?articleid=32 Gives details of state

Re: AD help

2005-08-23 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Go to Software Artifacts section , i had posted an article out there : Accessing Active Directory

Re: Question Of The Day !!!! -- (23-08-2005)

2005-08-23 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi , Check out : http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/ca617e91-803b-4448

Re: Problem with JavaScript using in DOTNET

2005-08-23 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , What i can think of a reason for this problem is , not creation of an object requitred by javascript

Re: how to find deleted user from the AD

2005-08-23 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Go to Software Artifacts section , i had posted an article out there : Accessing Active Directory

Re: asp.net + javascript

2005-08-23 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , I am not very sure , i am clear about your question and would prefer to see the code for suggesting

Re: unmanaged code

2005-08-22 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Unmanaged code is not targeted by CLR , they have their own runtime as in case of COM , that do the job

Re: Scenario

2005-08-21 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Few things , just as a suggestion as i am not very sure that i understood your query completely : 1. IIS

Re: Question Of The Day !!!! -- (18-08-2005)

2005-08-19 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 5 in Discussion Frankly saying i don't think there's any difference except they are there for good design purpose as we normally

Re: SAP Connector for .NET Application

2005-08-19 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Check out the link : http://www.kuckuk.com/public/tn/tn0016.html or in case you can spend some money

Re: Problem in Dataset.AcceptChanges

2005-08-18 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , In this case Accept changes doesn't have much role to play for db update , it's just changes the Rowstate

Re: Question Of The Day !!!! -- (17-08-2005)

2005-08-18 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 5 in Discussion Concept of Polymorphism , which forms the base of OOPS , is as simple as : Deciding at runtime / Resolving

Re: Regular expression

2005-08-17 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi , I think it will be a good idea to separate out the different acceptable format , it will help in creating

Re: Very Urgent

2005-08-14 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Vijay , If you start going in the depth , answer to this question may span a book , but let me tell you

Re: Memory Release - Net related Components

2005-08-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 6 in Discussion Hi Vinod , just start perfmon.exe from start -- Run and go to help , it explains in very easy steps about how

Re: VB.NET Application that runs on windows as well as Macintosh

2005-08-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi ,If it's a windows application / console or any other exe , then not possible , as CLR is not developed

Re: Question Of The Day !!!! -- (11-08-2005)

2005-08-11 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , Best way will be to create a dataset and get all the result sets as datatables from different sql sources

Re: Regular Expression

2005-08-10 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , you question is not at all clear , as regex a single change could validate a different combination

Re: Doubt in GAC

2005-08-10 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , This link may also help u : http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306149 actually

Re: Question on Dispose,necessity of GC.SuppressFinalize

2005-08-09 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , In ur case it's not required , since the whole idea about implementing dispose and calling suppress

Re: Memory Release - Net related Components

2005-08-09 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi Vinod , Few more things based on your reply : Also a small caveat , i am as of now not directly working

Re: How can i create MSGBOX

2005-08-09 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , This happens when you try to use Winforms Message box class in a web form and even when you specify above

Re: Memory Release - Net related Components

2005-08-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Vinod , Following is my take on your query plus few things that i would like to clarify : 1. When you talk

Re: Question Of The Day !!!! -- (08-08-2005)

2005-08-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , In short the idea behind delay signing goes like this : If the asssembly to be generated is a strong name

Re: code for DataMapper pattern

2005-07-20 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , See if this link helps you : http://donxml.com/allthingstechie/archive/2004/10/18/1435.aspx thanks

Re: Need help please Dataadapter.update not working

2005-07-20 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Not much can be guessed out of ur code , since you have given a snippet with lot of hidden details / method

Re: IIs

2005-07-20 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , First thing you try is Pinging that machine : 1. Ping MachineName / Machine IP . 2. If step 1 Suceeds

Re: Need help on ADSI

2005-07-20 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Check up Software Artifacts section , i have complete code posted related to accessing Accessing Active

Re: Question Of The Day !!!! -- (20-07-2005)

2005-07-20 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Essence of using AutoComplete attribute in Serviced components in Net is making sure that runtime Calls

Re: reequired field validator

2005-07-20 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , That is pretty straight forward , there's an enabled propertry of RequiredField Validator that u can use

Re: Invalid attempt to nextResult when reader is closed

2005-07-18 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , You can actually check up few things before getting on to a conclusion : 1. There's no code of your

Re: Question Of The Day !!!! -- (14-07-2005)

2005-07-14 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , That's right Validation should surely take place at on server side , as client side validation could

Re: URGENT !!! GDI+ Designsurface(Saving control as Image gif, jpeg etc.)

2005-07-14 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , Link above suggests the same thing , i suggested yesterday i.e Binary Serialization , this is the code u

Re: How to convert graphic object to filestream

2005-07-14 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , For streaming a drawing object , you can try making your class binary serializable and then you can put

Re: time out expired, sol required very urgent

2005-07-14 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , As your error clearly suggets , this is a Time Out issue with Sql server ( underlying database

Re: Problem with Datagrid

2005-07-14 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , It will be good if you can filter your data coming into grid at Sql query or Dataset / dataview level

Re: intw questions

2005-07-14 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion 1. I think it's asp:Label , it's the only one that user needn't mess up with . 2. M/c .Config - Machine

Re: Question Of The Day !!!! -- (12-07-2005)

2005-07-12 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Equals is the method of object class which is available with all the derived classes , so it equates

Re: max number of threads in a process

2005-07-11 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , Number of threads in a process can only be limited by amount of memory utilized by the process vis a vis

Re: what is gac?

2005-07-09 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , To Add to Anil's comments : 1. GAC is only meant for shared assemblies , essentially which need

Re: Regd---

2005-07-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi Manohar , Type class is used invariably in case you are using reflection and you have loaded an assembly

Re: DLLs in assembly

2005-07-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , I think you have mixed up some concepts , see : dll in MS world is an assembly itself , so having more

Re: Question Of The Day !!!! - (07-07-2005)

2005-07-08 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , Ashx refers to Creation of Custom Http Handlers , taht can be seamlessly plugged into asp.net application

Re: Queries in assembly

2005-07-07 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , Installing assembly in GAC just ensures that assembly can be a shared assembly with multiple versions

Re: Question from Last UG

2005-07-07 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 5 in Discussion Hi Anuj , What i can derive from your comments is that once Web.config is changed , ASP.net will get to know

Re: How to EXE file?

2005-07-07 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Try using - System.Diagnostics namespace - Process.start method in one of the appropriate web page methods

Re: Getting result from ref cursor

2005-07-07 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Paste your complete code , as it's required for u to pass OracleRefcursor type as an Input - Output

Re: How to catch user leaving the site in the middle of his session?

2005-07-06 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 4 in Discussion Hi , Somethin' like this should help you : You need to actually make sure that you Invalidate the Session

Re: Difference between com and com+

2005-07-06 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 3 in Discussion Hi , Difference stated till now is fine but it's important to understand that COM+ is an implementation

Re: Question Of The Day !!!! -- (06-07-2005)

2005-07-06 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , I either case there's nothing special that needs to be done , because you client will just try to acees

Re: Question from Last UG

2005-07-06 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , I am not Srinivas and not sure whether i qualify to answer this question , but still would like to share my

Re: How to return Temp Table from Oracle SP

2005-07-05 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Simple Select statement won't work in case of oracle as it does in Sql Server , since in this case you have

Re: DataGrid Web Control : Object reference not set to an instance of an object

2005-07-05 Thread Mrinal
--- New Message on BDOTNET --- From: Mrinal Message 2 in Discussion Hi , Try Adding this to ur logic : if (e.Item.DataItem != null ) along with the other if condition and see

  1   2   3   4   5   >