Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
H

Het2109

@Het2109
About
Posts
94
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Monitor connection pool - ODP.Net 10g
    H Het2109

    Thanks Mika, Actually I tried v$session but I am not able to figure out through which application user has logged in, and got into that connection pool. Also, its like after some number of connections (less then 20) it is not allowing me to log in and its just spinning and not giving error and I have closed all the other connection from other browsers. So practically there are no active connection, still its not letting me in. SELECT sid, serial#, event, seconds_in_wait, client_info, status, terminal FROM V$SESSION WHERE PROGRAM IS NOT NULL and OSUSER = 'ASPNET' and terminal = 'Terminal1' order by seconds_in_wait Anyways, lemme try some other things, if I can think of ! Thanks for your help Mika.

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    Database csharp com sysadmin question

  • Monitor connection pool - ODP.Net 10g
    H Het2109

    Performance Monitor integration is available in 11g and not in 10g :(. Still, thanks and lemme have another look at that one.

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    Database csharp com sysadmin question

  • Monitor connection pool - ODP.Net 10g
    H Het2109

    I am using odp.net 10gR2. Is there a way I can monitor the connection pool, like action connection, connection strings or active connections etc. Also, can I know the like how many connection pools will be there per cpu in my server and can I make any of the connection pool as inactive or disable or something like that ? Thanks in advance.

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    Database csharp com sysadmin question

  • How to get reference of a User Control inside another User Control
    H Het2109

    I have User Control ucParent, inside which I have User Control ucChild. I am trying to refer to the ucChild from ucParent, but I am not able to ? Any hints, ideas ? BTW, if I have ucChild in an aspx page, I am able to refer it. Thanks in advance !

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    ASP.NET csharp com tutorial question

  • Accessing Event raised by a control
    H Het2109

    Scenario, I have an Asp.Net page which has 3 panels, with 3 different pages, Left, Middle and Right. I have a user control in Right panel, and am raising an event in that. I want to Handle that event in my Middle panel without including the user control without including the user control in the Middle panel. Is there a way I can do it ? Hope it is clear ! Thanks in advance !

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    ASP.NET csharp asp-net com question

  • Notification alert for ASP.Net Application
    H Het2109

    I don't want user to refresh the page.

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    ASP.NET csharp asp-net com sysadmin learning

  • Notification alert for ASP.Net Application
    H Het2109

    I want to develop an application which will do the following - Notify the user few mins ahead before we shut down server so he can save his work. - Notify user few mins ahead before we bring down the applicaiton so he can save his work. - I don't want to install anything on client side (service, active X etc). - I don't want to put code on every page for doing this. - Today i am implementing it for an application, tomorrow i might want to hook that for other application as well. Any pointers/links/articles/resource in this direction will be greatly appreciated ! Thanks,

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    ASP.NET csharp asp-net com sysadmin learning

  • Does Anyone has a Codegenerator for Oracle DAL
    H Het2109

    ??

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    C# csharp oracle com announcement

  • Does Anyone has a Codegenerator for Oracle DAL
    H Het2109

    May be I couldn't express it correctly. I need a c# code for codegenerator which is going to generate code for my Data Access Objects, one like CodeSmith etc does. I have code ready for objects but have to get it for writing Insert update Delete method. I mentioned oracle as most of the tools work good for MSSQL. Hope you got it!

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    C# csharp oracle com announcement

  • Does Anyone has a Codegenerator for Oracle DAL
    H Het2109

    I need a code generator which will generate class for my Table adapter (which has insert update delete fillby etc methods). I have tried CodeSmith seems not working with the tnsnames.ora conn string. If there is any other alternate solution that is also welcomed. Thanks,

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    C# csharp oracle com announcement

  • MOSS 2007 - Site Collection
    H Het2109

    How to deploy a site collection ? Can I create a Site Collection inside a Site collection ? Thanks in advance !

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    ASP.NET csharp com tutorial question

  • Passing values between user controls
    H Het2109

    You mean, set/get properties in a user control, define that user control in another control and access the values ?

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    ASP.NET csharp asp-net winforms com tutorial

  • Garbage Collector
    H Het2109

    Thanks Scott for your reply and article, it really helped me get rid of my confusion and get to know more of GC.

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    .NET (Core and Framework) csharp com performance help tutorial

  • Passing values between user controls
    H Het2109

    How to pass values between user controls in same Asp.Net page ? Thanks in advance!

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    ASP.NET csharp asp-net winforms com tutorial

  • Garbage Collector
    H Het2109

    I couldn't find any sample where they have shown the exact use of calling garbage collector explicitely. For example what I think is if I am using Interop, say object of Excel file in .Net, it is good to call GC.Collect to free up the memory. Is what i think correct? What are the other scenarios when we should use Garbage Collector ? Thanks for your help in advance.

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    .NET (Core and Framework) csharp com performance help tutorial

  • Value of checked checkboxes in a form
    H Het2109

    What i mean to say, is it possible to do it without a loop only with 1 line of code ?

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    C# csharp com help question

  • Value of checked checkboxes in a form
    H Het2109

    I have few checkboxes in my form, and i want to get only those which are checked. Can this be done only in 1 line of code? As i know the loop to execute and get the checked values. Thanks in advance for your help.

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    C# csharp com help question

  • RichTextBox formatting
    H Het2109

    Check the below link it might help. http://msdn2.microsoft.com/en-us/system.windows.forms.richtextbox.selectionfont.aspx[^]

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    C# tutorial

  • Accessing folder from outlook express 2003 with C# 1.1
    H Het2109

    Thanks for that, but it gave me out of index error, but i just twisted your code somewhat and this is what i did and got the folder details i need. Outlook.Application OApp = new Outlook.ApplicationClass(); Outlook.NameSpace ns = OApp.GetNamespace("MAPI"); Outlook.MAPIFolder inbxfld = ns.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox); Outlook.MAPIFolder prsnlfldr = ns.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox); Outlook.Folders pfldr = ns.Folders; Console.WriteLine(pfldr.Count); foreach(Outlook.MAPIFolder fld in pfldr) { Console.WriteLine(fld.Name); } Thanks a million for your help and getting me out of this :) Now I am going a step further! Btw, liked your line "Just because we can; does not mean we should."

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    C# csharp com help

  • Accessing folder from outlook express 2003 with C# 1.1
    H Het2109

    You are almost there! :) What i mean is when we write Outlook.MAPIFolder oPublicFolder = oFolders.Item("SPAM"); when i write oFolders and press ".", i don't see "Item", means oFolders doesn't have a definition of "Item" and it throws me error there itself. Specifing the folder name "SPAM" will be checked in the next step. Hope you are getting me now. Appreciate and Thanks a million to you!

    Het Waghela :)Be Humble in Victory and Strong in Defeat.:) Het Waghela, Blog|Het Waghela DotNet Questions Link|More Links

    C# csharp com help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups