No announcements
Found 435441 threads
-
0 Votes
Search for an Item in the DropdownList and then remove it
The following code popuplates a dropdownlist; how do I search for an item in the dropdown and remove it fi found?Answered | 1 Replies | 2834 Views | Created by Khurj01 - Wednesday, July 25, 2012 12:16 AM | Last reply by Abhishek Jain (AJ) - Wednesday, July 25, 2012 3:30 AM -
0 Votes
dropdownlist
when select a value from dropdownlist ,other dropdownlist should be disabled check my code protected void ddl_deptname_SelectedIndexChanged(object sender, ...Answered | 2 Replies | 3541 Views | Created by madhubhavani - Thursday, January 13, 2011 11:00 AM | Last reply by santoshdarekar - Thursday, January 13, 2011 11:20 AM -
0 Votes
Dropdownlist in MVC
take a look at the code here Consider this as your controller private ActionResult GetEmployeesForDropDown() { var lstEmployees = new[] { ...Answered | 5 Replies | 1886 Views | Created by MickMiller - Thursday, May 21, 2015 10:58 AM | Last reply by Pramodh Suresh - Wednesday, October 19, 2016 2:06 PM -
1 Votes
Select DropDownlist and search each row in data table
Hi everyone Hi every one I have 4 dropdownlist to select Start time, Am/Pm1 ,End Time, AmPm2 .Answered | 2 Replies | 1454 Views | Created by Kanyau - Friday, August 12, 2011 3:20 AM | Last reply by Nishanth Mohan - Friday, August 12, 2011 6:05 AM -
0 Votes
Clone DropDownList
In a button click, i need to add this again, to chose another option from a dropdownlist.Answered | 3 Replies | 1162 Views | Created by BSBAwq - Wednesday, October 29, 2014 3:20 PM | Last reply by Blackwood - Wednesday, October 29, 2014 4:35 PM -
0 Votes
dropdownlist in gridview
<Columns> <asp:BoundField DataField="Title" HeaderText="Title" SortExpression="Title" /> <asp:BoundField DataField="DateCreated" ...Answered | 2 Replies | 5224 Views | Created by Thiyagarajanj - Tuesday, March 31, 2009 9:07 AM | Last reply by A.m.a.L Hashim - Tuesday, March 31, 2009 1:06 PM -
1 Votes
Custom search scope without Search Center
Search Dropdown .You can add your scopes into dropdown.Answered | 4 Replies | 3136 Views | Created by Mafyou - Friday, May 18, 2012 2:15 PM | Last reply by Mafyou - Friday, May 18, 2012 2:59 PM -
0 Votes
Multi Select DropDownlist
hi shankar, check this http://www.dotnetfunda.com/articles/article1591-multiselect-dropdownlist-in-aspnet-using-csharp-40-.aspx By Sanz. -- If ...Answered | 5 Replies | 56861 Views | Created by shankar's - Saturday, May 5, 2012 8:47 AM | Last reply by san Sanz - Wednesday, May 9, 2012 9:47 AM -
0 Votes
Problem in Dropdownlist
If you want to the items in the dropdownlist to automatically word wrap you should set the AutoSizeItems property to True: ddl.AutoSizeItems = True;Answered | 1 Replies | 2536 Views | Created by kamube09 - Friday, April 26, 2013 11:35 AM | Last reply by Magnus (MM8) - Friday, April 26, 2013 12:56 PM -
0 Votes
DropDownList and foreach
How can i run through a DropDownList in InfoPath through code (foreach?)Answered | 3 Replies | 4748 Views | Created by Orothred - Monday, August 27, 2012 9:42 AM | Last reply by Orothred - Thursday, August 30, 2012 7:35 AM -
0 Votes
Dropdownlist select item problem
hi, in widows application use what Danijel Malik wrote but if you have web application you must set the autopostback property of dropdownlist to true.Answered | 2 Replies | 3034 Views | Created by Soulidentities - Wednesday, January 6, 2010 1:51 AM | Last reply by pishkari - Wednesday, January 6, 2010 1:03 PM -
0 Votes
binding array to dropdownlist
if (e.Row.RowType == DataControlRowType.DataRow) { string[] myStrings = new string[] {"string1", ...Answered | 6 Replies | 34958 Views | Created by David McComb - Friday, July 21, 2006 10:48 AM | Last reply by SiddharthBhadania - Thursday, January 27, 2011 9:27 AM -
1 Votes
adding dropdownlist
I would create an Enum of Status like public enum Status { GC, Citizen, H1, F1 } And then create ...Answered | 3 Replies | 371 Views | Created by The Dotnet Beginner - Monday, September 26, 2016 4:37 PM | Last reply by DA924x - Monday, September 26, 2016 9:14 PM -
0 Votes
How to add scrollbar in dropdownlist control and how to stop repeating value in dropdownlist?
As a workaround, we can create a css style and the wrap the multiple option value for the dropdownlist control to display the scrollbar.Answered | 3 Replies | 985 Views | Created by Masroorul - Saturday, May 21, 2016 2:02 PM | Last reply by Jerry Zy - Monday, May 23, 2016 6:13 AM -
0 Votes
Dropdownlist validation in Infopath
I have a dropdownlist, which has the data as Value = Y.Answered | 2 Replies | 8977 Views | Created by Venkatzeus - Thursday, February 3, 2011 10:45 AM | Last reply by Clayton Cobb - Thursday, February 3, 2011 3:42 PM -
1 Votes
Multiple Selection in DropDownList - .NET Framework 4.5
Check custom Multiple dropdownlist with checkbox (these samples are for asp.net but you can also use it for SharePoint using custom web part): demo ...Answered | 2 Replies | 3346 Views | Created by jason4nderson - Friday, April 25, 2014 4:42 PM | Last reply by Geetanjali Arora - Saturday, April 26, 2014 5:15 PM -
0 Votes
Cascading DropdownList
Am Trying to create a country - state method (cascading dropdownlist) in lightswitch modal window in Lightswitch 2011. i got an error "cannot assign type 'CollectionView$State' to ...Answered | 2 Replies | 2596 Views | Created by Data-Poix - Sunday, August 28, 2011 9:51 AM | Last reply by Data-Poix - Monday, August 29, 2011 2:08 PM -
2 Votes
gridview paging changing with dropdownlist
Divide the number of records by your page size with the rounded value and fill up the dropdownlist.Answered | 3 Replies | 4634 Views | Created by Maheswardotnet - Thursday, February 16, 2012 2:35 AM | Last reply by TechXZone - Thursday, February 16, 2012 5:38 AM -
0 Votes
Using A DropDownlist control selection to filter the content of the next dropdownlist
I have 2 dropdownlist control, i have hooked both to a sqldatasource,i want to filter the content of the second dropdownlist based on selected value of the first ...Answered | 1 Replies | 6128 Views | Created by WebSaint - Wednesday, May 26, 2010 3:58 PM | Last reply by Tom Li - MSFT - Friday, May 28, 2010 1:32 AM -
3 Votes
Dropdownlist inside gridview in asp.net
Hi I am having requirement where i am having gridview inside the gridview there are controls (dropdownlist).Now let say if my gridview display 10 ...Answered | 1 Replies | 4135 Views | Created by Dropdownlist inside gridview in asp.net - Monday, September 24, 2012 4:06 PM | Last reply by Naomi N - Monday, September 24, 2012 5:24 PM - Items 1 to 20 of 435441 Next ›
No announcements