0
votes
0answers
20 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 ...
1
vote
2answers
19 views

Set a DropDownList SelectedValue to a bound field with sometimes null value

I have a situation where I have a gridview which is populated from a sql table which editing is allowed. For one of the fields, I have it so the user has to select a value from a drop down box in the ...
-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. ...
1
vote
1answer
23 views

Generate ListItems within a repeater

I have an ASP.NET repeater that is loading up shirts for purchase. The data is stored in an XML file, and I have the available shirt sizes in a comma delimited format, so one shirt is S,M,L, another ...
0
votes
1answer
23 views

Lost dynamically added click events to each TableCell in each TableRow

I'm developing live-table with WebForms. I'm adding such control to each TableCell in each TableRow, when I'm adding new rows to the table: // in some method, which creates the table TableRow row = ...
0
votes
1answer
42 views

ASP.NET repeater not updating when dataset is updated

I realize this is a stupid question, but still. I have a page where a DataSet that is filled with data. All datasets are bound to a Repeater. Inside that repeater I have an ImageButton that has an ...
0
votes
2answers
13 views

Does a Sql Datasource run a select query on load if no contol binds is bound to it?

I have a quick question, I have a gridview and a datasource on a page however because the datasource will return over 1 million records and the page will be accessed by a lot of people at the same ...
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.
0
votes
1answer
37 views

Binding CheckBoxList to a Generic List

