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
N

nagendrathecoder

@nagendrathecoder
About
Posts
295
Topics
47
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Unable upvote/downvote even after email confirmation
    N nagendrathecoder

    Yes, its working now. Thanks. :)

    Site Bugs / Suggestions question

  • Unable upvote/downvote even after email confirmation
    N nagendrathecoder

    I am not able to upvote/downvote any messages. I was able to do that some days back. Even after confirming my email address, i am not able to upvote/downvote. What could be the reason?

    Site Bugs / Suggestions question

  • Difference between Array and Loop.
    N nagendrathecoder

    Nice example:thumbsup:

    C# question data-structures

  • Two Calendar Controls
    N nagendrathecoder

    So, what is the problem? You didn't mentioned your problem. :wtf:

    ASP.NET

  • datagridview
    N nagendrathecoder

    ptvce wrote:

    but my form is windows form not web form

    Then why you posted this question in ASP.Net forum, you should have posted it in C# forum.

    ASP.NET css database question

  • Exception in C#
    N nagendrathecoder

    rapsrik wrote:

    if ((CheckDuplicates(ExistingAssociatetbl) == false) & (CheckDateTime(ExistingAssociatetbl)

    For me, problem seems to be here, "&" is Unary AND operator and you are using it as Logical AND. Try to use "&&" operator, its Logical AND operator used in if conditions. I am not too sure whether it'll solve your problem, but i think error is for that only. Try it. :)

    ASP.NET help question csharp

  • Exception in C#
    N nagendrathecoder

    Can you please provide code snippet of the lines where you are getting this error.

    ASP.NET help question csharp

  • Hashtable and dictionary
    N nagendrathecoder

    Have a look at This[^], You'll get your answer. :)

    C# cryptography question

  • C# version
    N nagendrathecoder

    Latest version of c# is 4.0. Yes, you are right, c# 4.0 comes with Visual Studio 2010 (.Net Framework 4.0). :)

    C# csharp question announcement

  • how i add a pictures in the database & how to connect to sql server with formview and gridview using c#
    N nagendrathecoder

    See This[^]

    ASP.NET database tutorial csharp sql-server sysadmin

  • converting gridview to excel in asp.net
    N nagendrathecoder

    Have you tried earlier solutions?

    ASP.NET csharp asp-net

  • export gridview to excel in asp.net
    N nagendrathecoder

    What is the extension of file you are getting? If its .xls then it is excel format. The gridlines might not be visible there, you have to add gridlines.

    ASP.NET csharp asp-net help tutorial

  • return type error "not all code paths return a value"
    N nagendrathecoder

    By looking at your code, it seems that you have written a program to checked whether entered number is prime or not. I am sorry my friend but logic of this program is incorrect.

    wjbjnr wrote:

    not all code paths return a value

    This error is coming because its not returning anything if program control doesn't entered inside "for" loop. You have to make your logic correct. P.S: Please provide code snippets in code block, it enhances readability of code.

    C# question debugging help

  • execution of a C # application
    N nagendrathecoder

    Execution of C# application starts from method Main(). :omg:

    C# question

  • Generate Sequencial Number
    N nagendrathecoder

    You just need to concatenate all strings, "your datetime string" + "000000" + your value of x. Are you facing any problem in this?

    C# csharp help

  • ASP:NET: Page leaves or not [modified]
    N nagendrathecoder

    Can you please explain your question or provide some details.

    ASP.NET

  • Remove items from the list box in C# windows application
    N nagendrathecoder

    yadlaprasad wrote:

    Lstservices.SelectedItems.Remove(Lstservices.SelectedItem);

    I don't think this'll work. Use this instead :

    Lstservices.Items.Remove(o);

    C# csharp help question

  • Error in Windows CE Emulator [Solved]
    N nagendrathecoder

    I figured it out. :)

    Mobile csharp help question announcement

  • Error in Windows CE Emulator [Solved]
    N nagendrathecoder

    Hi, I have developed an mobile application. I successfully deploy it on Windows CE Emulator. My application is referencing a dll from other c# project. Dll is visible on my Emulator. But when i try to run my application on Emulator, it shows the error as: Could not load type 'TestClass.MyClass' from assembly 'TestClass,Version=1.0.0.0, Culture=Neutral,PublicKeyToken=null'. TestClass is my c#project whose dll i am referencing in my mobile application. Can anybody tell me what i am doing wrong or am i missing something? Thanks and regards, Nagendra.

    modified on Friday, April 30, 2010 1:27 AM

    Mobile csharp help question announcement

  • delegates and events in c#
    N nagendrathecoder

    Check Here[^]

    C# 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