The datalist tag has no wiki summary.
0
votes
1answer
22 views
GUID datatype use in datalist delete command asp.net C#
i need help about GUID auto generate datatype treated as primary key. I don't know how to use this in delete command in datalist. Can anyone help me with an example coding of delete command in ...
0
votes
0answers
6 views
Dynamically updated datalist won't show
I'm updating an html5 datalist dynamically, as the user types, with the following script:
$('#place').on('keyup', function() {
$.post('content/php/autocomp.php', { field: 'plaats', val: ...
0
votes
2answers
37 views
how to change text of label in datalist at page load
<asp:datalist ID="Datalist1" runat="server"
Width="500px" >
<ItemTemplate>
<asp:Button ID="btnviewfullprofile" runat="server" Text="View ...
0
votes
0answers
10 views
Use nested datalist
I have 2 tables as below..
ExstraServiceTable => Id (int), Price(nvarchar()50)
ExstraServiceLTable => ExtraServiceId (int), LangCode, Name (nvarhar(50))
In my project there is an datalist which ...
-1
votes
0answers
11 views
change label text in datalist based on value stored in database (status)
I have a datalist with some field Name , AGe ,Income (all field are filled from databse table "user")
A filed "Status" that is a label in datalist will filled from other table " friends".
how to ...
0
votes
1answer
52 views
Paging in DataList using PagedDatasource
I am working with an asp.net page. I am using a DataList control. I see that this control doesn't have paging template so I am using PagedDataSource control ( for first time). I need to show previous, ...
1
vote
3answers
42 views
Using foreach loop with DataList on Page Load
I am working with a datalist on one of my pages, while trying to find the controls using a foreach loop it does not go into the loop.
protected void Page_Load(object sender, System.EventArgs e)
{
...
0
votes
1answer
35 views
How to Open Datalist Link Button in New Tab in browser
I have a Datalist Which have some linkbuttons which redirects to other page with querystring .
on click it is redirecting to other page with QueryString.
If i am right click on the datalist ...
0
votes
1answer
32 views
jQuery Webshim Lib does not display datalist content updated using javascript
I use JQuery 1.9.1, Modernizr 2.6.2 (Custom Build with yepnope) and the Webshim Library.
I tested on Safari 6.0.4 and Firefox 20.0 on Mac OSX 10.7.5
I have an HTML5 page where I have a datalist ...
1
vote
1answer
47 views
Using Parameterised Query to Populate Datalist
I've been trying to pass a varying value in as sql query using parameters as follows:
SELECT TOP 5 *
FROM Events
WHERE EID NOT IN (SELECT TOP @limit EID FROM Events ORDER BY EID)
For finding the ...
-1
votes
2answers
68 views
Need to assign selected linkbutton value in datalist to label in asp.net
I need to assign a value of linkbutton selected from datalist to a label.
How can i do this?
.aspx code
<asp:DataList ID="DataList1" runat="server" DataSourceID="SqlDataSource1"
...
0
votes
0answers
17 views
sql string function not working in asp.net data controll
I am using sql string function in simple query analyzer
select right(book_name,4) from books
it is working on sql database but when I bound it to a repeater or datalist control in asp.net using ...
0
votes
1answer
185 views
How to get textbox value from datalist?
I am using datalist to show product id, name and a textbox("Qty") allow user to input order Qty. I got System.NullReferenceException: Object reference not set to an instance of an object error when ...
0
votes
1answer
107 views
Liferay: Export Dynamic Data List Display Table to Excel
I am using the Dynamic Data List Display in Liferay and I am trying to export all the data to an XLS file. Is there an easy simple way to do this?
1
vote
2answers
178 views
Remove item from DataSource when DataList ItemCommand is fired
Im a little stuck here. I have a datalist which has a datasource thats a Lit (of SomeObject).
Private MyObjectList As List (of SomeObject)
I load data as and when required by the user clicking a ...
0
votes
0answers
37 views
How to generate a datalist with edit option after giving submit button in the form in php and html?
I have created a login form using php and html in which if i give the wrong user and password it shows error. There is also a signup link to create a new user and password. If the user and password ...
4
votes
1answer
85 views
DataList and Enter Key Event
I have an input text field on which I trigger key event. On enter, i process some specific code with the input value. All works great.
HAML:
%input#myField{:type => "text"}
JavaScript:
...
1
vote
1answer
224 views
asp.net c# - need to get height of datalist rows
I've got a datalist in a webpage and, in each row, I've got an image. I'm wanting to stretch the image to the height of each individual row (as the row heights differ) but so far to no avail. Probably ...
0
votes
1answer
32 views
How to Have Datalist Header on Left Side Only
I have a datalist which displays data in three columns.Each column represent one set of result. So i need to have header on left, so that it will look like following:
**plan** HMO ...
1
vote
1answer
238 views
Ajax ModalPopup wrong display in IE8
I have a problem with the modalPopup control when I use it on IE8.
The panel which is need to be popUp is already poped up.
As it suppose to look like ( in newer browsers than IE 8), there are ...
0
votes
1answer
94 views
Dynamically update datalist via Ajax
I need to update a html 5 datalist via ajax.
Html code is here.
<body>
<input type="text" id="bar" list="fruit" onkeyup="jsfun()" />
<datalist id="fruit"></datalist>
...
1
vote
1answer
162 views
jQuery event when HTML5 Datalist option is clicked
What I have now:
So i have this HTML5 Datalist with a bunch of options in it, and I have 2 events firing. One when the user types out something that matches something the array of names that is ...
1
vote
1answer
135 views
Dynamic HTML5 Datalist
So I am having a bit of an issue getting my HTML5 Datalist to populate dynamically from a javascripi array that is being populated from values of a key of an object that is being populated via rows in ...
1
vote
0answers
164 views
Required a jquery slider that support table based structure
I have a jquery slider for images and in HTML version it works fine but in asp.net datalist not. Can I add any compatible juqery for table based
structure? Actually, ASP.NET datalist renders TABLE, ...
0
votes
0answers
287 views
DataList Loading Items + On Scroll Load other Items (Jquery)
OverView:
I am showing image and descriptions like www.flipkart.com (online store).
I am using datalist for this.
I am storing all my images in a Folder (around 2000 images)
1st time when page loads ...
0
votes
1answer
100 views
Images dynamically in the datalist didnot appear on the server
In my web application I have a datalist. I need to insert some images after every 3 items. The code is as given:
for (int i = 1; i <= dlHomeContent.Items.Count; i++)
{
if (i ...
0
votes
0answers
40 views
How to turn off autocomplete while keep using datalist element in html
I have a input field which shows a list using html5 <datalist> element. The problem is that with <datalist> the browser autocomplete also shows the history list (which is the list of ...
0
votes
0answers
34 views
Datalist - looking to add a blank column or two
I've got a datalist in asp.net / c# that has lots of rows, changing depending on what's in the database and what the user has selected. It's on a webpage.
The datalist is going to be used as a ...
0
votes
0answers
33 views
How to insert data into datalist control(which is in content page) from master page?
I have a master page in which it contains a 'header' and a 'sidebar' named Default.master. Now I created Default.aspx that belongs to the master page. In master page i have put a contentplaceholder. ...
0
votes
1answer
96 views
How to add control in the special column/row of DataList?
I have a datalist with 3 columns and 3 rows, binding this to a datasource.
<asp:DataList ID="DataList1" RepeatDirection="Horizontal" runat="server" RepeatColumns="3">
<ItemTemplate>
...
0
votes
2answers
189 views
Cannot access checkbox checkedchanged event inside DataList
I have checkboxes inside a datalist itemtemplate..But i cant access checkbox chechedchange event. I set AutoPostBack as true. But still cant fire event.
Here my codes.
<ul class="commentlist" ...
-1
votes
1answer
114 views
Display some values only one in datalist C# [closed]
Guys I have a table with many columns and rows . I am binding this table to C# data list but now the Problem is that I want some value which are redundant in each row to be displayed only once.Any ...
0
votes
0answers
113 views
linkbutton inside a datalist to get value from xpath
I have the following datalist :
<asp:DataList ID="DataList1" runat="server" DataSourceID="XmlDataSource1"
EnableViewState = "false" Enabled = "false" Visible = "false" Width= "100%" ...
0
votes
1answer
149 views
How to change the table layout when using datalist?
How to change the table layout when using datalist. Below is the aspx i am using to populate the data, but i get the result like shown in Example 1. There is not continuation of showing the data due ...
0
votes
0answers
18 views
How to access value from datalist item templete
I am making here blog type website but with the help of SQL database.
Where I have put control of ReplyBlog.ascx having textbox & submit button.
I am retrieving all Blog data on Blog.aspx with ...
1
vote
0answers
49 views
how to show items in a flowlayout manner in datalist/repeater
I have a list of suppose 10 videos whose thumbnail i want to show in a data control
Like this:
Vid1 Vid2 Vid3 Vid4
Vid5 Vid6 Vid7 Vid8
Vid9 Vid10
and so on
and also which ...
0
votes
1answer
95 views
html5 dataset with play framework
I have a list of languages, and with a combobox I can see the codes :
@select(
searchForm("langCode"),
options(for (lang <- langs) yield (lang.langCode)),
'_default ...
0
votes
2answers
319 views
Bound value to a hiddenfield inside a datalist is not specific to an item
I'm a beginner for asp.net(C#) and I'm working on a social networking application. I've stuck on the status update and comment section. I want that when page is loaded all the threads(status') should ...
0
votes
3answers
366 views
Using DataList control to redirect user on other page and fetch data on that page depending on the button clicked in previous page
I am using a datalist control in which i have a div and some other asp controls.
I have an edit button in it. If I click on edit button, I want to redirect user to another page on which I have some ...
1
vote
1answer
48 views
How to access unbounded Item in DataList
I'm using a DataList. The ItemTemplate is bounded. I add a HeaderTemplate, and put it inside a table, which will be needed to contain dynamic lables which I add in each FormLoad. I don't want the ...
0
votes
1answer
100 views
Limiting the rows in a datalist
I have a DataList and binding it to a DataTable.
I want set RowReapeat for it, that limiting rows .
My DataTable have multy row. I want set 3 row for DataList.
I count rows of DataTable then set ...
1
vote
1answer
306 views
Binding data to html5 DataList in asp.net
I'm trying my hands with HTML5. Is it possible to bind data to datalist in html5 as we bind data from a datatable to asp.net dropdown control.
Where i can find this details. any pointers is much ...
0
votes
0answers
59 views
primefaces poll not updating
In my code, I have an ArrayList of strings that are messages to the administrator of a page. when ever certain actions are taken, a string is added to the arraylist to notify the admin that the action ...
0
votes
1answer
50 views
How to implement <dnn:PagingControl /> in DotNetNuke custom module with <asp:datalist>
I am creating dotnetnuke custom module having datalist control for rendering list, I want to implement pagination for it,
searched for dnn pagingcontrol but didn't find solution. plz help.
Thanks
2
votes
0answers
88 views
setAttribute the only option to set list = <id datalist> in input element?
I'm gettint stuck with setting the list property of a list element.
var sel = document.createElement("input");
sel.type = "text";
sel.id = "inputSelectNaam";
sel.list = "inputNamesList";
Of course ...
0
votes
2answers
78 views
Combine/Concat multiple Evals inside DataList
I am using DataList and in one column I need to display two fields combined, I need the column display as Name1(Name2)
Here is my code:
<asp:DataList ID="dlistDetails" runat="server" ...
0
votes
1answer
352 views
Input string not in correct format Query string datalist shopping Cart
I am trying to make an shopping cart web application in asp.net C# and Mysql using Devart LinqConnect(Linq-to-Mysql).
I have Categories in a hierarchy when a select an category is displays the ...
0
votes
2answers
283 views
Display data as group using datalist
I have a datatable which looks like this..
s.no product categoryno
1. product1 1
2. product2 1
3. product3 1
4. Product4 2
5. Product5 2
6. product6 2
Now I want to ...
0
votes
1answer
129 views
How to show random data in datalist using SQL query
This is the SQL query is binding in to the datalist can u pls tell me how to show randomly data in the datalist control
select
CONVERT(varchar(6), a.lastdate, 6) as lastdate, *
from
...
1
vote
4answers
473 views
Can not get textbox value inside datalist
I am trying to get the value of textbox "Qty" inside a datalist. It does not work. What is wrong? I have both the CartItem label and the datelist inside the ajax updatepanel. Thanks for any help. ...





