databinding

  1. D

    Databindig issue, I think

    So, here's the scenario: I have a web form application that is basically data entry forms that are entered into a SQL database. The issue I am having is the editing of these forms. If a submitted form is retrieved from the database, some records cause an error upon loading the data, always in...
  2. D

    DataBinding Newbie Help - Stuck

    So i am trying to recreate a VB6 program into VB.net, but am having trouble understanding DataBinding. I have the following windows form: -See image in next post. So when this form loads, I need to fill the combo box with values to choose from. The combobox has several columns. Here is my...
  3. A

    Question How to use the databinding in WPF using Resourse Settings Variables Saving?

    I can see that there are binding options but i can't set them as windows forms application ... I use windows forms applications textbox to bind with a settings variable to save data but in wpf , i can't find a way to do that. can anyone give some screen shots how to make it work.. thanks...
  4. T

    Binding Report Controls to Datasource dynamically

    Hi, I am trying to use Microsoft Reports in my Application. I have done this successfully using Report Wizard, but I want to do it dynamically now. I have created Dataset and BindingSource uptill now but I am unable to populate controls like textboxes on the Report4.rdlc with the data from the...
  5. G

    Bug? Databinding Visibility Property of a Textbox Issue

    I seem to be having a problem binding the visibility property of a textbox to a database value using the advanced binding property. I found this article (BUG: Inconsistent behavior when you bind the Visible property of a Windows Form control to a Boolean field) stating there is a bug in some...
  6. Neodynamic

    Barcode Data Binding in Windows Forms

    Technologies used - Neodynamic Barcode Professional for Windows Forms (any version) - Microsoft .NET Framework 1.0 or greater - Microsoft Visual Studio .NET 2002 or 2003 - Microsoft Visual Studio 2005 - Microsoft Visual Studio 2005 Express Editions (VB, C#, J#, and C++) In the following...
  7. L

    Question Display database results as hyperlink in gridview

    hi friends! am doing a website for a company. the problem is i have gridview with sqlserver db connection. when i show the results , it should be a hyperlink. when user clicks the particular row in the grid it should open a new popup with those details...
  8. G

    Question Encrypted Dataset Column

    Hi, I need a way to handle an encrypted column in a dataset. I have controls bound to a datasource, one of the column is a password column. I need this to show something meaningless (like the encrypted value or a blank) but when something is entered it must be encrypted and saved to the db...
  9. T

    databinding to custom control

    I try to create a custom control by using VB 2008 Express Edition. This control contains one textbox and one button by using usercontrol class to build up. For this control picture, please refer to. But I cannot use the proeprtygrid to setup the databindings property of this new custom control...
  10. A

    Using Contextual menu & ASP.NET master pages with Aspose.Form

    What’s new in this release? This major release of Aspose.Form for .NET v 1.3 supports ASP.NET master pages and contextual menu for Repeating Section and Repeating Table. More about Aspose.Form for .NET Aspose.Form is a GUI based InfoPath management component that enables .NET web applications...
  11. N

    only let the user download once

    Hi I have a query that is really bugging me!!! I currently have a label that displays the month as an int. i.e July = 7 This is called Monthtxt I also have a database that has a username primary key and fields 1 - 12 one for each month. In those fields are 0 or 1. I have a detailsview that...
  12. H

    Question Apply databinding to inherited control

    I'm trying to modify the listview to have similar databinding behaviour to a datagrid with the added bonus of having the ability to group by a column in the datasource. Below is the code I have developed so far. The only problem is that this code only binds to a datatable. I'd like to be able...
Back
Top