Multi-select Control (best Practice)?

Jul 22, 2010

I wrote a schedule app -- in asp.net 3.5 -- used where I work to do all the scheduling, and it actually turned out quiet nice. The issue is, you can only schedule one employee at the time.Each job is one row in a database and equals one employee.We have a lot of jobs that involve multiple employees, so it would be much easier to create one entry that schedules 3 employees for the same job.I've looked at a lot of multi-select dropdowns and combo boxes. Here is what I would like some advice on.

If multi-select selects employee numbers 2202, 2403, and 3610...how is the best way to get that into the database?I'm thinking 2202, 2403, and 3610 get put into an array, and use a loop to add each entry into the database. The database stays the same, and when this gets posted, there are three new entries in the database, one for each of the employees.Am I thinking right or can maybe someone that has done this offer some insight to something that would work better?

View 5 Replies


Similar Messages:

Data Controls :: Filter Gridview Using Checkboxlist Control Or Multi Select DropDownList Control

Apr 27, 2013

I have seen this tutorials, its very good.

[URL]..

How to apply the same tutorials for checkbox list control to filter the gridview instead of dropdown list.

View 1 Replies

Custom Server Controls :: Mass Uploader Control (multi-select Or Folder)?

May 24, 2010

I'm looking to build a user control where the user should be able to select N number of files for upload using the same "file/explorer" dialog/control. Currently, the FileUpload control enables a user to select only one file for upload. I have seen examples where people have modified this, so that uploaded files are stored in a list to provide a "mass upload" functionality. However, the user can select only one file at a time. This is NOT what I want, the user should be able to select multiple files at a time, or select a folder with which I should be able to upload all the children images. Is there any way I can do this or has someone done this already and i'm somehow missing it?

View 10 Replies

Best Practice: General Asmx Data Loading Web-method Or Multi Web-methods

Apr 3, 2011

which is better approach from performance point of view, is it better to use one web-service method to load data by passing Database Table name and keys or is it better to use separate method for each database table! knowing that i'm using .net asmx through ajax requests.it's obvious that one method is better from OO perspective since it have one function type 'data loading' but what about performance? does IIS affected by that or not? also is it better to make multi web-services 'asmx files' or just one!

View 3 Replies

Guidelines For Multi User / Multi Session / Multi Tab Cookie Enviroment?

Jan 18, 2011

Our current application is working fine but when you try to misbehave like we found out that When login with same user in multiple tab with different organization(there is a organization dropdown in the master page which sets the cookie whenever it is changed.) in tab one it is org 1 and tab 2 it is org2 , cookie has the later org 2 in it but when we go back in tab1(which had org1) and save the record org 2 will be saved with the record So can some one share some sort of a checklist with us which address these types of problem.

View 3 Replies

JQuery Multi-select Dropdownlist Get Selected Values?

Apr 23, 2010

I have an .aspx page with a databound multi-select jquery dropdown. This works nicley but how can i get hold of the selected items in the code behind?

View 2 Replies

Hierarchical - Multi Select Controls That Use Check Boxes In C#?

Mar 24, 2010

I need to be able to select multiple options on a web form, but those options are hierarchical. For example:

Option 1
Option 1 a
Option 1 b
Option 2

The user should be able to select Option 1, or Option 1a, etc. Selecting Option 1 a should automatically select Option 1.

View 2 Replies

C# - Set Required Feild Validator For Multi Select List Box In .net?

Dec 1, 2010

how to set required feild validator for multi select list box in asp.net?

I tried in default way something like

initial value = "0" for required feild validator. But it is not working for me.

View 2 Replies

MVC :: Create Drop Down List With Multi Select Capability?

Oct 28, 2010

I want to create a multi selected drop down list using ASP.NET MVC 2.

View 4 Replies

MVC :: How To Determine Selected Items In Multi-select Listbox After Http Post

Mar 24, 2011

I'm creating a search form that will include textbox and multi-select listboxes. I figured out how to load the listboxes but not how to grab those values on the postback in the controller method. Here's my simplified code:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.ComponentModel.DataAnnotations;
[code]...

