Tagged Questions
The itemcommand tag has no wiki summary.
4
votes
6answers
9k views
ASP.Net repeater Item Command not getting fired
OK, I've used repeaters literally hundreds of times without problems but something has gone awry today. I have a repeater and I'm subscribing to the itemCommand event, but when my command runs, the ...
1
vote
3answers
101 views
how can find every item INFO inside a repeater (in ItemCommand event) - repeater datasource is a List<> collection
i have a list collection like below :
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace FileExplorer.Classes
{
public class NewAddedFiles
{
...
1
vote
1answer
436 views
ListView ItemCommand Event Not Firing in Firefox
I am dynamically adding buttons to a listview and using the ItemCommand event to handle the button click event using the CommandName property for the button. It works fine in IE, but when I try in ...
1
vote
1answer
311 views
GridView Updating on ItemCommand
i put all my custom "update" code in the RowCommand event, it works fine, but i still get an error from my Data Source
System.NotSupportedException: Updating
is not supported by ObjectDataSource
...
1
vote
1answer
147 views
Why the in the ListView_ItemCommand event does not trigger on URL-Rewriting?
The ItemCommand of the ListView object triggers great, without URL Rewriting, (powered via urlrewriting.net)
Private Sub ListView_ItemCommand(ByVal sender As Object, ByVal e As ...
1
vote
2answers
506 views
ItemCommand event doesn't fire with repeater control
I am building a website whereby people, before checking out of the shopping cart (and transferring to the payment iframe) can select which items from the shopping cart list to delete. The results from ...
1
vote
2answers
2k views
ItemCommand not firing on first click in Repeater or GridView
This has been driving me crazy for 2 days now - hope someone has seen this before.
I have this issue where the first click of a control within a repeater or grid view fails to fire the ItemCommand ...
1
vote
1answer
292 views
Button inside a repeater with dropdownlist
I have a repeater with a literal, a dropdown list, and a button.
<asp:Repeater ID="Repeater1" runat="server" OnItemDataBound="rep_ItemDataBound" onitemcommand="Repeater1_ItemCommand">
...
1
vote
3answers
5k views
Button in a Repeater does not fire ItemCommand
Why would a button inside a Repeater not fire the Repeater's ItemCommand event? Is there a way to force it to do so? ViewState is Enabled.
In the code below, btnApprove and btnDelete are the buttons ...
1
vote
2answers
1k views
.NET nested repeater - Button click calls OnItemCreated eventhandler, not OnItemCommand
I have a project with a simple nested repeater. When i click the button, the OnItemCommand event is not called but the OnItemCreated is called (however, it does not call the Page_Load event handler). ...
0
votes
1answer
44 views
ItemCommand event not firing for DataList
I've inherited a VB.Net application that I'm testing and the ItemCommand event is not firing... It is a VB.Net 4.0 application.
I've searched the web for this error and doubhle checked the code in ...
0
votes
1answer
60 views
Run Jquery code on Repeater ItemCommand
I have a jquery code and i have to run this code for all items in my repeater
In my repeater i have a button and label
what i want is when click a button in repeater send the label parameter to ...
0
votes
0answers
114 views
Datalist FindControl in ItemCommand not finding Textbox
I have been getting an error on line #2 of my AddToCart Method. It is failing to parse the Session["Cart"]. The reasoning is because it fails to find the textbox further up in the ...
0
votes
2answers
85 views
how to hide and display a particular column of repeater using code behind?
I have a repeater, on its item_command event i am binding another repeater. And i want to show data according to role in the second repeater. For it i want to hide and show some column according to ...
0
votes
1answer
145 views
ItemCommand Fires Before ItemDataBound on PostBack? WTH?
This is just stupid. I've been at this for over 5 hours and can't figure out why my freaking commands aren't firing properly. The only ones that fire properly are the Built-in commands "Edit" & ...
0
votes
2answers
335 views
Can't get to rebind a Repeater after firing ItemCommand (using asyncpostback via updatepanel)
Here's the scenario:
I have a repeater inside an UpdatePanel called updPanel.
Inside this repeater I have two Buttons, which fire an ItemCommand.
In the page load I have this method:
if ...
0
votes
0answers
519 views
nested repeater in usercontrol added dynamically to placeholder not fireing itemcommand
I have a Nested Repeater in a user control, thats added to placeholder dynamically on page load but its not firing itemcommand on the nested repeater (does fire item_created on parent), ive tried ...
0
votes
1answer
954 views
close Jquery Modal popup Datalist button click
i am running into a problem that i have a jquery modal popup in my usercontrol that i show on a click of a button and user selects something from datalist and then i returned some value on the parent ...
0
votes
4answers
557 views
ItemCommand event doesn't fire with the Repeater control
I am building a website whereby people, before checking out of the shopping cart (and transferring to the payment iframe) can select which items from the shopping cart list to delete. The results from ...
0
votes
0answers
295 views
in itemcommand event the textbox value returning null value
in this below code when i click the button its return null value.
please solve my problem
protected void dgvJobSearch_ItemCommand(object source, DataGridCommandEventArgs e)
{
if ...
0
votes
0answers
107 views
Datalist ItemCommand acts weird when products are sorted in Datalist
I am banging my head becuase I couldn't find a clue as to why this is happening. I have productsCollection of custom type ProductCollection derived from System.Collections.CollectionBase bound to ...
0
votes
1answer
2k views
How to access ItemTemplate control from ItemCommand event using Repeater
My repeater:
<asp:Repeater ID="rptrContacts" runat="server" OnItemCommand="rptrContact_ItemCommand" >
<div ID="itemTemplate>
<ItemTemplate>
<%# Eval("Name") %>
<%# ...
0
votes
1answer
396 views
Best way to persist session variables on listview itemcommand ASP.NET
As the itemcommand event fires after most if not all page/control init/load events. what is the best way to persist session variable data that is modified on itemcomment (adding items for example) so ...
0
votes
1answer
153 views
How to keep a trace of a record inside a nested repeater?
I have the following implementation:
As you can see I have a repeater (listing the Machines) and a nested repeater (listing the WindowsServices inside each Machine). For each Windows Service I can ...
0
votes
0answers
2k views
Get TextBox value from DataList in edit mode
I want to add a value to a row in a datalist.
I have added a textbox and a LinkButton that shows up when the DataList is in edit mode.
The LinkButton has CommandName="Add" and CommandArgument with ...
0
votes
2answers
634 views
Determine if postback is page_load or itemcommand
I've got a user list on the left side of my page in a datagrid and I want to load a div in the right side of my page with the clicked user's information. I assume I'll do the load of the div in the ...
-1
votes
1answer
189 views
DataGridCommandEventArgs Item.ItemIndex = -1?
Hello I have a DataGrid, which is defined like this:
<asp:DataGrid ID="DG_XYZ" runat="server" DataKeyField="id" OnItemCommand="DG_XYZ_ItemCommand"> ....
Now, I in the DG_XYZ_ItemCommand ...