ASPxGridView is usually in reference to the ASPxGridView provided by DevExpress. It's one of the prime products offered by DevExpress Inc. in support of ASP.Net WebForms.
Questions tagged [aspxgridview]
779 questions
-1
votes
1 answer
How to Upload .aspx websites onto APACHE Tomcat
I have created a website that has an extension of .aspx using Microsoft Expression Web 4 and I need to upload it onto out APACHE TOMCAT server. Is there anyone that can guide me how to do this?

user3554354
- 51
- 6
-1
votes
1 answer
Assign dataset to aspxGridView
I have master detail aspxgridview. I have aspxcheckbox control and also check box column in master detail aspxgridview. On aspxcheckbox selection I want to select all rows in aspxgridview i.e master rows as well as detail rows. Previously I was…

Scor Pio
- 49
- 2
- 13
-1
votes
3 answers
run c# code from 2 buttons in a gridview
I have a Gridview with two buttons and I want to be able to run code when the user clicks on them. I have tried using Row_command and setting a CommandName on the buttons , but i am going round in circles! Help!
I cant seem to get the username name…

wubblyjuggly
- 919
- 3
- 13
- 33
-1
votes
3 answers
ASPxGridview get row data from server-side
I'm working on a DevExpress Gridview and I want to get the data of the selected row (only one row can be selected at the time). I'm working on the Server-Side and I'm using FocusedRowChanged function.
EDIT: The FocusedRowChanged fire but nothing…

GmodCake
- 427
- 3
- 11
- 24
-2
votes
1 answer
How to add new row to SQL Server table that has multiple columns as primary key
I have a many-to-many relationship table in SQL Server.
Table: Application
Table: AppCategory
Table: AppPerCategory
Primary key in [AppPerCategory] is CategoryID + AppID.
The primary keys in [Application] and [AppPerCategory] are NOT in…

WhileLoop
- 7
- 6
-2
votes
1 answer
Setting checkbox selections in Grid View from comma separated list from SQL Server
I was wondering if anyone had an example of pulling a csv list of options from the database and checking the rows based on the text value pulled. So say I have a grid view with options showing various programming languages. I would like to match…

bbcompent1
- 494
- 1
- 10
- 25
-2
votes
1 answer
Copy Row Values to all Rows of one Column
My project requires a similar approach of this example: https://codecentral.devexpress.com/E2026/
Is it possible to do it without the popup and reflect the changed values on the database? And just noticed that it wasn't done using batch mode. Is…

x'tian
- 734
- 2
- 14
- 40
-2
votes
2 answers
ExecuteNonQuery: CommandText property has not been initialized in c#
I am trying to insert data from dynamically generated textbox of gridview in the database. however, I am getting the exception of the CommandText property has not been initialized cmd.executeNonQuery();
private void InsertRecords(StringCollection…

Tanmay Parmar
- 177
- 1
- 2
- 14
-2
votes
2 answers
Check/Uncheck aspx checkbox using Css/Jquery
I am new to ASPX GridView. I have a column of checkbox.
I need to check/uncheck it using Css/Jquery
The HTML code for checkbox is as below:

Coding man
- 957
- 1
- 18
- 44
-2
votes
1 answer
Gridview Edit - Redirect to Update Form
I really need some help..! I have several forms & several reports in a windows (.aspx) app that I created. The forms have an option to pull data from an outside db, once done, they can edit the form & then click the submit button to save to 1 of…

Kathy
- 25
- 1
- 1
- 2
-3
votes
1 answer
Make text box read only in a asp.net grid row based on checked columns
In the below grid, I wanted to disable textbox in each row if all the checkboxes in the row are unchecked. And if a check box is checked in a row then need to enable the textbox.
Wanted this in client side using jquery. Please help
Below is the code…

Bharathg
- 13
- 4
-3
votes
1 answer
What program can create this?
Hello I want to know what program can create something like this?
Business cards editor
I already tried searching in google but couldn't find nothing or dind't know how to search for it. Any help would be appreciated.
I AM NOT TRYING TO STEAL CODE…

andresr
- 93
- 3
- 11
-6
votes
1 answer
Using gridview to display string data vertically in a row
I am trying to find out is there a way to take the string data in the Name, Address, and DSL columns that has been concatenated in STUFF() and XML PATH and display it vertically in same row instead of horizontally on the front end. I am using a…

BL-OOP
- 9
- 5
-22
votes
1 answer
Dynamic FieldName for GridViewDataTextColumn (<%# Eval(...)%>)
I have an in-memory DataSet bound to an ASPxGridView where the column names are determined by a variable. Now I would prefer to assign the FieldName of the columns in the markup with the value of the corresponding variable, but <%#Eval(...)%> throws…

Andreas
- 21,535
- 7
- 47
- 56