No announcements
Found 3194017 threads
-
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 ...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 -
2 Votes
Binding data to DropDownList from SQL Table
Lee, To do this you have to make roundrips even if you use an async ASP dropdownlist.Answered | 3 Replies | 6708 Views | Created by Lee 'Wozy' Warren - Monday, May 20, 2013 9:35 AM | Last reply by Cor Ligthert - Tuesday, May 21, 2013 8:02 AM -
0 Votes
binding array to dropdownlist
The first row to bind is the header row, which doesnt contain a ddl...thus the null reference.Answered | 6 Replies | 34948 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
How to add scrollbar in dropdownlist control and how to stop repeating value in dropdownlist?
Populate a Drop Down List with Unique Values from a list Thanks Best Regards TechNet Community ...Answered | 3 Replies | 964 Views | Created by Masroorul - Saturday, May 21, 2016 2:02 PM | Last reply by Jerry Zy - Monday, May 23, 2016 6:13 AM -
1 Votes
Grid view with binding of dropdownlist in the user control?
you can use template field to bind dropdownlist to gridview an in the rowcomand event find the dropdownlis by using "findcontrol" and bind data.find control like ...Answered | 4 Replies | 1100 Views | Created by Ajay Kumar Santra - Wednesday, October 15, 2014 7:27 AM | Last reply by Tharinda D. Marasingha - Thursday, October 16, 2014 12:24 PM -
0 Votes
How to select text from a dropdownlist with duplicate values.
"In box" you can consider having single function which fills combobox to be correct; and every operation, which is PREPARING data to be shown, such as filtering, ...Answered | 4 Replies | 7610 Views | Created by ve1 - Friday, November 14, 2008 12:26 PM | Last reply by konikula - Friday, November 14, 2008 10:17 PM -
0 Votes
remove specific values from drop down list and then bind
Import them to a string list, for each element of list check if there is / sign or not, if there remove from list, finally after clearing items of your ...Answered | 1 Replies | 780 Views | Created by sagar jena - Wednesday, August 7, 2013 7:51 AM | Last reply by Pawan Acharya - Wednesday, August 7, 2013 8:21 AM -
0 Votes
Retrieve data from table to Dropdownlist
Here, we use either of them to get the data from SQL server.Answered | 7 Replies | 4254 Views | Created by Csharpspirit - Tuesday, February 14, 2012 5:16 PM | Last reply by Bob Wu-MT - Monday, February 20, 2012 8:22 AM -
1 Votes
how to bind a checkedlistbox to a db
I tryed but I couldent bind it to my db when I write chklistbox.Answered | 2 Replies | 3125 Views | Created by Y.Fnia - Saturday, March 6, 2010 8:39 AM | Last reply by Y.Fnia - Sunday, March 7, 2010 4:43 PM -
0 Votes
dropdownlist show default value
DropDownList is an ASP.NET control.Answered | 1 Replies | 1037 Views | Created by karthees27 - Friday, April 8, 2016 12:35 PM | Last reply by CoolDadTx - Friday, April 8, 2016 5:47 PM -
0 Votes
How to assign a DropDownList a value from Request.QueryString
Hi All, I am having an issue with filling in a dropdownlist i have on my page with data called from stored procedure.Answered | 1 Replies | 973 Views | Created by Calvertini - Thursday, January 22, 2015 12:12 PM | Last reply by BonnieB - Thursday, January 22, 2015 3:15 PM -
0 Votes
how to split string values and bind to dropdownlist
hi we have string value:2;#ABC;#3;#DEF;#4;#GHI;#5;#JKL;#6;#MNO;#1;#PQR split that string and bind to Drop down ...Answered | 3 Replies | 1967 Views | Created by ps41 - Tuesday, April 8, 2014 10:39 AM | Last reply by Tomasz von Oertzen - Tuesday, April 8, 2014 7:48 PM -
0 Votes
VB.NET retrieving Values from a db
Andrew, I appreciate it and I am new to this and trying my level best can you let me know if you have any example to bind the datagrid to a datatable and then insert those ...Answered | 11 Replies | 1269 Views | Created by Farquest - Tuesday, June 4, 2013 11:24 PM | Last reply by Farquest - Thursday, June 6, 2013 11:29 PM -
2 Votes
How to Bind the Textbox property to a Variable value which is in .cs file
>Now, I have some text boxes which needs to be hidden and shown based on these values.Answered | 3 Replies | 4704 Views | Created by GSRid - Wednesday, March 9, 2016 10:09 AM | Last reply by Magnus (MM8) - Wednesday, March 9, 2016 7:37 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 | 1861 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
IF none value in Dropdownlist then set null value by default
In that case modify your SP to include "ALL" or "NA" option (by using union) and then in avaliable value tab select your DS pointing to SP and in default value ...Answered | 6 Replies | 3240 Views | Created by Ramakant Singh - Wednesday, February 8, 2012 4:50 PM | Last reply by Suhas Kudekar - Thursday, February 9, 2012 1:57 PM -
1 Votes
Value binding in C#?
I has a form containing some fields in which the values are linked from some variables.Answered | 3 Replies | 2515 Views | Created by Singachea - Saturday, October 25, 2008 7:11 AM | Last reply by Michal Burger - Sunday, October 26, 2008 12:38 AM -
0 Votes
How to load EntitySet navigation property and use it as a DataTextField in a DropDownList binding?
This way you load less data from the database.Answered | 5 Replies | 4766 Views | Created by h4seo - Saturday, June 4, 2011 9:43 AM | Last reply by Larcolais Gong - Tuesday, June 7, 2011 7:24 AM -
0 Votes
how to set selected value of dropdownlist in asp.net2.0
Hi, this code is initiliazing the dropdownlist to the username of current session if (!Answered | 8 Replies | 11496 Views | Created by Ramakant Singh - Friday, July 8, 2011 10:03 AM | Last reply by YosrJ - Friday, July 8, 2011 12:46 PM -
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 | 4099 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 3194017 Next ›
No announcements