Tagged Questions
0
votes
0answers
25 views
Accessing Table in ListView ASP.NET
I have a ListView as following:
<asp:ListView runat="server" ID="lvSample">
<LayoutTemplate>
<table id="Table1" runat="server">
.
.
.
...
0
votes
0answers
24 views
asp.net nested listview databinding order
I'm having some trouble with nested listviews.
I have a listview in which each row of the listview has its own nested listview. The binding on these is all working perfectly, however, there is ...
0
votes
0answers
11 views
How to achieve submenu in asp.net list view control?
How to achieve the below html code using asp.net.The pages such as Home.aspx,AddUser.aspx etc are taken from the database.
Any help would be appreciated?
<ul id="jsddm">
...
0
votes
1answer
24 views
ListView EditItemLayout cancel action
I have great troubles with trying to "cancel" edit of items in ListView.
In InsertItemTemplate in ListView I'm using button which triggers this command in code behind:
ListView.InsertItemPosition = ...
0
votes
2answers
22 views
c# itemCommand goes to aspx.vb
just got a really nub question, I am in the process of following a tutorial on how to make a shopping cart demo with c#, for some reason when i double click on the 'itemCommand' on the events tab in ...
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 ...
1
vote
1answer
53 views
Setting where clause and parameters of linqdatasource like a Linq query
i have a listview and binding it in codebehind from a linq query that selects related Keywords
MyDataContext dcxt = new MyDataContext();
string x = "searchword"; // i get x from user
var query = from ...
-2
votes
1answer
50 views
Can I use a Lync api in my asp.net application?
hi can I get the lync contacts and them status in a listview with C#? I want to get all users from ad to a listview in asp.net web application and control wheater a user is online or offline.
0
votes
1answer
56 views
Listview change applies after 2nd postback?
i have a listview and a button out of this list view, on button click i want to add a "insert" row defined in InsertItemTemplate. The problem is when i click the button, this row is added(i know this ...
0
votes
0answers
20 views
Adding user control into listview dynamically ruins format
i am trying to add a user control into specific place in listview(under the row where that button is) on button click. It works fine but the problem is all rows under this added control are not ...
0
votes
0answers
38 views
ViewState timing issue with DataPager in SharePoint 2013?
I'm porting an existing custom SP 2010 webpart containing a UserControl with a ListView and a DataPager to SP 2013 and seeing some weirdness with the DataPager and I believe the cause is associated ...
1
vote
1answer
51 views
using inline content in jquery thickbox
I use JQuery ThickBox 3.1 , and here is my code
<telerik:RadListView runat="server" ID="myDataList" AllowPaging="true"
DataKeyNames="id" ItemPlaceholderID="PlaceHolder1"
...
0
votes
1answer
34 views
Paging not working with list view
I have followed the tutorial at codeproject, and have stumbled into an issue.
I have a ListView, listing all the current members names of my site:
<asp:ListView ID="lstMembers" runat="server">
...
1
vote
0answers
40 views
nextAll getting objects from a List View not behaving as expected
I copied this solution to make the enter key behave like the tab one, from what it says in the post it should work properly. My problem is that the focus is not changing between the inputs (Text ...
1
vote
3answers
69 views
horizontal list view in asp.net
Here is my code for listView and Data Pager ,
<asp:ListView runat="server" ID="PageHorizon">
<LayoutTemplate>
<asp:PlaceHolder ID="itemPlaceholder" ...
0
votes
1answer
53 views
I need to change asp:buttons that are in a ListView from code behind
I have some buttons in list view and I need to change their CSS attributes through code behind so the color can be changed dynamically through functions.
I get the following error:
**Error 6 The ...
1
vote
0answers
66 views
One click to save all values in listview
i have listview, where i have column players and attendance. I want edit all record and save only one click on the "save button". It is possible?
Table1:
Name attendance
Lukas TRUE
MARTIN FALSE
...
-1
votes
1answer
44 views
What is the best way to pull data into a web form's ListView?
I'm new to web forms, and I would like to build an ASP.NET web application that acts as a client which connects to a WCF service via a TCP connection that pulls information from it and adds this ...
1
vote
1answer
178 views
Bind data to Gridview instance inside ListView ItemDataBound
I got ListView control that has a Gridview inside its ItemTemplate
<asp:ListView ID="InboxList" runat="server" OnItemDataBound="InboxList_ItemDataBound" OnItemCreated="InboxList_ItemCreated">
...
0
votes
1answer
111 views
Asp.net listview does not display data correctly
My problem is that when i display data in listview for first time then it show correctly but when i display data second time then listview does not update the data correctly. I have made a function ...
0
votes
0answers
38 views
Binding Listview depending upon selected value of drop downlist
I am using a dropdown list as filters for my listview. I want that to add "Pick one" as selected in the dropdownlist and no filters applied until user select from dropdownlist. I am using ...
0
votes
1answer
45 views
Call a function on result of ListView Eval call
i have a list view in my pages and i want to display some statistics, my Restaurant class has a Reservations property public List<Reservation> Reservations { get; private set; }, in my ListView, ...
0
votes
0answers
13 views
ListView jumps to top on Rebind
I have a ListView that is bound to an List. If I change one of the objects in that list, how do I refresh the ListView contents without having the focus jump to the top of the list? Rebind does fine ...
0
votes
5answers
120 views
how I can create a excel file in asp.net out of a listview?
i have two question to asp.net and listview. I have a webapplication with a listview. this listview fill with data from users by active directory. the listview show only searched user.
Question 1:
...
1
vote
1answer
58 views
Rigth click event for asp.net listview item
I have a listview and I need to add a popup opens for right click event. Currently I have implemented it with jquery. But initial load of the page, right click is not working. But if I refresh the ...
0
votes
1answer
98 views
Dynamically update Listview and Datapager contents continually based on incoming web service requests
I currently have a Product List which is stored in a Hash-table on my page. My Page_Load() event calls a method which sends a number of web service requests and generates a Products List. Then the ...
1
vote
1answer
36 views
How do I alter the value being updated in a ListView?
I can't seem to find an answer to this, maybe I'm not using the correct terminology.
I have a ListView that is editable, I want it so that if a user clicks on Edit and then Update, that the field is ...
0
votes
0answers
18 views
reading a listview property in an event of another listview
I have 2 listview (master and details). When raise an event of the second listview I need to get a property(prt_numreg) of first listview.
The first listview:
<asp:ListView ID="LVpntesta" ...
0
votes
0answers
49 views
Build Listview from Code behind
I have a large table that can have many null, empty or false columns. I only want to show the columns that are worth showing.
Here is a sample of the query and how I am trying to build up the ...
0
votes
0answers
55 views
Nest ListView with Checkboxes (Select/De-Select) and Access
I have the following scenario:
[ ] Supervisor 1
[ ] Employee 1
[ ] Employee 2
[ ] Employee 3
[ ] Supervisor 2
[ ] Employee 7
[ ] Employee 8
Assuming [ ] represents a ...
1
vote
3answers
67 views
Create a listview for navigation pulled from database
I'm new to Asp.net and I'm currently trying to convert an html page to an asp.net website. The navigation works well with the css and used an unordered list to populate.
<ul class="menu" ...
0
votes
1answer
37 views
How to Bind Many items to list view and Show only Few
How to Bind 8 items to list view and Show only 4.
My requirement includes binding X items to asp:listview control and show only X/2 items and on click of more show all X items
I cannot get the ...
0
votes
1answer
80 views
How to send parameters with href
I'm developing a web application in asp.NET using C# and EntityDataSource.
I have a listview to show a list of product, i want to redirect to another form that has the details of the product selected ...
0
votes
1answer
146 views
Filter items in listview using the value selected on dropdown list
Im newbie in asp.NET and i want to show a list of products in a listview depending on the value selected in a dropdown list (product category).
I've been searching but nothing helps me!
Thanks in ...
0
votes
1answer
137 views
Programmatically scroll/move to an item in a .net asp:listview control
I have a web page that has an asp:ListView and I am trying to figure out how to programmatically scroll to a certain item. Here is my aspx markup:
<asp:ListView ID="lvGlossary" runat="server" ...
0
votes
1answer
386 views
How to programmatically add data from sql to a listview in asp.net c#
I am trying to populate a listview on my page. I use code to read data from sql:
string cxnstr = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
...
0
votes
1answer
33 views
Datapager reverts back to original data
I made a search page linked to a database, when the page loads I use VB Codebehind to set the SqlSelectCommand for the ListView so it returns 0 results, when a client the searches for a item I change ...
1
vote
1answer
44 views
get active number page in DataPager
i have LinkButton inside ListView control, i want get active number page in DataPager with click on LinkButton.
protected void addToCart_Click(object sender, CommandEventArgs e)
{
//get active ...
0
votes
1answer
45 views
To avoid re-run the code, click on Refresh page
i have ListView control in aspx page and this control inside ListView control:
<asp:LinkButton ID="addToCart" runat="server" CommandArgument='<%# Eval("ProductID") %>' ...
0
votes
2answers
47 views
aling image with anchor text?
I am listview and to display data. so thought of displaying icon front of
So i did try to use below section.
.listview a
{
font-weight: normal;
background:transparent ...
0
votes
1answer
121 views
displaying thumbnail image multiple times within listview/repeater itemtemplate
if I want to display e.g. up to 50 records on a page using a listview/(or repeater), and an ItemTemplate within the listview or repeater contains a thumbnail of a user, is there a best way to do this? ...
1
vote
2answers
118 views
Find Empty Data in Listview from code behind?
I am trying to redirect to error page if the Listview is empty. I did try below workaround but doesn't seems to redirect.
protected void lvDetils_ItemDataBound(object sender, ListViewItemEventArgs e)
...
0
votes
1answer
55 views
How can i add listviewitemeventargs as a argument in onitemupdated event of a listview?
Following is my listview markup
<asp:ListView ID="ListView1" runat="server" DataKeyNames="SNO"
DataSourceID="SqlDataSource1" InsertItemPosition="LastItem" OnItemCreated="DateCalculation" ...
0
votes
4answers
130 views
How to assign date automatically to a database field if the date textbox is empty?
I have a listview within which there is a textbox named DateofEntry.
Now what I want is at runtime if the user does not enter any date in that DateofEntry textbox then today's date must be saved in ...
-1
votes
1answer
79 views
How can i validate a textbox which is inside listview so that it may not allow null value in runtime?
I have a listview which consist of Taxinreal,Taxinpercent,Amount,Netamount,Datetakenplace textboxes. All of these fields are contained in tblexpenses table in my database. Now what i want is in ...
0
votes
1answer
56 views
How can i add a event handler to a customized button inside listview?
This is my markup
<%@ Page Title="Daily Expenses" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Daily Expenses.aspx.cs" Inherits="Daily_Expenses" %>
...
1
vote
2answers
63 views
How can a computed column value be calculated and then inserted into database at runtime?
How can i write a insert query in my aspx page like following???
insert into tablname(field1 ,field2, field3)values(@field1,@field2,@field1-@field2)
Here I have made field3 a computed column in ...
0
votes
0answers
49 views
ListView ItemTemplate with Toggle effect script doesn't work right
I have accordion script link on my MasterPage that I used to make toggle. I'm trying to populate a ListView control with date in another page. Code below:
<asp:ListView ID="ListView1" ...
0
votes
2answers
181 views
Retrieve Row Count from a SqlDataSource by converting into a DataView [closed]
I had some difficulties to retrieve the Total Row Count from a SqlDataSource. I used the results from the SELECT statement in the SqlDataSource to create a ListView, but got stuck to produce some code ...
0
votes
0answers
94 views
How do I transpose ASP.NET ListView grid layout?
I'm new to ASP.NET and am trying to create a repeating detailsview type format. By this I mean that the first column is a header type column and subsequent columns are the data records.
...






