Click here to Skip to main content
15,896,441 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: .NET Oracle.DataAccess.Client Pin
John C Rayan14-Jun-16 4:22
professionalJohn C Rayan14-Jun-16 4:22 
Question.net Pin
Member 1257929012-Jun-16 7:59
Member 1257929012-Jun-16 7:59 
AnswerRe: .net Pin
Richard MacCutchan12-Jun-16 23:00
mveRichard MacCutchan12-Jun-16 23:00 
AnswerRe: .net Pin
F-ES Sitecore12-Jun-16 23:32
professionalF-ES Sitecore12-Jun-16 23:32 
AnswerRe: .net Pin
Richard Deeming13-Jun-16 2:05
mveRichard Deeming13-Jun-16 2:05 
GeneralRe: .net Pin
ZurdoDev15-Jun-16 9:40
professionalZurdoDev15-Jun-16 9:40 
AnswerRe: .net Pin
John C Rayan14-Jun-16 4:24
professionalJohn C Rayan14-Jun-16 4:24 
Question.net Pin
Member 1257929012-Jun-16 7:57
Member 1257929012-Jun-16 7:57 
C#
Create a Web Forms application using a user interface similar to the one shown below. However feel free to modify the layout to allow for better usability, if desired. 
All server-side code should be in C#

 
Required Features:
1.	Name/Value pairs are to be entered into the upper textbox. This textbox is used for adding and filtering Name/Value pairs.
2.	When the ‘Add’ button is pressed the Name/Value pair in the textbox is validated, and then if it passes validation it is added to the listbox below. The Name/Value pair entry format is shown below:
3.	<name> = <value>
4.	Where <name> is the name portion of the pair, and <value> is the value portion of the pair. Only valid Name/Value pairs can be added. Names and Values can contain only alpha-numeric characters. The equal-sign is used to delimit the pair, spaces before and/or after the equal-sign may be entered as padding at the end-users discretion. 
5.	When the ‘Sort by Name’ button is pressed the list will be sorted ascending by Name.
6.	When the ‘Sort by Value’ button is pressed the list will be sorted ascending by Value.
7.	When the ‘Delete’ button is pressed all selected items in the listbox will be deleted.
Optional Features 
The following features are a test option and may not be required, please refer to the job description to see if it is a requirement
1.	When the ‘Filter’ button is pressed, only the Name/Value pairs that match the filter criteria will be shown in the listbox. The search criteria will be taken from the textbox. 

Filters have the following format (and are similar to the Name/Value format): 

<type> = <value> 

Where <type> is either Name or Value, and <value> is a string used for matching against the given type.  
2.	When the ‘Clear Filter’ button is pressed all of the Name/Value pairs will be shown in the listbox.

QuestionWell after the last 5 days, I feel unchained from the Microsoft ball now! MVC with Bower, NPM and Gulp and Docker Pin
jkirkerx10-Jun-16 7:35
professionaljkirkerx10-Jun-16 7:35 
PraiseRe: Well after the last 5 days, I feel unchained from the Microsoft ball now! MVC with Bower, NPM and Gulp and Docker Pin
John C Rayan14-Jun-16 4:51
professionalJohn C Rayan14-Jun-16 4:51 
GeneralI went ahead and upgraded to Windows 10 and VS2015 Pin
jkirkerx15-Jun-16 7:42
professionaljkirkerx15-Jun-16 7:42 
GeneralRe: I went ahead and upgraded to Windows 10 and VS2015 Pin
John C Rayan15-Jun-16 22:08
professionalJohn C Rayan15-Jun-16 22:08 
GeneralRe: I went ahead and upgraded to Windows 10 and VS2015 Pin
jkirkerx16-Jun-16 7:14
professionaljkirkerx16-Jun-16 7:14 
GeneralRe: I went ahead and upgraded to Windows 10 and VS2015 Pin
John C Rayan17-Jun-16 2:14
professionalJohn C Rayan17-Jun-16 2:14 
Questionvisitors tag printing. Pin
forest4ever10-Jun-16 0:28
forest4ever10-Jun-16 0:28 
AnswerRe: visitors tag printing. Pin
aarif moh shaikh12-Jun-16 19:48
professionalaarif moh shaikh12-Jun-16 19:48 
GeneralRe: visitors tag printing. Pin
forest4ever12-Jun-16 23:30
forest4ever12-Jun-16 23:30 
QuestionDynamically change grid.mvc in partial view in MVC? Pin
dshilpa8-Jun-16 19:43
dshilpa8-Jun-16 19:43 
AnswerRe: Dynamically change grid.mvc in partial view in MVC? Pin
Richard MacCutchan8-Jun-16 20:59
mveRichard MacCutchan8-Jun-16 20:59 
GeneralRe: Dynamically change grid.mvc in partial view in MVC? Pin
dshilpa8-Jun-16 22:30
dshilpa8-Jun-16 22:30 
AnswerRe: Dynamically change grid.mvc in partial view in MVC? Pin
John C Rayan8-Jun-16 22:55
professionalJohn C Rayan8-Jun-16 22:55 
QuestionPost ifram embedded PDF editable document to ASP.Net MVC Post Action Pin
Asjad ali kash8-Jun-16 1:01
Asjad ali kash8-Jun-16 1:01 
Questionsorting of a image column Pin
mrakshay12127-Jun-16 23:56
mrakshay12127-Jun-16 23:56 
QuestionTrying to create database using Code First Approach Pin
indian1437-Jun-16 16:20
indian1437-Jun-16 16:20 
Rant[REPOST] Trying to create database using Code First Approach Pin
Richard Deeming8-Jun-16 1:41
mveRichard Deeming8-Jun-16 1:41 

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.