Tagged Questions
0
votes
0answers
6 views
Commandfield image not displaying
In my gridview I've got a commandfield with the Edit and Update. The text is displaying instead of the images. What am I doing wrong?
<asp:GridView ID="gvFleetSheet" runat="server" ...
1
vote
1answer
27 views
programmatically show or hide gridview bound fields
I need to programmatically set some bound fields visibility inside a gridview.
does anybody know how to do this?
Thanks
0
votes
1answer
21 views
What is difference between Parent and NamingContainer in a Gridview
What is difference between these two statements? In particular, I'm interested in which one is more optimized.
GridViewRow currentItem = (GridViewRow)drp_Vendor.Parent;
and
GridViewRow currentItem ...
0
votes
0answers
18 views
FileUpload And GridView.DataBind
I have a college project, and I'm doing a Backoffice using Visual Studio 2010. My problem is with a GridView, I need to upload some files to my database. So I create a function for my submit button. I ...
0
votes
0answers
29 views
Javascript dynamic conditional onclick event
I have an ASP.NET gridview, with the code below (modified from another stackoverflow question) to make the row clickable.
e.Row.Attributes("onclick") = ...
0
votes
1answer
33 views
How to Hide TEXTBOX in GridView with TemplateField
Here is my Coding
I would like to hide "txtQtyOrder10" in if condition after clicking on SEARCH Button. when I'm trying to access from part.aspx.cs file it's show up error msg.
I don't have idea ...
1
vote
1answer
18 views
Custom Paging for the recommendation
I have around 10000 records in my Sql Server Database, now i want to show 10 records per page, can anyone tell me which of the below 2 ways i should go for:
so for this shall i go for GridView (built ...
0
votes
3answers
33 views
How to select a row without using OnSelectedIndexchanged in asp.net
In an ASP.NET GridView control
Is it possible to select a row without using the OnSelectedIndexChanged event?
e.g. suppose I want to have a custom button on the GridView called "ProcessThis" for ...
0
votes
2answers
31 views
Bind label text inside gridview
I saw few grid view examples where data is bound to grid view from a sql or other database. The question is -
<ItemTemplate>
<asp:Label ID="label1" runat="server" ...
-1
votes
0answers
20 views
Skip the selected Row of GridView in Javascript
I have a gridview with certain rows and columns. I have one Edit link button. On clicking the link button, I open a popup which has a dropdown and a button. My query is:
If for example my grid has 3 ...
-3
votes
0answers
29 views
How to pass values from text box to Grid View only on Click of button in asp.net [closed]
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 ...
1
vote
3answers
58 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 ...
0
votes
1answer
30 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
5answers
51 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 ...
-5
votes
2answers
42 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
52 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
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.
...
0
votes
0answers
15 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 ...
1
vote
1answer
44 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
1answer
60 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
2answers
36 views
adding textbox to grid column
I want to add a textbox column to the grid. I did the below coding. but it does not work
var box = (TextBox)sender;
int p = int.Parse(box.Text);
DataTable dt = new DataTable();
...
0
votes
2answers
48 views
how to get item template value on asp datagridview
i got datagridview like this :
<asp:GridView ID="gvData" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" DataKeyNames="InquiryId" ...
0
votes
2answers
28 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.
0
votes
1answer
88 views
Unable to get selected row index of gridview in javascript
I have got a gridview with certain rows/columns and an edit button for each row. When the edit button is clicked, it opens a popup window with a textbox and a button. I want to know the index of the ...
0
votes
1answer
17 views
GridView and XMLDataSource
I want to display xml content at aspx page. There is my aspx code:
<asp:GridView ID="gvXML" runat="server" AutoGenerateColumns="True"
DataSourceID="xmlData">
...
0
votes
0answers
38 views
Cascading DropDownList (ajax control toolkit)
Im very new to asp.net, specially to Ajax Control Toolkit, so forgive me if my question is a bit inappropriate.
Im trying to follow this example, and create 2 Cascading DropDownLists which are ...
0
votes
1answer
76 views
Displaying Gridview values outside the grid on rowcommand event without using index of column
I have a grid in which all columns are boundfield and one template field, which is a link button.
On clicking the link button, I need to display the grid column values in to a panel which has ...
0
votes
1answer
76 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
39 views
Display gridview value into textbox
I'm not able to display the selected gridview row's column data into the textbox.
I have a select column at my gridview. The selected row to be displayed is already declared as a string.
Code :
...
0
votes
1answer
40 views
Adding rows to a Gridview that is bound to a SqlDataSource
I am trying to add a row to a gridview dynamically, while the gridview has a SqlDataSource bound to it. Is it possible to add a custom row while the data is still binding? I am coding in vb.
1
vote
2answers
24 views
Disable code from auto generated edit button in a gridview
I've got a Gridview with an auto generated edit linkbutton. Now whenever i click on Edit, the selected gridview row goes in Edit mode. I do not want this since i've written my own code in the ...
0
votes
2answers
45 views
Same record is being inserted multiple times
Whenever I insert a record into my database, the record is being added 3 times.
try
{
con.Open();
object addedkey = cmd.ExecuteScalar();
if ((addedkey != null && (addedkey != ...
1
vote
0answers
26 views
ASP Format to percentage specific row of gridview
I have a fixed size table databound to a gridview from a stored procedure:
Note: the table is 17 columns long.
Currently I'm using a For..Next statement to alter the background colour of the ...
0
votes
1answer
48 views
adding gridview header image(asc/desc) onload
I have a gridview with filtering/sorting functions working properly. My problem is that onload, it does not show asc/desc image right after my header. Sorting image shows only after clicking any ...
0
votes
0answers
39 views
DataBinding: Generic.HashSet`1 does not contain a property with the name
I have an entity called Employee that has a Navigation Property called Groups.
I have an entity called Group that is related to an Employee and has fields for Name and Description
I have an ...
1
vote
1answer
27 views
ASP.NET Control Data Source changed by another Control
I have an ASP.NET Gridview control that allows you to select an employee.
The employee entity has a navigation property for group entity.
I have an ASP.NET ListView control that displays all the ...
0
votes
0answers
32 views
updating a dropdown list outside of gridview using Grid View insert query
can i insert data into a category table which has two values, category_name and category_id. category_name is foreign key in other table named Item table. now i have populated my Grid View by using ...
1
vote
0answers
40 views
Disabling a button in a gridview that's populated from a select in another gridview
Here's the scenario. I have 2 gridviews.
Gridview 1 is like this for example
__________________________________
| select | cell 2 | cell 3 |
Then when you click on the select in cell 1 it ...
0
votes
2answers
30 views
How to get a gridview to show all table rows when no text is entered in a dependent textbox?
The below works correctly and filters my gridview based on the text entered in my textbox.
When no text is entered into my textbox I get no results and cannot understand why.
MY QUESTION
How to get ...
0
votes
1answer
55 views
RowUpdating Event of Gridview is not working properly
I wanted to update my table through gridview. [Visual Studio 2010]
For that i have done following:
Gridview>> EditColumns >> CommandField >> Edit,update,cancel Added to grid.
Gridview>> ...
0
votes
0answers
26 views
Passing a parameter to a usercontrol within OnRowDataBound of a GridView
I'm trying to pass a parameter to a web user control within a gridview control.
I have a web user control declared at the top of my form.
<%@ Register Src="Controls/BasicListing.ascx" ...
2
votes
1answer
54 views
How to Access the controls in the caption of the gridview?
I want to put a title to my gridview ,so i do the following :
<asp:GridView ID="gv_employee" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" ...
0
votes
1answer
80 views
Get Gridview cell value on cell click
I have a gridview having as an sqldatasource a stored procedure. The stored procedure creates a matrix table. I want when I click on a cell of the gridview to display the value of this specific cell ...
1
vote
1answer
64 views
The server tag is not well formed, gridview not fit to screen
I'm having this server tag is not well formed problem when i added this code Width="100%" into my source of my aspx file. My gridview is not fitting to page. Hence, the Width="100%" was one of the sol ...
0
votes
0answers
35 views
Edit template not displaying
I have a gridview that has a item template and an edit template. The problem is, whenever I click the edit button, the edit templates don't show up.
Here is my page code:
<asp:GridView
...
0
votes
2answers
25 views
how to return a datatable if a register number exists
I am trying to display a grid if the user entered register number exists in database, if the register number does not exists this means that I need to display one label also.i am a new one in ...
0
votes
2answers
53 views
OutOfMemoryException Binding ObjectDataSource to GridView
I'm trying to use a GridView to show a table pulled from a SQL Server. It is a log of events. I've placed the GridView control on my page along with an ObjectDataSource control. I've configured the :
...
0
votes
0answers
39 views
Ajax Autocomplete inside Gridview not showing up on IE8
I have a gridview with templatefields and for one of these template fields I have a textbox with an autocomplete. The weird thing is that if I set the CompletionListCssClass it will not show up at all ...
0
votes
1answer
29 views
Bind to a hyperlinkfield in a gridview
I have a gridview which pulls data from an xml file. One of the columns of the gridview is a hyperlinkfield. I want to bind a URL field contained in my XML file to this column. I think I have the ...




