No announcements
Found 56236 threads
-
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 | 3535 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 gridview
<Columns> <asp:BoundField DataField="Title" HeaderText="Title" SortExpression="Title" /> <asp:BoundField DataField="DateCreated" ...Answered | 2 Replies | 5217 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 -
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 | 1858 Views | Created by MickMiller - Thursday, May 21, 2015 10:58 AM | Last reply by Pramodh Suresh - Wednesday, October 19, 2016 2:06 PM -
0 Votes
Clone DropDownList
In a button click, i need to add this again, to chose another option from a dropdownlist.Answered | 3 Replies | 1139 Views | Created by BSBAwq - Wednesday, October 29, 2014 3:20 PM | Last reply by Blackwood - Wednesday, October 29, 2014 4:35 PM -
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 | 2528 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 | 4739 Views | Created by Orothred - Monday, August 27, 2012 9:42 AM | Last reply by Orothred - Thursday, August 30, 2012 7:35 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 | 368 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
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 | 56647 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
Dropdownlist validation in Infopath
I have a dropdownlist, which has the data as Value = Y.Answered | 2 Replies | 8966 Views | Created by Venkatzeus - Thursday, February 3, 2011 10:45 AM | Last reply by Clayton Cobb - Thursday, February 3, 2011 3:42 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 | 958 Views | Created by Masroorul - Saturday, May 21, 2016 2:02 PM | Last reply by Jerry Zy - Monday, May 23, 2016 6:13 AM -
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 | 4622 Views | Created by Maheswardotnet - Thursday, February 16, 2012 2:35 AM | Last reply by TechXZone - Thursday, February 16, 2012 5:38 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 | 3027 Views | Created by Soulidentities - Wednesday, January 6, 2010 1:51 AM | Last reply by pishkari - Wednesday, January 6, 2010 1:03 PM -
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 | 6115 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 | 4096 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 -
0 Votes
How to use dropdownlist?
Hi, I have data in table1 ...Answered | 1 Replies | 10244 Views | Created by JJY - Monday, June 16, 2008 8:52 PM | Last reply by sudarshans1 - Thursday, November 13, 2008 9:21 AM -
0 Votes
dropdownlist show default value
DropDownList is an ASP.NET control.Answered | 1 Replies | 1035 Views | Created by karthees27 - Friday, April 8, 2016 12:35 PM | Last reply by CoolDadTx - Friday, April 8, 2016 5:47 PM -
0 Votes
problem with dropdownlist data binding
Hi, Plz help me i am trying to bind data from database, in database having customer table i want to bind customerno to dropdownlist,i wrote code but data is not ...Answered | 1 Replies | 6074 Views | Created by satyasai123 - Thursday, January 27, 2011 5:23 AM | Last reply by ABC07 - Thursday, January 27, 2011 8:25 AM -
0 Votes
binding array to dropdownlist
if (e.Row.RowType == DataControlRowType.DataRow) { string[] myStrings = new string[] {"string1", ...Answered | 6 Replies | 34947 Views | Created by David McComb - Friday, July 21, 2006 10:48 AM | Last reply by SiddharthBhadania - Thursday, January 27, 2011 9:27 AM -
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 | 2589 Views | Created by Data-Poix - Sunday, August 28, 2011 9:51 AM | Last reply by Data-Poix - Monday, August 29, 2011 2:08 PM -
1 Votes
dropdownlist is inside the gridview
hi check this link http://csharpdotnetfreak.blogspot.com/2009/08/radiobuttonlist-dropdown-gridview-edit.html it saves data from ...Answered | 2 Replies | 1725 Views | Created by Nithiyanantham - Tuesday, October 11, 2011 2:30 PM | Last reply by YosrJ - Tuesday, October 11, 2011 4:03 PM - Items 1 to 20 of 56236 Next ›
No announcements