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
M

m m _2007

@m m _2007
About
Posts
8
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Forms
    M m m _2007

    i have two Forms : Form1 and Form2 from Form1 i show Form2: Form2 form2 = new Form2(); form2.Show(); i want from Form2 to Close Form1 by using the same code: Form1 form1 = new Form1(); form2.Show(); but doesn't close Form1

    C#

  • searching
    M m m _2007

    i want to search for specific row in database: first: stored procedure create procedure search @name varchar (50) as select * from members where name = @name second:C# -create connection and open it -create command and set it to stored procedure -create parameter and pass value i want to search for to that parameter i want to know the index of that row sotred procedure returned to pass it to : DataRow dataRow = dataTable.Rows[index] to fill textboxs of other fields "phone,hire_date,email,..." textbox.text = dataRow["phone"];

    Database database csharp algorithms

  • pass variables
    M m m _2007

    i want to pass variable from one calss "form1" to another class "form2"

    C#

  • refresh
    M m m _2007

    how can i refresh SQLserver tables from C# using ado.net classes

    C# csharp question

  • exit event handler
    M m m _2007

    how can i exit event handler..and dont execute code in this event handler when some condition occurs

    C# question

  • navigation bar
    M m m _2007

    i want to make navigation bar in my appliction i want to know the methods in ADO.NET using C# to navigate records in database

    Database csharp database

  • control in another form
    M m m _2007

    thx but still cant access enabled property

    C# question

  • control in another form
    M m m _2007

    how can i access control (like button) in one form(form 1) from another from(form 2).. i want to set the enabled property of this control rom form 2

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