Click here to Skip to main content
15,884,237 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to calculate percentile from excel column? Pin
#realJSOP9-Aug-16 6:02
mve#realJSOP9-Aug-16 6:02 
GeneralRe: how to calculate percentile from excel column? Pin
Slacker0079-Aug-16 6:56
professionalSlacker0079-Aug-16 6:56 
GeneralRe: how to calculate percentile from excel column? Pin
Richard MacCutchan8-Aug-16 21:28
mveRichard MacCutchan8-Aug-16 21:28 
Questioncreate a program Pin
Member 105197957-Aug-16 20:45
Member 105197957-Aug-16 20:45 
AnswerRe: create a program Pin
Richard MacCutchan7-Aug-16 21:11
mveRichard MacCutchan7-Aug-16 21:11 
AnswerRe: create a program Pin
Pete O'Hanlon7-Aug-16 21:14
mvePete O'Hanlon7-Aug-16 21:14 
Generalcreate a new data table on every click of a button Pin
Member 126599265-Aug-16 1:21
Member 126599265-Aug-16 1:21 
GeneralRe: create a new data table on every click of a button Pin
dan!sh 5-Aug-16 1:45
professional dan!sh 5-Aug-16 1:45 
You have left out plenty of information that can help you get an answer. Having said that, try this:
  1. Create a UI that will allow you to display and edit the table data. You can choose an appropriate control based on technology you are using.
  2. Handle the click event of the button and create a table object in it. Also, add 30 rows to it.
  3. In case you want to retain all the tables, make sure they are stored in some class level list (for desktop applications) or in session or any other appropriate object/file (for web application).
In case you still have problems in achieving, please provide the code as well that you had tried. Make sure to post only the relevant code and also format it using code link on top of editor.
"You'd have to be a floating database guru clad in a white toga and ghandi level of sereneness to fix this goddamn clusterfuck.", BruceN[^]

GeneralRe: create a new data table on every click of a button Pin
Member 126599265-Aug-16 2:05
Member 126599265-Aug-16 2:05 
GeneralRe: create a new data table on every click of a button Pin
Mycroft Holmes5-Aug-16 2:30
professionalMycroft Holmes5-Aug-16 2:30 
GeneralRe: create a new data table on every click of a button Pin
BillWoodruff5-Aug-16 2:36
professionalBillWoodruff5-Aug-16 2:36 
QuestionHow add and delete multiple DLL references from C# project programmatically Pin
Member 126484635-Aug-16 1:15
Member 126484635-Aug-16 1:15 
AnswerRe: How add and delete multiple DLL references from C# project programmatically Pin
dan!sh 5-Aug-16 1:48
professional dan!sh 5-Aug-16 1:48 
AnswerRe: How add and delete multiple DLL references from C# project programmatically Pin
BillWoodruff5-Aug-16 2:39
professionalBillWoodruff5-Aug-16 2:39 
GeneralRe: How add and delete multiple DLL references from C# project programmatically Pin
Member 126484636-Aug-16 2:27
Member 126484636-Aug-16 2:27 
QuestionTaking photos with a webcam in C # desktop Pin
hassan toghisny3-Aug-16 21:27
hassan toghisny3-Aug-16 21:27 
AnswerRe: Taking photos with a webcam in C # desktop Pin
Pete O'Hanlon3-Aug-16 21:39
mvePete O'Hanlon3-Aug-16 21:39 
AnswerRe: Taking photos with a webcam in C # desktop Pin
Bernhard Hiller3-Aug-16 21:44
Bernhard Hiller3-Aug-16 21:44 
QuestionCD burning in C # desktop Pin
hassan toghisny3-Aug-16 21:08
hassan toghisny3-Aug-16 21:08 
AnswerRe: CD burning in C # desktop Pin
OriginalGriff3-Aug-16 21:36
mveOriginalGriff3-Aug-16 21:36 
AnswerRe: CD burning in C # desktop Pin
Ravi Bhavnani12-Aug-16 5:52
professionalRavi Bhavnani12-Aug-16 5:52 
QuestionLINQ with ref parameter Pin
sunsher3-Aug-16 20:57
sunsher3-Aug-16 20:57 
AnswerRe: LINQ with ref parameter Pin
Pete O'Hanlon3-Aug-16 21:28
mvePete O'Hanlon3-Aug-16 21:28 
AnswerRe: LINQ with ref parameter Pin
Richard Deeming4-Aug-16 2:43
mveRichard Deeming4-Aug-16 2:43 
QuestionCompress pdf/csv files to zip files Pin
NJdotnetdev3-Aug-16 8:34
NJdotnetdev3-Aug-16 8:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.