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

Search:

Type: Posts; User: nkaushik

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,193

    Call code behind method from javascript

    Hi,
    I have a method in codebehind which I will have to call when particular situation occurs. How I can call method of code behind that is in c# from javascript or any other way to achieve the...
  2. Differnece between User Control and Server Control

    Hi,
    I am very new to .net so could anyone tell me what is difference between user control and server control.
  3. Replies
    4
    Views
    12,458

    Difference between Assembly and Namespace

    Hi,
    Could anyone tell me difference between Assembly and Namespace in .NET
  4. default parameter in method exposed by ATL COM Interface

    Is it possible to have a default parameter in the method exposed by ATL COM Interface.


    Like Add( int a=0, int b=0)
  5. Hey!!! If you are looking for an example on...

    Hey!!! If you are looking for an example on StackWalk then go through below mentioned link.

    http://www.codeproject.com/cpp/exception.asp
  6. Replies
    9
    Views
    1,317

    Well Kirants point is also very important one ,...

    Well Kirants point is also very important one , otherwise retry may put another question :)
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured