No announcements
Found 2435645 threads
-
0 Votes
Gridview footer dropdownlist will not reload after insert
I have the following: 1 - Gridview with a footer used to insert data. 2 - The footer has a dropdownlist that is ...Answered | 1 Replies | 785 Views | Created by PCTony - Thursday, January 3, 2019 3:21 AM | Last reply by Zhanglong Wu - Thursday, January 3, 2019 5:58 AM -
0 Votes
ReLoad DropDownList
By Drop Down List, do you mean ComboBox? DropDownList is not a "out of the box" Silverlight control. I would just update your ...Answered | 5 Replies | 6630 Views | Created by Deadveloper - Wednesday, May 26, 2010 11:08 AM | Last reply by Deadveloper - Wednesday, May 26, 2010 5:00 PM -
0 Votes
dropdownlist inside gridview
If the dropdownlist is supposed to have the same value for all rows, why not take it away from the grid? <dropdownlist ...Unanswered | 1 Replies | 3844 Views | Created by Dropdownlist inside gridview in asp.net - Monday, September 24, 2012 4:27 PM | Last reply by mente - Tuesday, September 25, 2012 1:47 PM -
0 Votes
dropdownlist in gridview
i used dropdownlist inside the gridview, when i choose dropdownlist value the data should change that corresponding row only,but ...Answered | 1 Replies | 3929 Views | Created by umapathi19 - Wednesday, June 13, 2012 7:40 AM | Last reply by Sambath Raj.C - Wednesday, June 13, 2012 7:47 AM -
0 Votes
dropdownlist in a gridview
i want to add dropdownist in a column of a gridview, by selecting a row from a dropdownlist i want to populate remaining columns in gridview.Answered | 1 Replies | 1503 Views | Created by Nimminiru - Tuesday, December 6, 2011 3:45 AM | Last reply by RAJESH_BALA - Wednesday, December 7, 2011 11:42 AM -
0 Votes
dropdownlist in gridview
Hi, I had a GridView. i want to insert two dropdownlist on eaach single cells. i need 7 rows and 7colums of cell with dropdownlist. How to write the ...Answered | 2 Replies | 5138 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
How to Insert GridView dropdownlist value using dataset.
Hi, I have a dropdownlist in a gridview, i want to assign value from database into the dropdownlist. DataSet ...Unanswered | 1 Replies | 2879 Views | Created by XxjMxX - Thursday, August 2, 2012 6:43 AM | Last reply by Jason Dot Wang - Friday, August 3, 2012 2:15 AM -
2 Votes
gridview paging changing with dropdownlist
Hello, Follow the links below. Samples there will help you ...Answered | 3 Replies | 4483 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 in gridview
hi all,here am posting my code.please solve my problem.problem was...when i trying to add new row in gridview(add button)the items in the dropdownlist was disappering...y it was ...Answered | 1 Replies | 11750 Views | Created by sril - Saturday, September 4, 2010 12:13 PM | Last reply by Andrew_Zhu - Tuesday, September 7, 2010 7:20 AM -
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 ...Answered | 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
gridview in dropdownlist
in gridview i used dropdownlist. when i choose dropdownlist value the text box value ll be displayUnanswered | 2 Replies | 3782 Views | Created by umapathi19 - Wednesday, June 13, 2012 11:32 AM | Last reply by Lisa Zhu - Friday, June 15, 2012 9:29 AM -
0 Votes
Visual Webpart GridView with DropDownList
Hi Mahesh, In Visual Studio PageLoad Method, PRDMatGrp (dropdownlist) is not available, I can only put gvDetail. Besides, my dropdownlist is in ...Answered | 3 Replies | 5533 Views | Created by zlgoay - Thursday, June 6, 2013 8:27 AM | Last reply by Mahesh.Nalam - Thursday, June 6, 2013 9:19 AM -
0 Votes
Gridview DropdownList Databind
what is the datasource of your GridView? if the source is the list, them it will show all rows repeated. So you can bind your gridView to another source ...Unanswered | 2 Replies | 7743 Views | Created by yjeevanrao - Monday, September 6, 2010 10:21 AM | Last reply by Mike Dos Zhang - Wednesday, September 8, 2010 6:08 AM -
0 Votes
Dropdownlist can not clear textboxes after an insert
click the insert button to insert a record, the dropdownlist will not work with the code below no matter where I put it. If I put the code ...Unanswered | 5 Replies | 4677 Views | Created by Highlander4 - Monday, July 24, 2006 2:38 AM | Last reply by Highlander4 - Tuesday, July 25, 2006 4:54 PM -
0 Votes
Add totals to gridview footer
How can I add totals to a Gridview footer in Expression Web. I have found an example or 2 using ASP.NET, but I have not figured how I access the ...Unanswered | 1 Replies | 1963 Views | Created by Bruce Lowry - Thursday, January 26, 2012 10:26 PM | Last reply by KathyW2 - Thursday, January 26, 2012 11:06 PM -
0 Votes
ASP.net Visual Web Developer - Gridview - DropdownList problem.
problem is that the dropdownlist does not appear in the field box in IE8 - it appears in the top left of the gridview for any row I try to edit. The dropdown list works - ...Answered | 1 Replies | 3680 Views | Created by johpoll - Monday, August 2, 2010 4:20 PM | Last reply by Khanna Gaurav - Monday, August 2, 2010 5:47 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 ...Answered | 1 Replies | 3599 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 -
1 Votes
dropdownlist is inside the gridview
http://usingaspdotnet.blogspot.com/2011/03/dropdownlist-inside-gridview-in-aspnet.html i did above all works after that i want ...Answered | 2 Replies | 1634 Views | Created by Nithiyanantham - Tuesday, October 11, 2011 2:30 PM | Last reply by YosrJ - Tuesday, October 11, 2011 4:03 PM -
0 Votes
DropDownList over GridView
Slen, Do you want to create a combobox that you can choose datagridview's datasource at the runtime? "gridview" is web controlDiscussion | 1 Replies | 2915 Views | Created by Slen - Friday, February 27, 2009 3:55 AM | Last reply by Yichun Feng - Tuesday, March 3, 2009 1:42 AM -
0 Votes
GridView and footer
Dear all I want give a value to footer cell of a gridview GridView1.FooterRow.Cells[0].Text = "Total:"Unanswered | 3 Replies | 3947 Views | Created by Lee John - Tuesday, December 5, 2006 2:52 PM | Last reply by Lee John - Wednesday, December 6, 2006 1:51 AM - Items 1 to 20 of 2435645 Next ›
No announcements