How to bind a CheckBoxList to a generic list object. This sample code should work for the purpose: protected void Page_Load(object sender, EventArgs e) { // Works well with the datatable as a ...
0
votes
1answer
48 views

How can I bind dynamic xml file to asp tree view?

I am trying to bind information from a web service to a tree view in my asp.net website. Using a drop down list, I choose a stock symbol that retrieves that company's information from the web service. ...
0
votes
0answers
96 views

ASP.NET VB Binding issues with gridview after deleting and then inserting new data

I have a very confusing problem with a gridview. Basically I can insert rows without any problem but when it comes to deleting and then inserting new rows into the gridview, the gridview always shows ...
0
votes
1answer
69 views

ASP.NET Error when binding a GridView to a List of Objects?

Error Message: The data source for GridView with id 'FormProprietari' did not have any properties or attributes from which to generate columns. Ensure that your data source has content. I ...
1
vote
2answers
40 views

Selecting the wrong item because of old data in GridView

I'm working in Visual Studio 2010 with C#/ASP.NET and a SQL server database. I'm trying to fix a website that will allow managers to assign employees to various tasks. The problem now is that if two ...
0
votes
2answers
53 views

How to clear exisiting dropdownlist items when its content changes?

ddl2 populates based on ddl1 selected value successfully. My issue is the data that is already present in ddl2 does not clear before appending the new data so ddl2 content just continues to grow ...
0
votes
4answers
64 views

ASP.NET C# - Data binding on a object attribute that is within another object

I'm having an hard time trying to bind an attribute within a DetailsView EditTemplateField. Here goes my data structure: Class1{ public int idClass { get; set; } public Class2 classObject { get; set; ...
0
votes
1answer
17 views

How to use “<%# bind(” to compare a varchar to char?

I have the following code: <asp:DropDownList ID="ddlStudyYear" runat="server" SelectedValue='<%# Bind("StudyYearID") %>' DataSourceID="sdsStudyYears" DataTextField="StudyYearID" ...
0
votes
2answers
49 views

asp.net web forms bind only <%# %>

Is here any way of binding <%# Page.ClientID %> without binding Page child controls? For example: <%# SomePageProprtyThatReturnsString %> <someTag:SomeControl ID="SomeControlID" ...
0
votes
0answers
36 views

How to get a list of hidden Fileds and Bind it to child repeaters?

I want to ask how to bind nested repeaters. I have Resouces(parent repeater) & tags child repeaters I am trying. there are hidden fields "ResoruceID" element.I am trying to get this ResoruceID and ...
0
votes
1answer
92 views

DropDownList in Gridview Binding error Index 1 is either negative or above rows count

I have been trying to bind a drop-down list which is present in itemtemplate of my GridView. But it is giving me the above said error of "Index 1 is either negative or above rows count." My GridView ...
3
votes
4answers
149 views

Specified Cast is not valid when DataBind to Nullable DateTimeOffset and field is NULL

I've created a simple CompositeControl and exposed a Nullable DateTimeOffset property. I'm binding the control to a SQL Server DateTimeOffset field using DateTimeOffset='<%# ...
0
votes
0answers
20 views

Databinding child objects - Should I use Linq or SQL?

I'm binding a repeater to a sql query, let's say its Orders. I need to display rows from this table along with associated records, let's say the customer and his/her full name. In this brave new ...
0
votes
1answer
40 views

ASP.NET Databind combobox

After inserting a new object i want to see that object in a combobox. I do this by setting the datasource again and rebinding the combobox. In debug-mode I see the new object in the datasource, but ...
1
vote
0answers
67 views

selectedvalue which is invalid because it does not exist in the list of items dropdownlist

I binded a dropdown list, here is my code: (DataLayer) string countrySQL = "SELECT * From Country"; string[] param = { }; object[] paramVal = { }; return ...
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
2answers
47 views

Bound DropDownList with AppendDataBoundItems not returning Null

I have this: <asp:DropDownList ID="HomeCountry" runat="server" DataSourceID="CountryListEntityDS" DataTextField="CountryNameEn" DataValueField="CountryCode" ...
1
vote
1answer
28 views

using eval for a int not a control, or what do i use instead of eval?

I pass some datarow fields multiple times in a few functions to get some result for my table, so i thought id put them in some int's make the code clean, but the below returns Databinding methods ...
1
vote
1answer
82 views

Apply Sorting On DataTable with where clause

I have a DataTable. and i want to apply sorting on a column using C# Sort function. But i want sort only apply those row which a specific value into other column(not a column on which sorting is ...
0
votes
1answer
76 views

What does There is an unknown word starting at index 0 means?

I am trying to bind a gridview to a detailsview in ASP.NET using a SQL Server 2008 database. When I try to bind the detailsview, I get this error message: The string was not recognized as a valid ...
1
vote
2answers
97 views

How can apply Datatable sorting on a part of column value

I have a DataTable. and i want to apply sorting on a column using C# Sort function. but I have multiple value into column(with separator - Æ). So i really want to apply sorting on a specific part of ...
0
votes
0answers
58 views

ASP.Net : How to display correct information from gridview on detailsview when sorting?

I have a gridview that opens up a modalpopup with a detailsview when a selection is made. However, if I sort the information in the gridview, it doesn't display the correct user on the detailsview. ...
2
votes
0answers
114 views

Index 1 is either negative or above rows count

DataView dv = ds.Tables["Unit"].DefaultView; dv.RowFilter = SqlWhere; dv.Sort = SortList.SelectedValue.ToString(); PagedDataSource page = new PagedDataSource(); page.DataSource = dv; page.AllowPaging ...
0
votes
2answers
57 views

Computed variable for every repeater row shows up in the next row

I have a protected variable and used in a repeater itemtemplate, <%# Bonus %> which is calculated in the repeater's OnItemDataBound event based on other columns' values in the same row. The ...
0
votes
1answer
47 views

accessing objects in listview after buttonclick in listviewitem

I'm trying to setup a usercontrol. I've setup a usercontrol with a table incl table header. For each row a second usercontrol is issued displaying 1 row of the table. The line-usercontrol is embedded ...
0
votes
1answer
42 views

Databind to a list not working correctly

I am databinding some data to a drop down list in asp.net c#. I am getting the below error with the data being binded using the code below. Everything looks fine from my eyes, but I can figure it ...
0
votes
0answers
40 views

Binding to multiple UC on GridView

I have a GridView on which is a Custom Control. I can populate this custom control using ContronInCustomControl='<%# Bind("ColumnNameFromSource") %>' how ever if I wanted 2 or more of these ...
2
votes
2answers
436 views

ASP.NET Bind() in DropDownList - String Value vs. Null

I hope someone can answer this. I'm pulling my hair out! I have a DropDownList with a default value of "" to catch NULLs from the database. The "Value" field of the DropDownList is a varchar. This ...
2
votes
3answers
52 views

Binding Variable in asp.net

Problem: Exception Details: System.Data.EntitySqlException: The query syntax is not valid. Near term '<', line 8, column 16. Code Behind: protected void Page_Load(object sender, EventArgs e) ...
0
votes
1answer
119 views

Databinding selected items in html select from asp.net

I am coding in asp.net and I have added the html select control as seen below. I need to also databind some of the values to be pre-selected, how do I do that? <select multiple="true" ...
0
votes
2answers
130 views

radGrid control displays blank grid after date parameter is changed

I searched SO, google & Telerik forums, but could not find a solution. I have an existing app (written by a previous developer) that is calling a stored procedure that populates a RadGrid ...
1
vote
4answers
2k views

How to make a radiobutton in gridview checked based on a column value of database

I have used gridview in my aspx page.. In that i have a five radio buttons in a single cell aligned horizontally. <asp:GridView ID="CrowdRatingGrid" runat="server" AutoGenerateColumns="false" ...
1
vote
0answers
48 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
0answers
79 views

ASP.net Eval not working for a custom DataBoundControl

I've been working on a custom DataBoundControl for two days, and I cannot get the expression <%# Eval("Name") %> to work. I have read about every article, blog, forum post, and tech doc I ...
1
vote
2answers
117 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
135 views

changing label text on selectedindexchanged of dropdown

I need the address (below the dropdown) to change as per the name that is selected in the dropdown... (they are all for one user only)...! (i donno why this keeps saying your post seems only ...
0
votes
0answers
66 views

Container.DataItem does not return anything

all I am Currently developing a custom web gridview inherits from CompositeDataBoundControl. The steps are below: Create a gridview class inherits from CompositeDataBoundControl. Create a ...
2
votes
1answer
76 views

Does Bind() or Eval() automatically HtmlEncode to protect against XSS?

Forgive me if this is a silly question. I haven't been able to find the answer stated explicitly. I rarely use Bind() or Eval() in my aspx pages, and instead use the following syntax: (Assume this ...
0
votes
1answer
41 views

Specifying column to dataset

I did not know what exactly to write in the title. If you think its an incorrect title I'll change it. Heres the problem. I am binding a dropdownlist to a dataset (a table) from where I need fields ...
0
votes
1answer
537 views

GridView control in ASP.NET is displaying data from DataSet, but Columns collection is EMPTY, so can't access/change any properties

I'm teaching myself C# in VS2012 on 4.5 framework and loving it, but this is (continuing to) baffle me, so I apologize if I'm missing something obvious. I have done some new testing (since my original ...
0
votes
2answers
42 views

Binding a more than one dropdowndownlist changing only the query

Here I am binding a ddl to populate with values like this: Australis(+61). In another place I want to bind another ddl to populate with values like this: Australia. Can I use the same code and change ...
0
votes
1answer
565 views

SqlDataSource with DropDownList Control Parameter doesn't read value

I have a drop down list that bound to a SqlDataSource. I have another drop down list that's bound to a different SqlDataSource. The second SqlDataSource has the first drop down as a Control ...

1 2 3 4 5 25