Tagged Questions

0
votes
3answers
41 views

Row separator in datalist

I'm using a datalist control. How I can add a row separator in the datalist? I have more than one item in a row and I'm using .Net 2.0. Separator template work for each item not …
0
votes
1answer
16 views

paging in datalist using javascript

iam trying to use paging for my datalist using following code...iam able to do it server side but how can i do it client side..i mean iam already binding my datalist on page load.. …
0
votes
0answers
23 views

request sql data without postback

i have a datalist with radio button..i can read id of selected item thru radio button in hiddenfield..is there a way to do it without postback or asyncpostback ???? <asp:Upd …
0
votes
2answers
35 views

Eval ID on radiobutton in Datalist

my code gota datalist with radio button and iv made it single selectable onitemdatabound....now im trying to evaluate a hiddenfield on basis of selected radio button my code goes …
0
votes
4answers
819 views

DataList, Conditional statements in <ItemTemplate>?

I am trying to do the following in ASP.NET 3.5. Basically, I am binding a LINQDataSource to a DataList. There is a property called "Deleted" and if it is true, I want to display …
0
votes
1answer
34 views

ASP.NET datalist question

I have made some progress with the DataList and UserControl this morning but I still try to figure out how I could improve my code (everything work but the GUI is not yet what desi …
0
votes
0answers
13 views

At which point and how do rebind datalist inside usercontrol on button click?

I have a usercontrol (Imageselector.ascx) that consists of a datalist. The datalist's itemtemplate contains another usercontrol (selectoricon.ascx) that contains an imagebutton. In …
1
vote
4answers
132 views

How to access the databound selected item in a datalist after postback?

How do you access the databound item after postback? I have a datalist,and when the user selects an item, the OnItemCommand event fires, and my event handler looks liek this: pro …
0
votes
2answers
64 views

ASP.NET C# - Removing a column from a datalist

I have a datalist inside a usercontrol that gets loaded into a page where users can customize a report based on some checkboxes. One of the checkboxes, however, is "Hide Worklog" …
1
vote
2answers
785 views

About Asp.Net DataList Commands And EventValidation

I have Datalist that is inside an updatepanel and it is in panel in modalpopupextender; I can list items as I wanted. I am also putting 2 buttons nfor Delete and AddBelow. Here is …
0
votes
2answers
84 views

Set a datalist.datasource from inside a usercontrol - asp.net c#

I have a usercontrol that contains a datalist, and I want to set the datasource of the datalist to different things depending on what page the usercontrol is on. So, I think what …
0
votes
2answers
972 views

FindControl in DataList Edit Mode

As a new .net/C# web begginner, I always get tripped up when I try to use FindControl. Blam -flat on my face. Here is my current FindControl problem: I have an .aspx page and Form …
0
votes
2answers
177 views

How do I get all value in Datalist with one button in asp.net/vb.net

I'm having problem getting all the values in datalist here is the problem: I have datalist which is populated dynamically from table in database, the aspx page is the bulk order …
0
votes
2answers
84 views

Getting Row’s Name in a DataList

I have a datalist and would like to pull the row names from the table that I am getting my values from for the datalist. Heres an example of what I would like to do. <HeaderT …
0
votes
3answers
101 views

Random background image on DIV

I'm trying to get a randomly picked background image (from a selection of 4 images) to appear as the background image for a asp.net panel. The problem I have is that the code work …

1 2 3 4 5 next
15 30 50 per page