Questions tagged as 'gridview'

0
answers

Conditional printing of DataItemTemplate in a Grid

I receive a status value that can be 20 or 90. Depending on the state, I decide whether to show the html or not. So far I was doing it with #Eval('Estado') and I was not giving any problem. The headaches have come when I have found the...
asked by 06.07.2017 / 13:44
1
answer

Change background and font color of GridView (Windows 10 App)

I have a GridView with several numbers and I have a click event on the items in this GridView. I would like the items that were already clicked to change the colors of the background and the text, to indicate to the user that they have already c...
asked by 29.06.2017 / 21:43
1
answer

autocomplete textbox / combobox and gridview

I give up, I have not found an answer, I am a beginner in C # and I have a class where every weekend the teacher leaves us a challenge-type task, and this time it was a search engine, but using the data generated via a code. single column of the...
asked by 20.05.2017 / 04:22
0
answers

how to remove a row from a gridview

I have 2 gridview on a page, the first is filled from a database and the second filled with the rows that I select in a checkbox, in each row of the gridview I have a button linked with a method to eliminate that particular row <asp:GridVie...
asked by 14.05.2017 / 04:37
1
answer

Access to RowCommand aspx - c #

I have a one-to-one table of documents and attachments, when I create a file, I have to attach a file to it I have these controls <asp:TemplateField HeaderText="Archivo" HeaderStyle-CssClass="text-center"> <ItemTemplate>...
asked by 11.04.2017 / 18:28
1
answer

Android 2.3 Gridview with BaseAdapter in AlertDialog

Hello again, community. How do I put a GridView in an AlertDialog and "read" the number of the item I have selected? I have searched for all lares and as always "Copy Paste", poorly explained or incomplete. But from so much searching and g...
asked by 22.03.2017 / 18:44
1
answer

Error trying to select field in my table gridview webform c #

The code for my gridview is this: <asp:GridView ID="ListaArticulos" CssClass="table table-bordered table-hover" autogeneratecolumns="false" runat="server" OnRowCommand="ListaArticulos_RowCommand"> <Columns> <asp:But...
asked by 24.02.2017 / 20:43
2
answers

Select row of a gridview without buttons, checkbox

Hi, I have the following gridview that is loaded from a select, with some fields in white, I wanted to know if there is any way that when I select a record of that table I load the corresponding data in the textbox? For some reason, the select i...
asked by 01.05.2018 / 04:54
1
answer

Why can not my crystal report be seen?

I have a webform project on asp.net with c #, I work with web forms. I have added a Gridview to show the data of a SQL query and I want to show them in a crystal report. But it happens that when executing it does not appear and clicking the butt...
asked by 20.03.2018 / 19:12