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
P

papyrus_lei

@papyrus_lei
About
Posts
10
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • about get connection string from app.config
    P papyrus_lei

    there were two project BLL and DAL, BLL use DAL to complete some CRUD jobs. i have referenced DAL in BLL. thanks ^_^

    C# help

  • about get connection string from app.config
    P papyrus_lei

    i delete some detail of the connection string because here is messageboards. i can get right value of connection string if i call GetCustomers() in project DataAccessLayer. but if i call GetCustomers() in BusinessLayer the conncetion string is always null. thanks anyway.

    C# help

  • about get connection string from app.config
    P papyrus_lei

    two projects,BusinessLayer and DataAcessLayer. DataAcessLayer includes CustomerDB.cs, App.config. App.config is like this: CustomerDB class has method GetCustomers public DataTable GetCustomers() { string ConnectionString = ConfigurationSettings.AppSettings ["ConncetionString"]; ............ } when i call GetCustomers() in BusinessLayer, the ConncetionString is always null. but i did have a successful try before. please help me,thanks. -- modified at 23:06 Tuesday 27th September, 2005

    C# help

  • about finding forms
    P papyrus_lei

    Windows API is what i need . Thank u for your patience. ^_^

    C# tutorial question

  • about finding forms
    P papyrus_lei

    if form B has existed, how could i know, and how to find it. thanks!

    C# tutorial question

  • about finding forms
    P papyrus_lei

    who can tell me how to active FormB from FormA, A(MainForm) and B(has been minimized) are in one application,but are not parent and child. If FormA and FormB are belong to diffent applicaions what should i do to achieve the same goal? thanks! ^_^

    C# tutorial question

  • how to get user defined type through webservice
    P papyrus_lei

    i write a class UserInfo included some fields and property, and then add method GetUserInfo() in .asmx return type is UserInfo, but when i call GetUserInfo() from client VS shows error : can not convert “SSIMS_APP.localhost.SecurityCheckInfo” to “SSIMS_Info.SecurityCheckInfo” SSIMS_APP is client project SSIMS_Info is the project Class UserInfo in

    C# visual-studio help tutorial

  • About ExecuteNonQuery ?
    P papyrus_lei

    thanks! ^_^

    C# question

  • About ExecuteNonQuery ?
    P papyrus_lei

    thanks!

    C# question

  • About ExecuteNonQuery ?
    P papyrus_lei

    when i use procedure CommandType is procedure and then run ExecuteNonQuery() the return value of ExecuteNonQuery() is always -1 so the return value of ExecuteNonQuery is useless when use procedure?

    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