CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mvksagar45

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,539

    Table Lock in sql Server

    I have an issue regarding the table locks in sql server. Here is what i want to achieve :

    I have a table on a central database. 5 process from 5 different servers access this table through a...
  2. Replies
    0
    Views
    6,061

    Regarding ModalPopupExtender

    Hello All,
    I am trying to use ModalPopupExtender from a Grid View and i am having problems with it. Can any one please help ?

    I have a grid view as follows :



    <Columns>...
  3. Replies
    3
    Views
    1,329

    sending structure from client to server

    Hi ,
    I want to send a structure (user defined) for example :

    struct bank{

    int empid;
    char name[50];
    float amount;

    } per;
  4. Replies
    1
    Views
    1,030

    Sending structure from client to server

    Hi ,
    I want to send a structure (user defined) for example :

    struct bank{

    int empid;
    char name[50];
    float amount;

    } per;
  5. Replies
    23
    Views
    4,458

    Converting int to string

    Hi Guys..
    I Wanted to convert an int to a string in C#...but i cannot use any built in functions.So, can any one tell me an algorithm or a program to do so....please is urgent....
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured