hi,
let me try to explain what i want to do:
1.get a recordset from the db, every record contain control name and id of a dropdown
2.iterate over the recordset and create a table.
3.every row i...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20433971.html
Zones:
.NETDate Answered: 12/23/2002 Grade: A Views: 0
Hi There,
1. I am getting some records into a dataset, most of the values are yes or no literal text ("YES") or ("NO"). How can without having to write masses of logic just display the checkbo...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21059575.html
This is a long shot and I don't think I can, but I am going to ask. I have a solution that makes use of a couple of projects(Main project - contains my main user interfaces, Control Project - cont...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21369048.html
Zones:
C#Date Answered: 04/20/2005 Grade: A Views: 0
Ok, this sounds stupid I am sure, but what I am looking for is how to properly implement databinding within a custom control. I have a control that has databinding right now, but I doubt that I am ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21407570.html
Zones:
C#Date Answered: 05/03/2005 Grade: A Views: 0
Hi,
I am after a little advice regarding a small application I am trying to write. The application has a user rights part that enables the administrator to enter user names then given them "Adm...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21433145.htm...
Hello,
Can anyone give me an example of databinding a asp.net listbox control with a dataset on page_load?
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21436199.html
I need to databind a text box providerid.Text to cmbProviderPresent to dispaly locationid. How can I do this? Thanks
Dim bmbProviderPresent As BindingManagerBase
Dim dv202 As N...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21503243.htm...
I'm not sure how to set up databinding for a checkbox in Visual Basic .net and have been unable to find examples of it. I have the following code for a textbox:
Me.txtTitleCompanyName.DataBindi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21535410.htm...
Hi ,
I have some code that writes out a custom hyperlink based on the value of the data.
The code looks like this:
<asp:hyperlink id=1 Navigateurl='<%# "http://mycustomsite.com/me...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21599820.html
I can't seem to databind datagrid to a datatable. I posted code below.
ASPX CODE:
<form id=Form1 method=post runat="server"><asp:datagrid id=dgList runat="server">
<AlternatingItemStyle Back...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21672640.html