Advertisement

1 - 10 of 194 containing alltags:("databindings") (0 seconds)
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...
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...
Zones: ASP.Net ProgrammingDate Answered: 08/02/2004 Grade: A Views: 0
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...
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 ...
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...
Zones: MS Visual BasicDate Answered: 06/12/2005 Grade: A Views: 0
Hello, Can anyone give me an example of  databinding a asp.net listbox control with a dataset on page_load?
Zones: ASP.Net Programming, Micro...Date Answered: 05/25/2005 Grade: A Views: 0
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...
Zones: MS Visual BasicDate Answered: 07/27/2005 Grade: A Views: 0
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...
Zones: MS Visual BasicDate Answered: 08/22/2005 Grade: A Views: 0
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...
Zones: ASP.Net ProgrammingDate Answered: 11/02/2005 Grade: A Views: 5
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...
Zones: ASP.Net ProgrammingDate Answered: 12/21/2005 Grade: A Views: 0