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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

Saeed 394

@Saeed 394
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to recognize null values or not required fileds
    S Saeed 394

    i want to know how to recognize null values or not required fileds when fileds are empty for example: u have 2 textboxes name and id ,one time u want to select DB all of members that they have no id (it means in search fields id is null field----select name, id from t1 where id = null) another time u need to select members that their id is blank----(select name from t1 where id = '';) thanks again

    C# csharp tutorial

  • how to recognize null values or not required fileds
    S Saeed 394

    I have a Winform with some textboxes and comboboxes to search values from sqlserver, i need to recognize when my fields are empty and users dont input anything and by mean they dont need fields,and i have to know they dont want a field or this field is a null i am looking for the best way to handle null values in textboxes and comboboxes in c# thanks

    C# csharp tutorial

  • what is best way to do this (create interaction between 2 application) ?
    S Saeed 394

    HI i write two application with C#. at now i want to create an interaction between them. what is best way to do this (create interaction between 2 application) ? can we do this with interfaces ?

    C# question csharp

  • back up sql server databases from server to local
    S Saeed 394

    Hi,i want to know that how can i get schedule back up from server to local ?? for example : i have a database ("testDB")in the server ( www.server.com) then i need get backup every day and transfer all new data to my PC in (localhost ). thanks.

    Database database question sql-server com sysadmin

  • Can I create a class from a string name??
    S Saeed 394

    Hi.Thanks Can you Write Example Code For me?? I cant Run that method for my aim. my aim: string nameClass = "Class1"; Class1 { .... } nameClass newInstance = new nameClass(); how can i write this code with activator?? best regards.

    C# csharp tutorial question

  • Can I create a class from a string name??
    S Saeed 394

    Can I create a class from a string name?? I want to Make a new instanc class from string name in C#. for example: string nameClass = "Class1"; Class1 { .... } nameClass newInstance = new nameClass(); Thanks For Your Time.

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