Click here to Skip to main content
15,888,803 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Include icons in .net exe file : Microsoft, Visual Studio, .net 2.0 Pin
inayat basha7-Sep-09 20:21
inayat basha7-Sep-09 20:21 
QuestionManaging paper-like forms in .NET . Pin
devboycpp6-Sep-09 21:31
devboycpp6-Sep-09 21:31 
AnswerRe: Managing paper-like forms in .NET . Pin
Robert_Pan7-Sep-09 2:25
Robert_Pan7-Sep-09 2:25 
AnswerRe: Managing paper-like forms in .NET . Pin
Not Active7-Sep-09 2:51
mentorNot Active7-Sep-09 2:51 
GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 3:28
devboycpp7-Sep-09 3:28 
GeneralRe: Managing paper-like forms in .NET . Pin
Not Active7-Sep-09 3:42
mentorNot Active7-Sep-09 3:42 
GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 4:22
devboycpp7-Sep-09 4:22 
GeneralRe: Managing paper-like forms in .NET . Pin
Not Active7-Sep-09 5:18
mentorNot Active7-Sep-09 5:18 
Then what happens when the form changes? The previous versions you have stored are all invalid?

A more elegant solution would allow the data to be stored independent of the presentation.
I'm sure this data could also be used for analysis also, forming charts or graphs. It wouldn't be possible in a binary format.

devboycpp wrote:
The data in fields are all of varchar type.


Are the fields truely all varchar, or are you being lazy and making them such? What about validation of the data entered?

If they are all truely varchar then a table could be constructed with a name/value pair. With an identity column, that's only three columns. Is that too much for you?

If they are not all varchar and you need to create a table with seperate columns, using Linq to SQL or Entity Framework you can eliminate the need to write and maitain stored procs. Also, I'm sure there is potenttial to normalize the data and elimiate some of the columns.

Lastly, don't call me dude.


only two letters away from being an asset

GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 6:52
devboycpp7-Sep-09 6:52 
GeneralRe: Managing paper-like forms in .NET . Pin
Not Active7-Sep-09 7:10
mentorNot Active7-Sep-09 7:10 
GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 7:02
devboycpp7-Sep-09 7:02 
GeneralRe: Managing paper-like forms in .NET . Pin
Not Active7-Sep-09 7:09
mentorNot Active7-Sep-09 7:09 
GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 7:23
devboycpp7-Sep-09 7:23 
GeneralRe: Managing paper-like forms in .NET . Pin
Not Active7-Sep-09 7:57
mentorNot Active7-Sep-09 7:57 
GeneralRe: Managing paper-like forms in .NET . [modified] Pin
devboycpp7-Sep-09 8:43
devboycpp7-Sep-09 8:43 
GeneralRe: Managing paper-like forms in .NET . Pin
Not Active7-Sep-09 9:44
mentorNot Active7-Sep-09 9:44 
GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 9:59
devboycpp7-Sep-09 9:59 
GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 9:35
devboycpp7-Sep-09 9:35 
QuestionTableAdapter query parameter taken from config file Pin
LordZoster6-Sep-09 21:15
LordZoster6-Sep-09 21:15 
AnswerRe: TableAdapter query parameter taken from config file Pin
Henry Minute7-Sep-09 4:00
Henry Minute7-Sep-09 4:00 
GeneralRe: TableAdapter query parameter taken from config file Pin
LordZoster7-Sep-09 4:09
LordZoster7-Sep-09 4:09 
GeneralRe: TableAdapter query parameter taken from config file Pin
Henry Minute7-Sep-09 4:18
Henry Minute7-Sep-09 4:18 
QuestionError Crystal "report has no table" in asp.net PinPopular
devlop6-Sep-09 19:11
devlop6-Sep-09 19:11 
AnswerRe: Error Crystal "report has no table" in asp.net Pin
The Vikash!25-Sep-09 3:22
The Vikash!25-Sep-09 3:22 
Questiongames in .Net Pin
yashwant vaishnav6-Sep-09 2:24
yashwant vaishnav6-Sep-09 2:24 

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.