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
S

sundar156

@sundar156
About
Posts
51
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get all the instance of a windows Service using WMI?
    S sundar156

    Of Course it is a windows service...The name of the Service is Of Course Unique...but has one Executable.

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# help tutorial question

  • How to get all the instance of a windows Service using WMI?
    S sundar156

    Hi, I have a windows service installed in my machine and User can create multipe instance of the Same service dynamically. Now the Problem is how to get the Name of all the Instance of the Windows Service from my windows Application using WMI ?

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# help tutorial question

  • how to handle the System.Web.Mail Exceptions effectively.?
    S sundar156

    but this is possible only in .net Framework 2.0 ...I am currently using .net Framework 1.1...!

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# csharp tutorial question

  • how to monitor the Status of the windows service ?
    S sundar156

    Thanks, After the service is installed it is not going to be recompiled in any way..So why do i at all make changes to the App.config file...Please clarify..

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C#

  • how to handle the System.Web.Mail Exceptions effectively.?
    S sundar156

    hi , I'm using .net 1.1 and have t send mail using System.Web.Mail.I have to handle errors like when the message sending fails i have to resend the mail,If the address is invalid i should not resend it again and if the mail bounce due to mailbox full,i have to resend it..Is it possible if i use System.Web.Mail. I know this can be handed in .Net 2.0 using System.Net.mail.

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# csharp tutorial question

  • how to monitor the Status of the windows service ?
    S sundar156

    hi, The changes made in the App.config will not take effect even ater stopping and starting the service , not untill you recompile the solution....

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C#

  • how to monitor the Status of the windows service ?
    S sundar156

    Hi, how to monitor the status of the service from a utility developed in c#,I came to know that we can use either System.ServiceProcess.ServiceController class or WMI.Which is more robust,and feasible way.....I have to start,Stop and pause a service ,the App.config file has settings like polling time...I am not able to modify the service during runtime if i make change to the App.config after installing the service.So is it Feasible to modify the Application.exe.config file during runtime to make the changes take effect during runtime...

    C#

  • how to handle errors in SMTP mail class? [modified]
    S sundar156

    Hi, How to handle errors in SMTP class using .Net.Like if it the mail bounces back how to get that message.though using catch block i can handle general exceptions while sending Mail.i need to check the type of exception like if the recipient's mail box is full(The mail would typically bounce back - how to get these type of exceptions). And i have to check if the SMTP sever is not down before sending mail.I am using .Net framework 1.1(version 2003) -- modified at 12:39 Thursday 8th March, 2007

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# csharp dotnet tutorial question announcement

  • how to connect to multiple instance of database?
    S sundar156

    HI, I have two instance of oracle 9i running in the database server.How do i connect to different instance from c#?

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# question csharp database oracle sysadmin

  • how to set value to property of user control from webforms code behind?
    S sundar156

    i have created a usercontrol in .Net and im adding that control from code behind of the webform,i have created some properties in the user controls .How do i access those property from the code behind of my web form?

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# question csharp winforms tutorial

  • how to notify the .Net application about the alerts in database?
    S sundar156

    Not triggers actually.You have "sp_add_alert" like http://msdn2.microsoft.com/en-us/library/aa259587(SQL.80).aspx by this you can create a database alert .I just wana know how to notify the alert to the application.

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# csharp database sql-server sysadmin tutorial

  • how to notify the .Net application about the alerts in database?
    S sundar156

    hi, How do we notify the application about alerts in the database. Actually i have created an alert in the database and it gets called whenever an update occurs in the database.how does the application gets to know that an alert has been called?the database is SQL Server 2000 and im using c#.

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# csharp database sql-server sysadmin tutorial

  • How to capture Datagrid Header Text events?
    S sundar156

    How do i capture the events in the datagrid header text? actually i have to sort the datagrid column when an image is click on the header of the datagrid column?

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# question tutorial

  • how to notify the application about database updates?
    S sundar156

    Thanks for the reply this is what i was looking for But is it possible to receive notification message when database is in unix environment and your .Net application is in windows environment?

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# database tutorial question announcement

  • how to notify the application about database updates?
    S sundar156

    hi, Is there a way to notify the windows application if an insert or update occurs in the database.I don't want to use polling.

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# database tutorial question announcement

  • how to create multiple instance of windows service .Net
    S sundar156

    i got the answer.The situation is like we have to monitor multiple server from the single service for perfomance reasons we are using a single service .

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# csharp sysadmin tutorial workspace

  • how to create multiple instance of windows service .Net
    S sundar156

    how to create multiple instance of a windows service in the same server.I have to run 5 instance of a single windows service in the same server .Environment is .Net and c#

    people laugh at me because they say im different and I laugh at them because they are all the same.

    C# csharp sysadmin tutorial workspace

  • uninstalling windows services
    S sundar156

    To uninstall windows service use installutil/u from your visual studio command prompt like installutil/u and for the next one i hope you should ask in sql forum.

    Luck is Opportunity with hardwork

    C# help database tools question

  • Path of a current process?
    S sundar156

    Hi, Is it possible to get the relative path of the current process ?If yes how?

    Luck is Opportunity with hardwork

    C# question

  • get Path from running instance of word ?
    S sundar156

    Thanks umseker.. It works.. :)

    Luck is Opportunity with hardwork

    C# question csharp
  • Login

  • Don't have an account? Register

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