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
C

cdpsource

@cdpsource
About
Posts
27
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DSN
    C cdpsource

    Yes you can migrate it to SQL DB manually to be in safe side but your software must be compatible with data-source.

    Database database sql-server sysadmin question learning

  • intellisense
    C cdpsource

    How can i implement intellisensefeature inside my richtexbox, inside windows form? Regards

    C# question visual-studio

  • Online game
    C cdpsource

    The game will have very simple graphic interface so all what the game will process that are few data rows and keeping updated some statuses which are stored in SQL Tables.

    C# game-dev question

  • Online game
    C cdpsource

    Thanks a lot Abhinav S I will check this too before i start developing project :)

    C# game-dev question

  • Online game
    C cdpsource

    Thanks Max The game will have max 4 palyers so webservices are good choice to use for communicating between players?

    C# game-dev question

  • Online game
    C cdpsource

    Hi I am planing to develop desktop application game for multiple players online and as idea to archive this i plan to use webservices to communicate players between them. Does webservices are good for manage multiple players or is any better way to do this? Thanks and regards.

    C# game-dev question

  • How to write a Linq 'Where' clause for nullable datetime?
    C cdpsource

    try this

    [HttpGet]
    public IEnumerable GetDate(DateTime? start, DateTime? end)
    {

            var data = from c in db.database\_WICs
                       where c.UploadDate == (start==null? c.UploadDate : start) &&
                             c.UploadDate == (end=null? c.UploadDate : end)
                       select c;
            return data.ToList();
        }
    
    ASP.NET database csharp linq json help

  • How to contact with Mr.Sergey Alexandrovich
    C cdpsource

    Is this person which you want to contact? http://www.codeproject.com/Members/SAKryukov[^]

    C# tutorial question

  • Index of Button
    C cdpsource

    Hi, I have a panel and inside that panel there are 3 buttons which I have put them drag and drop inside that panel, now I add dynamically button4 inside panel which it's left is left of button3+button3.width, so when i want to check first index of controls inside panel then i get button which i added dinamically, instead of button4 i except to get button1. So why i am getting this dinamically added button as first button of panel and i dont get button1 as first button inside panel? Can anyone explain me this? Best regards.

    C# database question

  • develop multiplayer game
    C cdpsource

    I want to develop tic-tac-toe game online for two users and SQL Server I will use to save players move and broker i will use to notify when soneone's turn to play, or should I use another way to notify user when is turn to make a move. Thanks

    C# database game-dev

  • develop multiplayer game
    C cdpsource

    I want to develop multiplayer game online and I plan to use SQL Broker to notify user when it is turn to play, or which technique you suggest me to use. Regards

    C# database game-dev

  • Download multiple files
    C cdpsource

    Hi, How can I download multiple files in same time with my C# applicaion, like is utoorent applicaion. I have list of docx files and i want to download all of them in same time. Thanks

    C# csharp question

  • RDLC Report Designer
    C cdpsource

    Hi, How can I implement rdlc report designer inside my application, the user could design their reports as the need and finally to save them as rdlc file format. Best regards.

    C# design question

  • Display RichTextBox string in RDLC report
    C cdpsource

    Thank you for your help bu unfortunately I have designed report in VS.NET 2008 and currently i need solution for version VS.NET 2008 before i plan to migrate my report in newer version.

    C# database

  • Display RichTextBox string in RDLC report
    C cdpsource

    I have rdlc string in which some words are bold,have text color,italic,etc and this string i get from database and i need to display it in rdlc report as is formated.

    C# database

  • merge cells in rdlc report
    C cdpsource

    Thanks for answer but I need to merge cells programmatically based on formula expression.

    C# help question

  • merge cells in rdlc report
    C cdpsource

    In my rdlc report i need to merge cells of three columns based on one condition. Any help?

    C# help question

  • Encode richtextbox1
    C cdpsource

    I have richtextbox and i save content of it into sql database, now i want to encode string and represent as html encoded in rdlc report. Any help?

    Database database html help question

  • SlideShow Control
    C cdpsource

    I need slide show control to show swf files, that control i want to bind from database. E.g I have few files swf paths saved in my database and i want to bind that swf path files in slideshow control.

    ASP.NET javascript database question

  • SlideShow Control
    C cdpsource

    I have to show swf files in that control.

    ASP.NET javascript database 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