No announcements
Found 2087649 threads
-
0 Votes
Issues with DropDownlist DataBinding
Hi mustangDev, If you want to add an item into the DropDownList, I think the question is more related to ASP.NET. You can try ASP.NET forum toAnswered | 3 Replies | 992 Views | Created by mustangDev - Friday, May 10, 2013 3:59 PM | Last reply by Chester Hong - Tuesday, May 14, 2013 5:48 PM -
0 Votes
DropDownList DataBinding with List
practices for SharePoint. Step 1. Populate DropdownList with all the lists in a site. protectedAnswered | 3 Replies | 8668 Views | Created by bms.raghavendra - Thursday, January 27, 2011 12:22 PM | Last reply by Vighnesh Bendre - MCTS - Friday, January 28, 2011 6:42 AM -
1 Votes
Dropdownlist databinding
i have a Dropdownlist with Binding data (1000) sql in asp with language c#Answered | 1 Replies | 3962 Views | Created by Ksnk - Friday, February 24, 2012 1:04 PM | Last reply by Dig-Boy - Friday, February 24, 2012 1:52 PM -
0 Votes
Databinding issues
im havin some issues with data binding... ive got an xml which i bind to a listbox.... but i want to be able to add and ...Answered | 2 Replies | 3836 Views | Created by Dragon89 - Monday, June 23, 2008 12:49 PM | Last reply by Harish Suhanda - Tuesday, June 24, 2008 1:41 PM -
0 Votes
Some databinding issues
No offense, but you are completely wrong in that respect. I have heard lots of talk about how dependency properties are "for databinding" but I have been ...Answered | 5 Replies | 9453 Views | Created by MSDN_Forums_User - Wednesday, July 2, 2008 2:30 PM | Last reply by Yi-Lun Luo - Saturday, July 5, 2008 12:37 AM -
1 Votes
Issues with Pivot items databinding
<phone:PhoneApplicationPage.DataContext> <ViewModel:PivotViewModel/> </phone:PhoneApplicationPage.DataContext> ...Answered | 2 Replies | 557 Views | Created by Cato L - Thursday, March 13, 2014 8:48 AM | Last reply by Cato L - Friday, March 14, 2014 8:49 AM -
0 Votes
DataBinding Issues
Hi Sir, am not able to bind the data properly. View.xaml: ............... <UserControl ...Answered | 1 Replies | 2143 Views | Created by durgagottipati - Friday, March 16, 2012 12:24 AM | Last reply by Shi Ding - Sunday, March 18, 2012 11:22 PM -
0 Votes
RequiredFieldValidator with Dropdownlist
hi i am working with vs 2010 C# ... i want to validate a Dropdownlist selection with a RequiredFieldValidator . Dropdownlist default ...Discussion | 2 Replies | 5096 Views | Created by RageshShiva - Monday, June 20, 2011 9:29 AM | Last reply by Serguey123 - Tuesday, June 21, 2011 12:18 PM -
0 Votes
Multiselect dropdownlist with search
Hi, Right now we have many "Multi select dropdownlist with search" custom controls developed by third parties. Why ... -
0 Votes
Dropdownlist display issues in IE 10
I am running a .net web application on IE10. The issue is with the way the items are being displayed in the DropDownList. In IE10Answered | 3 Replies | 1962 Views | Created by hoshi_rawat - Friday, April 12, 2013 6:19 AM | Last reply by 网游 - wang'you - Saturday, April 13, 2013 1:26 AM -
0 Votes
GridView and Dropdownlist issues or bug?
GridViewRow row = e.Row; DropDownList ddl = ((Unanswered | 0 Replies | 6361 Views | Created by GeorgeRiosPlural - Tuesday, October 18, 2005 9:39 PM -
0 Votes
DropDownLIst
I am having trouble with my dropdownlist. How do you link the dropdownlist items to another page? In other words i want it to where when the user clicks on a item in ...Answered | 1 Replies | 4315 Views | Created by jdaddy18 - Friday, May 5, 2006 1:53 PM | Last reply by Brendan Grant - Friday, May 5, 2006 2:14 PM -
0 Votes
IDataErrorInfo UserControl DataBinding Issues
Hello and thank you for reading this post. Guys, I really need your help. I have a serious head scratcher and I can’t figure out what I am ...Unanswered | 3 Replies | 4561 Views | Created by David T. _ - Wednesday, December 12, 2007 3:19 PM | Last reply by Sam Bent - MSFT - Wednesday, December 26, 2007 7:46 PM -
0 Votes
Textbox databinding issues
wanna bind a dataset to several textboxs, depending on the ID that the user put in the Id textbox the other textboxs that are readonly should display the info that coresponds to that ID ...Answered | 4 Replies | 4972 Views | Created by rguifarro - Wednesday, August 30, 2006 6:27 PM | Last reply by rguifarro - Wednesday, August 30, 2006 8:06 PM -
0 Votes
dropdownlist control databinding in the create user wizard control
enough of your code to be sure. I used some code similar to that shown below that worked well: DropDownList ...Answered | 2 Replies | 2898 Views | Created by unseendreamzzz - Thursday, April 12, 2012 6:28 AM | Last reply by LenFlynn - Wednesday, May 2, 2012 4:04 AM -
0 Votes
ListBox databinding issues.
doh, i posted the code while i was changing it from _result to result and vent afk and vent back to it now when you replyed. the conclusion for me was that it dont work ...Answered | 4 Replies | 5955 Views | Created by PoulRaider - Thursday, March 13, 2008 6:35 AM | Last reply by PoulRaider - Thursday, March 13, 2008 9:01 AM -
0 Votes
Asynchronous Databinding issues with TwoWay properties
Here's the scenario (not sure why anyone hasn't dealt with this problem yet): We have a UserControl with an asyncronous ObjectDataProvider -
0 Votes
Gridview with dropdownlist
After adding dropdownlist in gridview how to retriev data from database in gridview ansd how selected value will stored in db. using asp.net NarenAnswered | 2 Replies | 3852 Views | Created by Naren7 - Wednesday, May 5, 2010 5:33 PM | Last reply by YiChun Chen - Friday, May 7, 2010 10:11 AM -
0 Votes
dropdownlist
my dropdownlist contains 1000 of items, it shows long list how to set dropdownlist(ajax combo) height? pls pls pls help it ...Unanswered | 2 Replies | 10536 Views | Created by bebikash - Tuesday, March 15, 2011 9:51 AM | Last reply by Paul Zhou - Thursday, March 17, 2011 3:26 AM -
0 Votes
Populate a GridView Templated DropDownList Control prior to Databinding event
which is a dropdownlist. The GridView could be considered as a spreadsheet where a user could enter data for an employee. In other words, think of a master-detail relation ship where there ...Unanswered | 0 Replies | 4309 Views | Created by RammoneX - Thursday, April 10, 2008 3:36 PM | Last reply by RammoneX - Thursday, April 10, 2008 3:36 PM - Items 1 to 20 of 2087649 Next ›
No announcements