View 5 Replies

SQL Server :: Multi Select ListBox - Retrieve Records Where The Column IN NULL?

Aug 4, 2010

Using a ListBox, where multiple items can be selected. Using StringSplit SQL function the string passed from Listbox is separated where the delimeter is comma ( , ).ListBox is in search form where user enters search criteria using other controls and the ListBox. All works good by simply using below SQL statement in Stored procedure that carries search.

[Code]....

Question:- Now one of List Item is None , when None is selected or None is selected with other ListItems from ListBox it is required to retrieve all records where COLUMN IS NULL.Example: When the Male, Female and None is selected from ListBox, SQL statement in Stored procedure will be

[Code]....

Like to know how this can be handled? It is required to retrive NULL values when None is selected in ListBox as well as in combination of other ListItems(Male and Female) i.e., Male, Female, Null when user selects multiple items from ListBox.

View 2 Replies

DataSource Controls :: Create A Multi Column Listbox By Combining Fields In Linq Select Statement

Jan 11, 2010

I am trying to create a multi column listbox by combining fields in Linq select statement, as Let Name = Last + First. The problem is how to pad the Last column with spaces as you would in SQL using REPLICATE so when I bind the listbox to the data, it looks like two columns.

View 5 Replies

Security :: Session Management Best Practice Without Membership Control?

Apr 14, 2010

I need regarding best practice for asp.net session management without using membership. I have design a login page which has two Text boxes and a Login Button. I need a again best practice which authenticate user and save user information in session. So in main page after login I want to check either session is expire or not. I need an complete example. Further more I am using ASP.NET 3.5.

View 5 Replies

Security :: Access Control List - Best Practice / Advice

Jan 14, 2010

I have been investigating the best way that I can secure my MVC application and restrict specific functionality from users. My first approach was using role management. I thought of expanding the membership database by writing an interface that would allow me to create groups of functionality i.e. 'manage customer' and then another table would hold 'activity' information for that group i.e. 'create', 'edit', 'transfer', etc. I would then create another table to link groups of functionality to specific roles and then assign my users to the roles. At first this seemed ok but I soon realised that I was a level of granularity missing. Not every user who is assigned to a specific role should have access to all of the functionality for a given group attached to a role, damn! I then thought that I could create another linking table that would hold 'access exceptions' i.e. this table would contain entries of a userid and activity id that a specific user was excluded from.

Does this approach make any sense? Is the creation of databases tables and an interface the best approach to this?

View 1 Replies

Web Forms Best Practice To Retrieve Dynamic Server Control Values?

May 24, 2010

I populate web form with dynamic list of exams from database. I want user to enter examination marks for each exam. There is list of exam titles and textbox near each title.I create list with repeater control (ViewState is disabled)

