Questions tagged as 'gridview'

2
answers

GridView Get TextBox Value

I want to get the value of a textbox of a gridview . This Textbox is created by RowDataBound . In the following form: TextBox txtValor = new TextBox(); e.Row.Cells[i].Controls.Add(txtValor); Because gridview is dyn...
asked by 23.06.2014 / 13:07
0
answers

Click in the Header row of a Gridview does not put the data in the fields of screen

I have a problem with working in a gridview. When I click on the header row of a Gridview line with the mouse, the field data does not change to the defined field fields. In another program, pass. Can anyone explain the reason for this dif...
asked by 29.11.2017 / 12:27
2
answers

Spacing in a GridView

I have in my android project a gridview that I define as follows: I created an XML Adapter, so the gridview cuts some letters (icons), as it represents the image below. As I started developing now, I do not know about the properties of gridview....
asked by 17.01.2017 / 19:53
0
answers

Fill gridview checkbox through SQL Server

I have a checkbox in the gridview and I want to load 'bit' fields in the SQL Server bd in this checkbox, that is, if it is 'True' the checkbox is 'checked'. I have this: connect = CONN(un, passwords, db, ip); String query = "select * from a...
asked by 12.10.2016 / 22:47
0
answers

Selected checkbox list contains only those that are on the screen

I have a GridView that contains a list of items with a checkbox and I use the code below to "page" the table: $(".gvdatatable").dataTable(); The problem occurs when I check which checkboxes are selected, as it is curren...
asked by 30.09.2016 / 21:02
0
answers

Problem with paging on account of loading GridView and DropDownList in same Page.PostBack

Next, I have a gridview that it needs to be inside a postback in order to run an update when selecting a checkbox. The problem is that I have a filter using a DropDownList , if I leave my PopularGVDuplicatas() within the same...
asked by 13.03.2016 / 20:50
0
answers

How to create a CellValueChanged event in GridView ASP.NET

I have a dynamic GRID, which after loading allows the user to modify it, changing the values of the columns by dragging the objects (DIV) between them. In WinForms, the DataGridView has an event called CellValueChanged, however in ASP.NET for th...
asked by 27.08.2015 / 19:34
1
answer

Mount Grid according to XML tags

I have a headache in my project here ... I have to consume data from a webservice that sends them in xml format. Currently, I can get this xml from webservice , but I can not scan all the xml and mount my grid according to all tags wh...
asked by 09.06.2015 / 14:49
1
answer

Component to replace Gridview

I'm having a lot of problems with Gridview in Asp.Net which are getting me out of the serious, mostly paging and exporting part of the data. Is there any other free component on the market that replaces gridview and is more complete?     
asked by 16.04.2015 / 22:46
1
answer

Fill with Dynamic TemplateField

The code that causes the error is: dataValue = DataBinder.Eval(container.DataItem, _columnName); The problem is that templatefield has the following name gridview and ColumnName only reads to the point. This e...
asked by 24.06.2014 / 13:19