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

shubham salwan

@shubham salwan
About
Posts
10
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to save data
    S shubham salwan

    itz olredy included

    C# csharp database visual-studio design tutorial

  • cpp code convert to visual basic 6
    S shubham salwan

    This may help you http://tangiblesoftwaresolutions.com/Product_Details/CPlusPlus_to_VB_Converter_Details.html[^]

    Visual Basic c++ json help

  • data connectivity
    S shubham salwan

    i had created a connection to the SQL Express database but not able to create data-bound controls on the form

    Visual Basic database

  • connectivity with database
    S shubham salwan

    private void button1_Click(object sender, EventArgs e)
    {
    string connString = "Data Source=shubhi-PC;Initial Catalog=employee;uid=sa;pass=abc;Integrated Security=True"; SqlConnection conn = new SqlConnection(connString);
    conn.Open();
    String sql = "INSERT INTO emp_detail(empid,empname,empadd,empsal) values ('" + textBox1.Text + "','" + textBox2.Text + "','" + textBox3.Text + "','" + textBox4.Text + "')";

            cmd.ExecuteNonQuery();
    
            conn.Close();
            textBox1.Text="";
    

    i want to save data to sqlserver2005 ... bt itz not working

    C# csharp database visual-studio

  • Convert Asp.net web application App_Code folder to DLL
    S shubham salwan

    yes you can make DLL file of all the classes. this will help you to protect your code from others hope dis link will help you http://www.c-sharpcorner.com/uploadfile/mahesh/dll12222005064058am/dll.aspx

    C# csharp asp-net visual-studio question

  • how to save data
    S shubham salwan

    the thing is that i use to make web sites in visual studio.. i m trying window application form.. thatz y facing problem

    C# csharp database visual-studio design tutorial

  • how to save data
    S shubham salwan

    error occured that the type or namespace name sqlcommand could not be found

    C# csharp database visual-studio design tutorial

  • connectivity with database
    S shubham salwan

    i am not able o make connection con

    C# csharp database visual-studio

  • how to save data
    S shubham salwan

    hi can anybody tell me how to save data to database using visual studio 2008(c#). in sqlserver2005. i had created the design in web application form. please send me the code of save button.(c#)

    C# csharp database visual-studio design tutorial

  • connectivity with database
    S shubham salwan

    hi, i am using visual studio 2008 and making project in c#. i had created web application form but i am not able to connect it with database. em using sqlserver2005 as database

    shubhi

    C# csharp database visual-studio
  • Login

  • Don't have an account? Register

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