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

Neha_Gupta

@Neha_Gupta
About
Posts
13
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Crystal reports
    N Neha_Gupta

    I am not able to access the crystal reports at run time using C# GUI. I am running the application in Windows 7. Evrything is ok bt while running, it is giving error in the statement where crystal report is initialized. Do we require some component to be installed there???

    NEHA GUPTA

    C# csharp help question

  • Update data through gridview
    N Neha_Gupta

    How to update data through datagridview in C#.NET 2005 (ADO.NET) ?? Please help..

    NEHA GUPTA

    C# csharp help tutorial question announcement

  • primary key
    N Neha_Gupta

    but there is some option when we alter the table, (when we add constraint) with an option "with check" and "with nocheck". What is that option? Please clarify..

    NEHA GUPTA

    Database question

  • primary key
    N Neha_Gupta

    If a primary key is dropped from a table and some records are duplicated after dropping primary key, then is it possible to apply the primary key on the same column. If yes, then how??

    NEHA GUPTA

    Database question

  • Page level error in ASP.NET
    N Neha_Gupta

    As said by you, I applied Server.ClearError() in Page_Error event but still same output.

    NEHA GUPTA

    ASP.NET help csharp asp-net tutorial question

  • Page level error in ASP.NET
    N Neha_Gupta

    I am getting an exception instead of getting response on the web page.

    NEHA GUPTA

    ASP.NET help csharp asp-net tutorial question

  • Page level error in ASP.NET
    N Neha_Gupta

    Can anyone tell me how to apply Page_Error in ASP.NET? I have written the following code in some.aspx.cs file. protected void Button1_Click(object sender, EventArgs e) { int[] a=new int[5]; a[5] = 0; } public void Page_Error(object sender, EventArgs e) { Response.Write("Error occured..."); } Where I am making mistake? Please help....

    NEHA GUPTA

    ASP.NET help csharp asp-net tutorial question

  • How to pass attributes to an exe??
    N Neha_Gupta

    Hi All, I have 2 exe's.What I have to do is to call one exe from the second one with some arguments.How to do it??

    NEHA GUPTA

    C# tutorial question

  • 3D Engine requirement
    N Neha_Gupta

    We are the new company in the field of Game Development. Which 3D Engine(which supports c# and .net) is cheap and best suited for us as we are looking for commercial products Thanx..

    NEHA GUPTA

    The Lounge csharp game-dev

  • checkbox
    N Neha_Gupta

    in the code window make the visible property of label true like label1.visible=true; Hope this will work.:)

    NEHA GUPTA

    C# tutorial

  • How to generate a random number
    N Neha_Gupta

    Thanx Guffa for correcting me :)

    NEHA GUPTA

    C# csharp visual-studio help tutorial lounge

  • How to generate a random number
    N Neha_Gupta

    use the following code snippet: Random rand=new Random(); and then u can use rand.Next(1,100); to generate a random no. between 1 & 100 Basically u have to specify the limits in which u want to generate a random no. Hope this will work.:)

    NEHA GUPTA

    C# csharp visual-studio help tutorial lounge

  • How to read in text from a textbox
    N Neha_Gupta

    suppose that u want to retrieve the data of the textbox to a variable u can do it by the foll code: string data=textboxname.Text;

    NEHA GUPTA

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