Tagged Questions
4
votes
3answers
45 views
Array values into list box
Hey guys currently have the following code
I am trying to insert values into a listbox, and then be able to resort the values by alphabetical order and re display them in the same listbox. For some ...
0
votes
1answer
14 views
ListBox selected index is lost after PostBack in ASP.NET
I've got an issue with a ListBox in ASP.NET application: after manual selection, an event "SelectedIndexChanged" fires, but its handler cannot keep neither the selected index nor the selected item. ...
0
votes
1answer
17 views
Remove item from ASP listbox in client side script
I am using this JavaScript code to delete the selected item in a listbox named lbResources when the user clicks a button:
var listResources = document.getElementById('lbResources');
...
1
vote
1answer
74 views
Get items from listbox in controller MVC ASP 4
I have a page where you can create channels. Channels have genres associated with them.
CreateChannel.cshtml
<h2>Create Channel</h2>
<div class="row-fluid">
<div>
@{
...
1
vote
2answers
53 views
How can i move items from one Listbox to another in ASP MVC 4?
How is it possible to move items from one Listbox to another Listbox in the same view without having to reload the entire page but just update the two listboxes in ASP MVC 4?
It is in order to have ...
0
votes
1answer
20 views
ModalPopupExtender postback dual Listbox
I have dual listboxs (followed by http://www.meadmiracle.com/dlb/DLBDocumentation.aspx) which work well. Now I need a ModalPopupExtender page to confirm user's selected. when user click button submit ...
0
votes
0answers
54 views
Listbox always -1 c# asp
Hi Everyone I've been looking for a solution to this problema for a while, ive searched the net but still can't get this too work. if i put my code in the default asp template it will work, but when i ...
-1
votes
1answer
58 views
Dynamic ListBox Controls Weird Behavior on PostBack [closed]
I create ListBox controls dynamically. When the last ListBox is added and a selection is made, the listBox looses its selection only after the initial slections are made. It's hard to explain so I ...
0
votes
0answers
56 views
Dynamically Added ListBoxes with a Wizard Control (PostBacks)
So I created Dynamically added ListBoxes that are used for Category and Subcategory selection. All works great. I wanted to add these to a Wizard control as part of steps. I add my ListBoxes ...
0
votes
1answer
37 views
Listbox without values
this is what happens. i don't understand why its not working, because if i copy the code to a normal template everything works fine :S so i dont think its a code issue. im working with asp and ...
0
votes
2answers
35 views
.net won't clear listboxes if redirecting
I have some asp.Net listboxes on a page. After my code has read the contents and constructed a sql string, I redirect to a page to display the results. I'd like to clear the listboxes before I leave ...
0
votes
3answers
105 views
Listbox in asp.net not getting selected items
I have multiple dropdown & listbox in my webpage.
I am trying to get a list of CategoryID from a lstCatID listbox i am able to populate the listbox with category name.
If i remember correctly in ...
1
vote
1answer
155 views
how to set value of session on .ashx file in asp.net?
I'm using "jquery.uploadify.js" in my website and this jquery uses an ashx file for uploading images into a folder. In the .ashx, i am using Session["FileNameNews"] for saving images name and i am ...
0
votes
1answer
65 views
Which ASP.NET Control should I use?
I am unsure which asp.net control to use. I've tried / thought about with no avail.
Repeater / ListBox (doesn't allow for multiple lines)
Repeater / Div (No click unless I use JavaScript postback)
...
0
votes
1answer
45 views
how to passing value of session from page 2 to page 1 in asp.net?
I have a listbox and button on the page 1 and when i click on the button, the page 2 will open in a new tab. In the page 2, I'm uploading photos to a folder and set the session["FileName"] value. I ...
0
votes
2answers
112 views
UpdatePanel not updating ListBox
I have an UpdatePanel containing a ListBox. Whenever I change selection on from a DropDown I want the list to get updated via an UpdatePanel. However this is not working.
This is my code so far:
...
0
votes
1answer
69 views
Using INNER JOIN to display items in a ListBox (on DropDown Selected Index Change)
I have three tables: users, departments and user_department.
I have an ASP.NET page, 'Departments' as shown below:
When I click an item on the DropDownList I want to be able to display all the ...
0
votes
0answers
51 views
Updating FormView on ListBox SelectedIndex Changed
I have a ListBox containing a database table info.
I want it so that when I click on an item from the ListBox, the FormView1 updates with info related to the listbox selection (without refreshing ...
1
vote
2answers
160 views
how to set multiple items are selected in ListBox?
i have one ListBox with selection mode of multiple. In code behind, i want to set some values are selected, which values are present in ListItems[] named as 'Names'.
My code is here..
Html code:
...
0
votes
2answers
61 views
ListBox shows System.Collection.ArrayList [closed]
i have a listbox on one page which carries the items in the listbox to another list box on another page, but when the second listbox shows "System.Collection.ArrayList".
Page1:
protected void ...
-2
votes
1answer
99 views
ListBox items to another Listbox page asp.net c# [closed]
I need all item in one listbox to show up in another listbox on another page.
0
votes
0answers
37 views
Adding session list to listbox
the following code adds the selected artist/album to a list, and also creates a Session for the list, how could I take that Session and put the information in a listbox on another page? This ...
0
votes
1answer
29 views
Listbox inputting old selections not new selections into SQLServer on update
I have an issue with a couple of listboxes I have on a webforms asp.net web pageand any help is much appreciated.
I have a page that allows an insert of a user profile and then allows the updating of ...
0
votes
3answers
142 views
Check List Box before Adding New Item
I am trying to check that an item doesn't already exist in a list box before I add the new item.
if (TeamNameTextBox.Text != "")
{
if ...
0
votes
1answer
79 views
Check ListBox before Adding New Item
I am trying to check that an item doesn't already exist in a list box before I add the new item.
if (TeamNameTextBox.Text != "")
{
if ...
0
votes
1answer
367 views
Comma delimited string values from SQL Server to ListBox select
I have trawled the internet but I cannot find a solution to the following problem.
I have a ListBox control that gets populated with a list of values from a SQL Server database table on FormLoad.
...
3
votes
3answers
160 views
List Box Selected.value throwing null exception
Populated list box like this:
if (ds != null)
{
ListPreviousRecords.Items.Clear();
ListPreviousRecords.DataSource = ds;
ListPreviousRecords.DataTextField = "Date";
...
0
votes
3answers
65 views
Trying to iterate through ListBox, Error : Specified cast is not valid
I have a method in another class i'm using to send data to a database. That method is here as well.
public Int32 AddOrder(clsStock NewItem)
{
//this function takes the data passed via NewItem
...
0
votes
2answers
99 views
aspx ListBox not working (SelectedIndex)
I have this in my aspx page:
<asp:ListBox ID="ListBoxDelete" runat="server" AutoPostBack="true" OnSelectedIndexChanged="ListBoxDelete_SelectedIndexChanged1"></asp:ListBox>
Code behind:
...
1
vote
2answers
115 views
selection in listbox not staying selected
I have a listbox containing multiple items that is being populated on page load. Each item in the listbox can be selected without a problem except for the last item. When that one is clicked on the ...
2
votes
1answer
328 views
How to get the selected item of listbox placed inside GridView? Did not work on first event
Getting the selected value on clicking button twice. But not working when click once
<asp:GridView ID="viewgrid" runat="server" AutoGenerateColumns="False"
...
0
votes
1answer
170 views
binary search textbox
I have a textbox which i need to type in a file name, but the file name doesnt have to be the whole file name only partial.
For Example
iexplorere.exe which would be stored in a list box. Then all i ...
0
votes
3answers
76 views
How to select from a list box [duplicate]
I am making a website in asp.net and I have 2 list boxes:
lbxPlayer1 and lbxPlayer2
lbxPlayer1.Items.Add("bob");
lbxPlayer1.Items.Add("jack");
lbxPlayer1.Items.Add("sam");
...
1
vote
1answer
143 views
postback when scrolling ListBox in chrome
with scrolling list box, the page will refresh(unwanted).
this problem is only in chrome (Version 27). In other browsers it works properly.
.aspx file:
<asp:Label runat="server" ID="label1" ...
0
votes
1answer
146 views
DateTime in ListBox C# Asp.Net
I would like to fill a listBox with DateTime.
So firstly, I've my code in ASP.NET
<table>
<tr>
<td>
<asp:ListBox
...
-1
votes
1answer
131 views
How can I implement a binary search over a list of file names?
NOTE: Assignment help, No code required.
I have a list of file names in a list-box. As part of the assignment I want to search the file names using a binary search implementation.
Can someone help ...
1
vote
1answer
217 views
Trouble with Listbox bind inside Gridvew
I am a AS400 programmer asked to write a progam in asp.net using vb.net. I have never done this before and I am having issues with populating a listbox in Gridview. I have researched this subject for ...
2
votes
2answers
134 views
Double Value (abreast) in Listbox between another page (Session) . I Need Text + Value in Listbox between Pages (variable Session)
Hello All,
Pleas, i have small Problem. There are 2 Pages . In One Page through Button1 Add Text and Value ("123456", "Jan Novak") to Listbox. I need These both value from Listbox in another Pages ...
-4
votes
3answers
105 views
is-else statement [closed]
Hey im trying to figure out how to add a if-else statement
so when i press the button it doesn't add duplicates to my list box
there's already an if statement but if doesn't work!
here is the code ...
0
votes
1answer
117 views
How to select the same item in two different list boxes
I am making a website in asp.net and i have 2 list boxes:
lbxplayer1 and lbxplayer2
they have both been populated with the same amount of values and i would like it so that when one of the lists is ...
2
votes
3answers
135 views
List Box Duplicates
I'm having trouble with list boxes.
If I had a text box and an add button which places the data into the list box.
Accidentally entered the same name twice.
How do i prevent the duplicates in my list ...
0
votes
0answers
88 views
ned to change a form list field to show one result - data drawn from database asp
I have a search form that was made with .apsx I am not familiar with asp and was wondering if anyone could help me please.
the form searches a database and post results from a number of list menus. ...
2
votes
1answer
132 views
List of Hyperlinks, buttons, whatever that open to new browser window
I have a need to create a small window inside of a ASP.NET Web Page(aspx) which displays a list of usernames, when you click the username, I need a new broswer window (not tab) to open up to a ...
0
votes
2answers
412 views
Select multiple ListItems in an <asp:ListBox> from codebehind c#
I've got a ListBox(with selectionMode=multiple) and store the selected values in a cookie.
When the user comes back I want to provide him with all the options selected again.
What I do so far: I get ...
0
votes
0answers
105 views
ListBox and TextBox control is getting cleared at Asp.Button Click
I am using a ListBox and TextBox which is getting Populated at pageload.
My code has an Asp Button which sends the selected list box value to a wrapper service.
I implemened my code in my QA ...
1
vote
1answer
125 views
How to preserv the state of a dynamically created ListBox ASP.NET C#
I want a ListBox(multi-selectable) in my form which is generated dynamically from a file and after the submit I want the same fields still being selected.
this is how I do it now:
<select ...
1
vote
1answer
530 views
How to get selected items of Listbox control?
I am developing an application in ASP.NET & c#. I have a Grid view in my page. In that I have a Listbox control and by default Enabled property set by false. I am trying to enable & disable ...
0
votes
2answers
255 views
Retrieve data for List box
I have inserted data from list box. I want to retrieve data for specific skill set in gridview.
for example if i select android in dropdownlist and press button it must give people who have android ...
0
votes
1answer
443 views
Asp.Net Transfer all Values Listbox to Another Page? (Response.Redirect)
I have Problem with transfer all Data in Listbox from Page1 to Page2. Pleas, could me someone help me ?
Page1
protected void Button1_Click(object sender, ImageClickEventArgs e)
{
int _count = ...
0
votes
0answers
71 views
telerik list box restriction on number of item
i have 2 rad list box one is source and another is destination .
i want to restrict user as that he/she cant be transfer more than 2 value ,
means if the destination list having 2 items than it'll not ...



