Tagged Questions
0
votes
1answer
85 views
How to populate DropDownList in GridView EditItemTemplate depending on other column values
When editing a row in a GridView, I need a DropDownList whose list of available values depends on other column(s) in the row (let's just say the "type" of the record for now); that is, different ...
0
votes
1answer
42 views
Is there another way to filter a grid view?
At the moment i am using this code below to filter my gridview according to what i have selected in the dropdownlist which is calling a SQL statement which populates it.
protected void ...
2
votes
2answers
80 views
how to binding gridview with data from two different tables C#
How can I binding gridview with data from two different tables? I have three tables: Players, PlayerTeam and Teams. My gridview has next data: PlayerID, Name, Surname, ... from table Players, and ...
0
votes
1answer
94 views
DropDownList in Gridview Binding error Index 1 is either negative or above rows count
I have been trying to bind a drop-down list which is present in itemtemplate of my GridView.
But it is giving me the above said error of "Index 1 is either negative or above rows count."
My GridView ...
0
votes
0answers
18 views
What Code do I add to the Gridview Code behind file to update the data based on the selected dropdownlist value
I have a gridview and a dropdownlist populated with an ObjectDataSource.
The code for the page's code behind file for an Entity Data Source would look like this for example:
Movie myMovie = ...
0
votes
1answer
148 views
How to bind dropdownlist in grid view using webservices?
I have 4 dropdown list in my grid view. I want them to be loaded using webservices. Is it possible to do so? How to accomplish this?
0
votes
0answers
304 views
ASP.NET C# DropDownList strange RowDataBound behavior won't bind data correctly
I'm trying to create a GridView where users can list items through a series of tables. The tables are set this way
dbo.Armazem
PK [ArmazemId]
[Designacao]
[Descricao]
dbo.Compartimento
PK [CompId]
...
0
votes
0answers
25 views
Accessing Access Database For Filling Data
I have "Car" database which has ID,Brand,CarModel,CarYear,CarColor,CarPrice and I also have 2 control types first one is "DropDownList" and second "GridView"
I want to filling my gridview by ...
0
votes
1answer
291 views
How to get selected value of dropdownlist in edititemtemplate - datagridview?
I've created a DropDownList in a DataGrid EditItemTemplate. (Manually)
<EditItemTemplate>
<asp:DropDownList ID="DropDownList1" runat="server"
...
0
votes
2answers
258 views
VB.Net hide specific gridview columns based on dropdown text selection
Using Visual Studio and VB.net I have a gridview populated with data and based on the text values in a dropdown I would like to hide certain columns and unhide as appropriate.
The dropdown is ...
0
votes
1answer
262 views
access dropdown selected item inside of gridview
i have a Gridview having a dropdownlit and button. now I want to get selected value of that dropdown list on button click.here is my sample code
<asp:TemplateField>
...
1
vote
3answers
825 views
how to show data in gridview based on the selection on dropdown list
I have a dropdown list like this:
<asp:DropDownList ID="ddlPortal2" runat="server" AutoPostBack="True">
<asp:ListItem>Select</asp:ListItem>
...
0
votes
1answer
804 views
Dynamically adding DropDownList on edit on DataGridView asp.Net on the code
Im working on a project just to add few things and one of thoose is to add a DropDownList on a GridView when they press the edit button of a row... Sadly the columns are added on runtime before the ...
0
votes
1answer
171 views
Drop down list is not updated in the gridview
I have a gridview populated with elements extracted from a table in the database. Each row contains 2 textboxes and 1 drop down list. The drop down list is filled when the page is loaded.
My issue ...
0
votes
1answer
280 views
asp.net gridview update with dropdownlist
I have a gridview that pulls data from an sqldatasource and I when clicking Edit I want to add a dropdownlist instead of a textbox. The values of the dropdownlist must be preset as below (not pulled ...
1
vote
0answers
861 views
How to bind dropdownlist to a grid view in asp.net??? Here dropdownlist is not inside gridview
I am trying to bind gridview to a dropdownlist meaning when i change my dropdownlist value data must be accordingly displayed in asp.net.But whenever i build the application following errror occurs:
...
0
votes
1answer
340 views
ASP.NET C# (3.5), Membership, how to set RoleName using a DropDownList in a GridView?
I try to set "RoleName" using a DropDownList in a GridView, but I get this error:
DataBinding: 'System.String' does not contain a property with the name 'RoleName'.
I've done whatever you imagine, ...
0
votes
2answers
353 views
dropdownlist auto select first value in gridview with edit mode
actually I have bounded a dropdownlist in gridview in edit mode, but the problem is that whenever i try to select another value from dropdownlist, it auto select the first value.
I also used ...
0
votes
2answers
830 views
How to Bind SelectedValues of DataBase values to Dropdown list in a Grid?
I have Grid with DropDownList and it has static data. It is being saved perfectly. But, while editing, I need to get SelectedValue of the DropDown from the DataBase.
My code is:
...
0
votes
0answers
59 views
GridView dropdown list selection issue
I've been trying to figure out this, but couldn't.
I have a downdown list control in a gridview populated with list of countries (e.g. UK, USA, GERMANY, FRANCE). On page load the dropdown list ...
0
votes
0answers
86 views
Cannot Load Data in Dropdownlist in Footer of Gridview
When my page load, the Dropdownlist in footer can load a data
I can add new record in the Gridview with no problem
but when I remove all the record in the Gridview, the data cannot load anymore in the ...
0
votes
0answers
605 views
Display database data in gridview based on dropdownlist condition
I am trying to extract student data from a database table named User, based on the selections from two dropdown lists (course & section), After retrieving the results, it should be displayed in ...
-3
votes
1answer
160 views
Auto format gridview(Asp.net) on runtime
How can I format the gridview in asp.net on run time. Using the autoformat template?
For example, there is a gridview control, and there is dropdown list, inside the dropdownlist are the autoformat ...
0
votes
0answers
317 views
ASP.NET Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control
I have a GridView with some DropDownList inside EditItemTemplate.
Also i have DetailsView to insert new item into DropDownList (they both have shared SqlDataSource).
But when i try to insert new item ...
0
votes
2answers
2k views
c# dropdownlist selectedindexchanged in gridview sets selectedindex of second dropdownlist
I have a gridview with two dropdownlists populated from a db. One is a descriptive name, the other is an abbreviated name. I need to accomplish the following:
When I select an item in DDL1 I need to ...
1
vote
1answer
206 views
Filtering Dropdownlist populated from sqldatasource
I have a gridview which has 2 column types which are populated from sqldatasources
TransportationMode(Disabled Dropdownlist), ContainerType(Enabled Dropdownlist),
Vessel - 20DC
Vessel - 20RF
...
1
vote
0answers
519 views
ASP.NET multiple databound dropdownlist issue
I have a ASP.NET website that tracks computer assets and one page in particular lets the user update the data. This page has a Sqldatasource object for the GridView, as well as each dropdownlist in ...
0
votes
1answer
255 views
How to create grid with radiobutton
In my Yii application, I want to a create gridview with fields "Level of user" and "Complexity of Question".
Level | Complexity
Beginner |
Intermediate |
...
0
votes
1answer
124 views
Bindingdata into Table according to selection in the dropdowns
Using Visual Studio 2010 and SQL management Studio, I have created a page by which admin can get detail of student' result.
I have 7 drop downs in it.
School
Year
Lesson
Version
Teacher
Domain
...
0
votes
1answer
277 views
Formview - Check if value is in databound list
I have an ObjectDataSource for my FormView (Students) and another ObjectDatSource for the DropDownList (Name) within the FormView. If the DropDownList's source does not contain a name value matching ...
0
votes
1answer
525 views
Show dropdown selected value in the grid on the same page
I have a drop down which has the list of delegates. When the user selects a delegate then I populate the available meet-timings in the second dropdown using the selectedindexchange event of the 1st ...
0
votes
1answer
108 views
What options should I set to allow the text field to become a drop-down list inside the Gridview for Visual Studio 2010?
Is it possible? I notice that the Gridview (Visual Studio 2010 Web Application) only contain text field and so was wonder if it is possible to convert or change a text field to a drop down list inside ...
1
vote
3answers
440 views
How to calculate selected options in dropdowns inside gridview using jquery
I have a few dropdowns in my gridview, each has 2 same options, I want to calculate out of all these dropdowns how many times is option1 selected (selectedIndex = 1) and how many times the second ...
0
votes
1answer
563 views
OnSelectedIndexChanged and OnCheckedChange Event are not firing
i am binding dropdown list and checkbox list in a gridview using templatefield.But neither OnSelectedIndexChanged event of gridview nor OnCheckedChanged event of check box is getting fire.
This is ...
1
vote
2answers
883 views
Gridview bound to datatable edit dropdownlist C#
I have a GridView that is bound to a DataTable, and when you select edit, I can get the values to change. However, one field needs to be a dropdownlist and not a textbox. Here's the code I have so ...
0
votes
0answers
108 views
SortParameterName InvalidOperationException asp:DropDownList inside asp:GridView was unhandled by user code
I'm trying to Sort a DropDownList inside a GridView by means of using an ObjectDataSource that is linked to one of my TableAdapaters. If I take out the SortParameterName from the ObjectDataSource, my ...
0
votes
0answers
239 views
DropDownList in header template could not be used as a control parameter for filter expression
I am having a tough time in resolving this particular issue.I have gridview which is bound to a sqldatasource with filterexpression property.The header of gridview has a dropdownlist and I want to ...
0
votes
0answers
315 views
How to set the ComboBoxEditSettings to disable the drop down?
in DevExpress WPF, how can i set the ComboBox to disable the drop down in code, just show the value which was selected originaly, so you cant select and dont see options? There is no IsEnabled ...
0
votes
0answers
57 views
OnRowCreated doesn't quite follow what I want it to do
I have the following code to respond to a button, kind of. So the button sets the Session variable which triggers the row created event, I mean the if part of it. So I have these dropdownlists in my ...
0
votes
0answers
358 views
Binding Multiple Dropdownlists and Lable inside Gridview using linq query and setting selected Value to the dropdown
I'm using Asp.net c#
I need help in regard that I'm Creating a gridview that will be editable.
gridview Contaings two DropDowns, One shows the list of Mobiles and Other shows the connections. The ...
1
vote
1answer
2k views
Dropdownlist in templatefield - update fails (null value insertion)
I have a gridview. In this i have a templatefield with a DropDownList (DDL in EditItemTemplate mode, label in ItemTemplate mode).
When i hit edit on of of the detailsview's rows i can select any value ...
0
votes
2answers
284 views
Use a DDL to select records in a gridview VB.NET
I've got a simple DDL with values like 1, 2, 3.
I have a Gridview with a BoundField DataField="Cycle"
I want to pick a value from the Drop Down List and I want to update my Gridview to only show ...
2
votes
3answers
666 views
Binding a DropDownList without a SqlDataSource in a Gridview
I realize that you can easily set up a dropdownlist in a gridview using a SqlDataSource, but what about a limited list containing only listitems? Putting a Bind in the selected value does not seem to ...
0
votes
0answers
1k views
ASP.NET C# Dropdown selected index firing on button click [closed]
Problem description:
I have just put the relevant code now.
As I am a new user I am not alloweed to upload a screen shot.The exporter dropdown selected index changed is fired on button save click for ...
-1
votes
1answer
981 views
Gridview selected value not populating Dropdownlist
In my ASP.NET page I have a gridview and a dropdownlist, I want the dropdownlist to populate with the value from the selected row in my gridview. My dropdownlist is populated with a sql statement:
dt ...
0
votes
2answers
512 views
Concatenate Fields from Gridview
I have an ASP.NET page that contains textboxes, dropdownlists and a gridview. There are two ways to fill in the form, one is when a user selects a row from the gridview the values from the cells ...
0
votes
3answers
12k views
C# getting selected value from dropdownlist in gridview asp net
im trying to get the selected value of a dropdownlist from gridview. im want to show the value to a textbox. on page load, the textbox is able to show the selected value. but when i change a selection ...
0
votes
1answer
170 views
DropDownList Attribute not working on mouseout
I have a dropdownlist in a template field of a gridview. I am tryin to change the width of the dropdownlist is display all the values when I mouse over and then change the width back when you mouse ...
1
vote
3answers
3k views
Get selected value from drop down inside GridView on Update
So I have some GridView. When you edit a row, a particular column changes from a label to a DropDownList. The content of this drop down is populated via some SQL data source.
The user may make a ...
-1
votes
1answer
2k views
GridView Error: Object reference not set to an instance of an object
have a gridview with template fields, one column contains a dropdownlist that should be populated with a sql statement. I have created the grid dynamically and called the rowdatabound in order to ...



