-
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 … -
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 … -
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 … -
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 … -
Gave Reputation to subha_2 in C# Programming
Hello Everyone -
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 … -
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 … -
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. … -
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 … -
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 … -
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 … -
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 … -
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 … -
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, … -
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 … -
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 … -
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 … -
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 … -
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.