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

skrishnasarma

@skrishnasarma
About
Posts
37
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Active directory SID
    S skrishnasarma

    Hi all, I am able to fetch the SID of the user from Active Directory in C#, and I am looking for a way of converting this SID to string format. Also it is required to convert string format to SID using C#. The code sample for converting from a binary SID to a String SID is easily available, and I can find a C++ function to do this. Is there any way to do in c# Regards Sar.

    C# csharp c++ windows-admin

  • COM Interop
    S skrishnasarma

    Hi I have a COM DLL(C++ Code), I am calling this dll from a C# application. Is it possible to debug the c++ code from C# application? Regards Sarma

    C# com csharp c++ debugging question

  • Events in C# Interface
    S skrishnasarma

    Thanks Alexey, Shall I get any sample code on this?

    C# csharp tutorial question career workspace

  • Events in C# Interface
    S skrishnasarma

    Then how we achieve this?

    C# csharp tutorial question career workspace

  • C# interface
    S skrishnasarma

    Development Environment: C#/VS2005 I have an interface for doing a time consuming back end operation, the caller is a GUI program, I want to inform the caller that % of job completed in frequent intervals.(say for example 25%, 50% and 75% completed). With event can we achieve this? That is event will be raised from the interface and caller will wait for the event? Any ideas or Sample code? Regards Sarma

    C# csharp tutorial question career workspace

  • Events in C# Interface
    S skrishnasarma

    Development Environment: C#/VS2005 I have an interface for doing a time consuming back end operation, the caller is a GUI program, I want to inform the caller that % of job completed in frequent intervals.(say for example 25%, 50% and 75% completed). With event can we achieve this? That is event will be raised from the interface and caller will wait for the event? Any ideas or Sample code? Regards Sarma

    C# csharp tutorial question career workspace

  • Events in C# Interface
    S skrishnasarma

    Development Environment: C#/VS2005 I have an interface for doing a time consuming back end operation, the caller is a GUI program, I want to inform the caller that % of job completed in frequent intervals. (say for example 25%, 50% and 75% completed) . With event can we achieve this? That is event will be raised from the interface and caller will wait for the event? Any ideas or Sample code? Regards Sarma

    C# csharp tutorial question career workspace

  • Dataset
    S skrishnasarma

    Sorry My idea is to manipulate the data locally, . My ultimate aim is to do paging in dataGrid since winform GataGrid is not supporting the Paging.

    C# database help tutorial question

  • Dataset
    S skrishnasarma

    Hi I have some records say 1000 Nos fetched from SQL and stored in a Dataset. Now I need to fetch and store top 1-50 records in another dataset and top 51-100 records in another dtaset and so on. Could any one help me how to transfer records from one Dataset to another dataset? Regards San

    C# database help tutorial question

  • Dataset
    S skrishnasarma

    Hi I have some records say 1000 Nos fetched from SQL and stored in a Dataset. Now I need to fetch and store top 1-50 records in another dataset and top 51-100 records in another dtaset and so on. Could any one help me how to transfer records from one Dataset to another dataset? Regards San

    Database database help tutorial question

  • Paging in Datagrid
    S skrishnasarma

    I wiold like to do paging say by 1 , 2, 3 or next/Previous in datagrid (In Win form application) Any Input or Sample code please?

    C# question

  • Replication
    S skrishnasarma

    Hi I need to transfer the data from ms access to sql 2000 using Replication I do not know how to do. Could any one help in this regard?

    Database database help tutorial question

  • Web Service Exceptions at run time
    S skrishnasarma

    Hi I am developing web service as well as a Winform client for transferring some data. I just wand to know some of the exceptions during the transactions say for example 1. If web service as well as client is running in the same machine, if the IIS is not running means which exceptions will be thrown in the client side 2. If an error (say access violation) happened in the web service which exception will be thrown from the web service and how to catch in the client program 3.If the web service is running in the remote machine if the cline is unable to find the web service which exception will be thrown 4. If the web service is running in the remote machine and there is no network connection between the web service and the client , how it is possible to detect from the client side. 5.Each and every exception at run time is important for me for the cases like above. Could any one provide some information or code sample regarding the same?

    C# tutorial sysadmin windows-admin help question

  • Web Service Exceptions at run time
    S skrishnasarma

    Hi I am developing web service as well as a Winform client for transferring some data. I just wand to know some of the exceptions during the transactions say for example 1. If web service as well as client is running in the same machine, if the IIS is not running means which exceptions will be thrown in the client side 2. If an error (say access violation) happened in the web service which exception will be thrown from the web service and how to catch in the client program 3.If the web service is running in the remote machine if the cline is unable to find the web service which exception will be thrown 4. If the web service is running in the remote machine and there is no network connection between the web service and the client , how it is possible to detect from the client side. 5.Each and every exception at run time is important for me for the cases like above. Could any one provide some information or code sample regarding the same?

    Web Development tutorial sysadmin windows-admin help question

  • Web Service Exceptions at run time
    S skrishnasarma

    Hi I am developing web service as well as a Winform client for transferring some data. I just wand to know some of the exceptions during the transactions say for example 1. If web service as well as client is running in the same machine, if the IIS is not running means which exceptions will be thrown in the client side 2. If an error (say access violation or any other error) happened in the web service which exception will be thrown from the web service and how to catch in the client program 3.If the web service is running in the remote machine if the cline is unable to find the web service which exception will be thrown 4. If the web service is running in the remote machine and there is no network connection between the web service and the client , how it is possible to detect from the client side. 5.Each and every exception at run time is important for me for the cases like above. Could any one provide some information or code sample regarding the same?

    ATL / WTL / STL tutorial sysadmin windows-admin help question

  • Tristate Checkbox
    S skrishnasarma

    Hi there I wand to develop a custom control in C# that is Tristate Checkbox, Shall I get any sample coe in C#?

    C# csharp question

  • Win form user controls
    S skrishnasarma

    Hi I wand to develop a tri state Check listed box (That allows tickboxs to be in three states: ticked, unticked and crossed.) for a win form application. There is no such control in the .Net, shall any one suggest how to do or shall I get any sample code for the same. Regards

    C# csharp winforms tutorial

  • Winform User Controls
    S skrishnasarma

    Hi I wand to develop a tri state Check listed box (That allows tickboxs to be in three states: ticked, unticked and crossed.) for a win form application. There is no such control in the .Net, shall any one suggest how to do or shall I get any sample code for the same. Regards

    C# csharp winforms tutorial

  • web service
    S skrishnasarma

    Hi Dan Thanks for your reply.

    C# database sysadmin tutorial question

  • Web service
    S skrishnasarma

    Hi I am sending some data from one win form application to a database in the remote machine through a web service running in the remote machine. My requirement is first I have to find out that either the machine (Win form application running machine) is connected to the network or not? If the machine is connected to the network I have to send the data to the remote machine else I have to store the data locally. Could any one tell how to detect weather the web service is running in the remote machine or not? Could any one through some inputs on this ? Regards Subbu.

    Web Development database sysadmin tutorial question
  • Login

  • Don't have an account? Register

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