A Gridview is a control for displaying and manipulating data from a variety of data sources.
0
votes
1answer
8k views
Image Adapter adding ImageViews dynamically to GridView without Cursor
I want to keep it short and simple. I have set up an ImageAdapter to a Gridview. Unfortunatley i am working not with the standard picture paths but with some that i created on my own.
Here is my ...
1
vote
1answer
24 views
Load Images in GridView in a Synchronization - Android
I have a question, I have a GridView in which I am loading images using a ImageView, these images it´s stored in the SD, for this I am using the Runnable class for loading.
When it scrolling through ...
0
votes
4answers
6k views
how to filter a gridview
I have a gridview connected to a database by sqldatasource. I have multiple drop down lists and a table where users can select different data to filter the gridview.
I know how to set this up for ...
0
votes
2answers
2k views
How to create two-row Header for ASP.NET GridView
My data is such that I want to display values for the Employee and the Supervisor for a particular record. Instead of describing it, I'll show you a rough example:
Employee
Supervisor
...
0
votes
1answer
23 views
how to call (click) on a button on other website by using service..?
i am trying this days to find out how to read a data from a asp.net control (gridview in my case) so i can get all the rows from the grid (that has paging in it)...
I made a question here earlier, ...
0
votes
0answers
8 views
Grid View Column Width asp.net
I am using a grid and want one column have some more width than others.
it is databound column and if i make the itemstyle-wrap="false" the width of this column is out of control. it expands according ...
0
votes
4answers
121 views
Display image from String of url in Grid View
I have a grid view and I need to display gridview images from the String which consist of the URLs to display.
please check the code where i am getting error
- (void)viewDidLoad
{
...
0
votes
0answers
9 views
Grid view edit mode- pop up to confirm data save
I have asp.net web page with multiple controls. One of the control is gridview with edit,update, delete options. How can I restrict user to access any other control on page if my grid view is in edit ...
-2
votes
0answers
26 views
How to pass values from text box to Grid View only on Click of button in asp.net
I am using grid view to display records from a database. However, the grid view is displaying the records automatically on click of the button or when pressing enter. I want to disable this automatic ...
0
votes
5answers
42 views
How do I use the hyperlink field in gridview, a new pop-up, to link back to my main page
I have created a page with a button that opens up a new page, a pop-up if you will.
btnToolbarSearch.Attributes.Add("onclick", "window.open('DagbokSearch.aspx','','height=600,width=600');return ...
1
vote
3answers
36 views
GridView displaying in display mode but not in browser ASP.NET C#
I'm relatively new to ASP.NET. My problem is I am trying to create a GridView and bind data to it by using a DataTable. My GridView element shows up in the design mode of VS 2012, but when I run it in ...
1
vote
0answers
27 views
Replace element in GridView on element's event
I'm using a highly dynamic GridView inside my Windows Store App. Element's inside the GridView can have different template and size, depending on what I'm inserting inside DataSource. For instance:
...
0
votes
1answer
19 views
Gridview using html in ASP.NET
I have a doubt in gridview design can anyone help me.
I have created a gridview, but when im giving any text to that grid cell my grid design is changing. My question is how to give a fixed height to ...
0
votes
1answer
73 views
Command field showing messagebox
I have a command field like this,
<asp:CommandField ShowEditButton="true" ShowDeleteButton="True" ItemStyle-Width="10px" />
Now on delete I want to display a confirmation box but not sure how ...
2
votes
2answers
156 views
What is this code for
I found this code in one of the project developed by an Ex-Employee for custom gridview with custom controls which works fine but I am not sure what exactly it is doing,
CODE:
public class ...
1
vote
2answers
34 views
Odd GridView Column size
I have a gridview and I am trying to increase size of a column in it when user clicks on Edit link button using this code,
protected void RowDataBound(object sender, GridViewRowEventArgs e)
{
if ...
3
votes
1answer
62 views
So confused with Property Descriptor in a gridview
I can't understand how a property descriptor gets properties of two different bound fields by just saying .Find("boundField", true)
here is an example
PropertyDescriptor propertyA = ...
1
vote
1answer
27 views
Controls added to placeholder in DetailsView nested in Gridview are not showing up
I'm trying to add a TextBox and a RequiredFieldValidator to the InsertItemTemplate of a DetailsView nested in a GridView. I added a PlaceHolder in the InsertItemTemplate, and I'm doing the following ...
0
votes
4answers
39 views
how to changed the checkbox to string in gridview
I've a column in datatable whose value would be True or False when fetched from the database.
It shows the check box when displayed in the gridview. But i want to show the the "yes" if the value is ...
1
vote
1answer
39 views
Android event.getY() returns different value in api 10 and api 16
Currently I'm trying to develop an app, where on the one half of the screen (the upper half) is a picture and in the other half (the bottom half) is a grid view.
When I now click on one of that tiles ...
2
votes
2answers
41 views
GridView Table 1 related to Table 2
Sorry I know Title is really confusing but I couldn't figure out what exactly to put down.
Basically I created a Grid View which queries database and displays data. It works perfectly, no complain, ...
3
votes
2answers
74 views
How to create a HyperLink field out of SQL query
In reference to this question of mine,
GridView Table 1 related to Table 2
I got a gridview which looks like this at the moment,
Here is the SQL fiddle
Question:
How Can I create a ...
1
vote
2answers
220 views
How to resize grid-view column width?
I am trying to re-size columns width in my gridview that I created using this tutorial, but I am unable to do so. I have been through tens of ways by googling but non of them worked.
Code that is ...
0
votes
2answers
85 views
Delete and Edit button on new line in a single column
I am trying to add edit, delete button on my gridview using,
<asp:CommandField HeaderText="Edit/Delete" ShowEditButton="true" ShowDeleteButton="True" />
however it looks like this now,
I ...
-1
votes
2answers
42 views
Paging not working at all
I created a user control with gridview in it which has another gridview in it, in live demo it works but not when I try it.
<asp:GridView ID="GridView1" runat="server" DataKeyNames="ID" ...
0
votes
2answers
95 views
How to get boundfield value, or am I totally wrong?
I am follwing this tutorial, he is using templatefield and then putting textbox in it for displaying data, like this,
<ItemTemplate>
<asp:Label ID="lblitemUsr" runat="server" ...
1
vote
3answers
68 views
How to add update parameter to SQLDataSource in c#
In reference to my question,
How to get boundfield value, or am I totally wrong?
I am trying to add update parameter to a SQLDataSource using c# instead of ASP.NET but I am getting error,
protected ...
-1
votes
5answers
58 views
I must need to open two connections to execute two different queries?
Currently I am executing two queries against two different tables and getting this exception,
The connection was not closed. The connection's current state is open.
This is what I am trying to ...
0
votes
2answers
53 views
How to attach event to this hyperlink button
How can I add onClientClick event to this
<a href="javascript:__doPostBack('ctl00$m$g_8dbaa58f_d132_4042_b180_3c555d885dde$ctl00$GridView1','Delete$0')">Delete</a>
Since it's a ...
-2
votes
3answers
57 views
deleting record when it shouldn't
I am trying to show a confirmation box, which works perfectly with Confirm but doesn't work with my custom message box,
This works,
protected void GridView1_RowDataBound(object sender, ...
0
votes
1answer
94 views
How can I access asp.net button's “Text” in a code behind method?
In reference to the question of mine at deleting record when it shouldn't
How can I access asp.net button's "Text" in a code behind method?
Here's how button looks like:
<asp:UpdatePanel ...
0
votes
2answers
59 views
Can I add HTML button triggers to update panel
Is it possible to add HTML input buttons to asp.net triggers, as I have a message box it works perfectly for a gridview which is in update panel,
but when I go to a different page of gridview, ...
0
votes
0answers
8 views
C# linkbutton not firing in Gridview within Updatepanel
I'm hoping someone can help me. I have searched the web for a suitable answer but haven't found one.
I have the following linkbutton in a gridview (GridView2) which is within an Updatepanel set to ...
-5
votes
2answers
31 views
Object reference not set to an instance of an object in delete option of my code and another error in update option of my code
I have used the following code to delete and edit some values in the gridview, but as i click delete it shows an error:
Object reference not set to an instance of an object. in line 48 i.e. ...
0
votes
2answers
51 views
Adding a button to the last column of a GridView
This is how i created a grid view in my ASP.NET C# project. This grid has 4 columns. I want to add a 5th column and add a button on each and every row. How can i do this ?
<asp:GridView ID="gv" ...
0
votes
0answers
15 views
How to create GridView with squares items on two columns?
I would like to create a GridView with squares items on two columns which would take the totality of the screen (match_parent).
Every item consists of an imageView and a textView.
Here is the result ...
0
votes
2answers
27 views
Dynamically switch between a textarea and a textbox in an asp:BoundField depending on the content length
How can I dynamically switch between a text-box and a text-area in an asp:BoundField of a gridview when displaying text for editing depending on the length of the text content.
2
votes
3answers
13k views
Error: SelectedValue which is invalid because it does not exist in the list of items
I have a Gridview which binds to an ObjectDataSource (objStudentDetails). In edit/insert mode of the Gridview one of the fields is a DropDownList that gets it's pick list options from a lookup table. ...
0
votes
1answer
59 views
textboxes gets cleared while saving
I have a gridview in the popup, with 3 columns, out of which 2 are textbox column. I have added the textbox dynamically in the row data bound event. when data is entered and save button is clicked,the ...
0
votes
1answer
4k views
Gridview adding row dynamically on RowDataBound with the same RowState (Alternate or Normal)
I am adding rows dynamically on code behind depending on the Row currently bounded on RowDataBound event. I want that added row to be the same state (Alternate or Normal) of the currently bounded row ...
0
votes
2answers
58 views
+100
Trigger Style on One Column of GridView
My question is similar to WPF Grid - How to apply a style for just one column? but applies to a GridView inside of a ListView
I'm trying to apply a trigger that will change the color of text within a ...
0
votes
0answers
11 views
How to edit devexpress aspxgridview row in a filtered mode
I am trying to edit a filtered row from a devexpress gridview.
When filter is done to the grid and when i choose the filtered row to edit it always takes the first item id bounded to the gridview.
...
1
vote
2answers
49 views
Android adapter not updating ui
I have a class witch holds some variables...eg
int yellow = 0xffffff66;
int green = 0xff00EE76;
int red = 0xffff4342;
int blue = 0xff42c3ff;
int purple = 0xff9932CC;
int white = 0xffffffff;
...
-1
votes
1answer
41 views
how to change background color of a grid view cell in windows forms by C#
I have a filled grid view from a dataset; i want to check Column[4] cells (except header) that if it's cell's value less that 0 , it's background change to red .
please help ... Thanks alot
0
votes
0answers
12 views
Not able to freeze gridview pager while scrolling vertically. Help please
I have a gridview.
I have to implement both Paging as well as make the page scrollable both horizontally and vertically. The page navigation bar comes at the bottom.
While scrolling the page ...
30
votes
7answers
38k views
Can I convert a boolean to Yes/No in a ASP.NET GridView
I have a ASP.NET GridView with a column mapped to a boolean. I want do display Yes/No instead of True/False. Well actually I want Ja/Nej (in danish).
Is this possible?
<asp:gridview ...
0
votes
0answers
16 views
Windows application: fetch only selected columns in gridview from an enum list
I am using a simple C# windows application. I am binding the grid view with an enum list.
The problem that I am facing is that I want to fetch only certain columns from the list and not all the ...
1
vote
0answers
13 views
gridview footer add button erroring
I've got a modalpopup with a gridview in, this will always be empty when the popup first opens, so have created controls in the emptytemplate so a record can be added. This works fine, the problem ...
-2
votes
1answer
7 views
InvalidCastException unhandled while updating gride view
Hi I am getting error InvalidCastException unhandled please help me to overcome with this problem.
string att = ((DropDownList)GridView1.Rows[e.RowIndex].Cells[0].Controls[0]).Text;
1
vote
0answers
26 views
Why my gridview is so unsmooth?
I use a AsyncTask in MainActivity read all data from DB, and use a static SparseArray to save this data, in the getView i immediate use the SparseArray. But it still not smooth.
The AsyncTask
...