class Exam
{
public int Id { get; set;}
public string Title { get; set;}
}
...
// this list is retrieved from database actually
Exam[] Exams = new Exam[]
{
new Exam { Id = 1, Title = "Math"},
new Exam { Id = 2, Title = "History"}
[code]...

View 1 Replies

Custom Server Controls :: Composite User Web Control - Properties - Best Practice

Jan 12, 2011

I would like to ask you what is the best practice for developing composite user web control with multiple controls inside from the stand point of dealing with properieties. In my situation I would like to use header menu bar with logos, buttons, java baset visible/hidden menus itc as web control. I was successfull in implementing new control in my project.

But my question goes to issue of properties for ALL OF controls. I know how to hard code all required properties like: text, visible, enable for all controls. It's a lot of work. ( This is the very edge of my asp.net comprehension ) Is there a more elegant way provide an access to controls's properties without hard coding seperatelly?

View 12 Replies

Forms Data Controls :: Calendar Control - Distinguish Between Types Of Click Day/Week Select/Month Select?

Jul 23, 2010

Is there any way to do this? I can't find anything to latch on to.

View 2 Replies

Authentication - Multi-app And Multi-user Database

Oct 29, 2010

We have a simple ASP.NET app that uses the ASP.NET SqlMembershipProvider and all is great.

We want to create a second app on the same server, also use the SqlMembershipProvider, but a different "applicationName" so that the user accounts between the two apps are kept separate.

It looks like this would be possible by making the two different app domains (ie they each have their own web.config), but I'm hoping to just put them in different directories so I don't have 3 web.configs (one for each app, and the main one) that all have to be kept synchronized. So what I'm after is:

/web.config
/APP1 (uses membership provider in /web.config, with userlist A)
/APP2 (uses membership provider in /web.config, with userlist B)

It looks simple to define multiple membership providers that use a different 'applicationName' value.

But how do you tell the system.web.authentication node which membership provider to use?

View 2 Replies

C# - Multi Column Listbox Type Control

Feb 4, 2011

Does there exists a listbox control in ASP.NET which allows multiple columns and multiple selection? I looked but couldn't find, so what options do I have available now?

View 2 Replies

Allow Page Breaks To Be Used In Multi - Line Textbox Control

Dec 22, 2010

Is there any way to allow page breaks to be used in a multi-line textbox control. I would like the text below to be inserted into my database, so when displayed in a label its not all in one paragraph. Ex:

some text to be inserted in <br/>
some more text to be inserted in <br/>

View 3 Replies

AJAX :: Use Accordion Or Tab Control For Multi-part Form?

Apr 11, 2010

I would like to create a multi-part form that can be used for entering and updating data.

From all of the tutorials it was unclear to me how to read the value of, for example, the text in a text box, so that I can update a database. One of the videos deals with using find control to find the values of controls that are inside item templates. That doesn't seem to be applicable here.

The second question I have is how to populate the value of a textbox or dropdown list from a database.

I want to do this programmatically.

View 2 Replies

C# - Multi Image Upload .net Compatible Commercial Control?

Jan 14, 2010

We are currently planning on trying to allow a user to be able to select multiple images to upload to an ASP.NET website. Can anyone give me some suggestions as to which commercial and free controls which we can use?Requirements would be that:is browser independent (works on IE, Firefox, Chrome, etc. without requiring extra download)allows user to preview image(s) before selectingeasy to integrate into asp.netsolution.
a non javascript control (would prefer a c# based solution)good APIUI easy to changesimple to develop with

View 4 Replies

Web Forms :: Design Multi-fileupload Control Like Orkut.com?

May 11, 2010

I want to develop the multi-file upload control in asp.net using c#,.. the control should be just same as the control present in the orkut.com,... but with some modifications,... as in the orkut the control provides the facility to add multiple files,.. but i want to make the maximum number limited to the admin choice,... as if the admin wants that he will give option to upload 10 files,.. then this control should get only 10 file upload controls,.. and if admin set this value to 100 files,... then the control should only be 100,...

View 4 Replies

How To Create Custom Multi-templated Tree Databound Control

Apr 5, 2010

I dont want to use asp.net's TreeView control. I want to create a custom template databound control with multi template support like -

<asp:MtNavigationControl>
<ItemTemplate>
...
...
</ItemTemplate>
<SelectedItemTemplate>
...
...
</SelectedItemTemplate>
<ParentItemTemplate>
...
...
</ParentSelectedItemTemplate>
<SelectedParentItemTemplate>
...
...
</SelectedParentSelectedItemTemplate>
</asp:MtNavigationControl>

My data is like -

class Employee
{
string EmployeeName
List<Employee> Employees
}

Does anyone know how to accomplish it?

View 1 Replies

Web Forms :: How To Disable Multi Selection Option In Checkboxlist Control

Jan 3, 2011

I have a custom control with four checkboxlist(Country, City, Outlet, Stores) controls in it. The functionality is.. if a country is selected cities would be populated similarly outlet depends on city and stores depends on outlet. I am using the same functionality through out but in one webpage I need to disable the multi selection property of the country checkboxlist without disturbing others.Following is the javascript for the checkboxlist controls:

<script language="javascript" type="text/javascript">
function CheckBoxListSelect(cbControl, cbxControl)
{

[code]...

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved