• Member Avatar for Smith5646
    Smith5646

    Replied To a Post in can you help me on grades on array?

    If you can post what has you stuck, either the code that isn’t working or pseudo code if you’re completely stuck with the language, we can help you out. We …
  • Member Avatar for Smith5646
    Smith5646

    Replied To a Post in How to continue a switch statement until the user decides to quit?

    The problem with the execution of dank = dankestmemes(); at line 54 is that it is only executed if option is not Y/y. The continue at line 50 when option …
  • Member Avatar for Smith5646
    Smith5646

    Replied To a Post in dynamic sql problem

    I am guessing (since I don't have tables to verify with) that the problem is that in the below select you have two tables named p, the ledgertable and the …
  • Member Avatar for Smith5646
    Smith5646

    Replied To a Post in Help please

    Just to clarify where your error is... if you find an even number, you are executing a boolean statement (number = even). if you find an odd number, you are …
  • Member Avatar for Smith5646
    Smith5646

    Gave Reputation to subha_2 in C# Programming

    Hello Everyone
  • Member Avatar for Smith5646
    Smith5646

    Gave Reputation to Stat_1 in Data Tables get selected cell and display it in another page

    Hello i'm working with data tables and model view controller and i want to display selected cells in another partial view For example this is my table with data: <table …
  • Member Avatar for Smith5646
    Smith5646

    Created Need to preload some data in a REST API

    I have written a REST API using C# that runs on my server. When it is started, I want to preload some data from the database based on the organization …
  • Member Avatar for Smith5646
    Smith5646

    Replied To a Post in C++ Number of days passed in the year

    I am confused with what you are trying to do because your question says you want then number of days REMAINING in the year yet your sample shows days PASSED. …
  • Member Avatar for Smith5646
    Smith5646

    Edited Trying to find efficient method of cross referencing values

    I am trying to find an efficient way to build a cross reference in C# and I am at a loss so I thought I would ask for ideas. I …
  • Member Avatar for Smith5646
    Smith5646

    Created Trying to find efficient method of cross referencing values

    I am trying to find an efficient way to build a cross reference in C# and I am at a loss so I thought I would ask for ideas. I …
  • Member Avatar for Smith5646
    Smith5646

    Replied To a Post in Disable Button Until All Textbox Is Not Empty.

    I'm not 100% clear on what you want. If you only care that both textboxes are non blank, can you initially set your button to disabled and then use the …
  • Member Avatar for Smith5646
    Smith5646

    Replied To a Post in Simple Order BY problem please help me

    I don't see a screen print and don't know what you database looks like so maybe some stupid questions but... 1) is book_date a true date field or something else …
  • Member Avatar for Smith5646
    Smith5646

    Replied To a Post in Question on JSON best practices

    Let me ask that differently. If I need all of the data at the same time (printing a report for example), for each family, should I create the complicated single …
  • Member Avatar for Smith5646
    Smith5646

    Created Question on JSON best practices

    I am trying to find information on best practices for json data. I am working on a client server app that will contain family information. For purposed of this question, …
  • Member Avatar for Smith5646
    Smith5646

    Began Watching Looking for suggestions on client / server development

    I'm looking for some ideas on a direction to take on a project. I have a software package that I want to develop. When I discussed the software with a …
  • Member Avatar for Smith5646
    Smith5646

    Replied To a Post in Looking for suggestions on client / server development

    The quick and 50K ft overview is the app is it is a complicated "family/people tracking system"...names, addresses, phones, emails, etc. A while back, I wrote a version using VB.NET …
  • Member Avatar for Smith5646
    Smith5646

    Created Looking for suggestions on client / server development

    I'm looking for some ideas on a direction to take on a project. I have a software package that I want to develop. When I discussed the software with a …
  • Member Avatar for Smith5646
    Smith5646

    Began Watching Building webpage with topics on left and dynamic content on right

    I am trying to build a webpage that has a list of topics on the left side of the page and then when the user points to them (request has …
  • Member Avatar for Smith5646
    Smith5646

    Created Building webpage with topics on left and dynamic content on right

    I am trying to build a webpage that has a list of topics on the left side of the page and then when the user points to them (request has …

The End.