Tagged Questions

0
votes
4answers
41 views

How to bind SQL variables in Php?

How to bind SQL variables in Php? I want to bind variables instead of just building SQL strings. Anyway to do this in Php? either MySQL or PostgreSQL answers would help. Thanks
0
votes
0answers
7 views

How To Bind ListBoxItems to two ObservableCollection

Hello, everybody. My problem takes above one month of my time. Sorry for my English. I hope that i can explain the problem. I have a trouble while Binding ListView Control to two …
0
votes
0answers
8 views

add custom function to YUI tabview

I've come up with the following function to fill a need: function getTabFromElementID(elementID){ //get all of the tabs from the tabViewObject var tabArray = this.get('tabs'); var …
0
votes
1answer
13 views

WPF Data Binding - Bind to UI Control from a Template

I have a template in my section. I want to bind the Width of one of the values in that template to the width of a control in my Main XAML section. Can this be done? Expression Blend only shows the …
0
votes
2answers
36 views

How to bind in PDO a string with %

I have the following query, (which don't work). How do I bid strings inside an existing string with % (I believe the % is not the problem, but really not sure). $sql="SELECT * FROM T WHERE f LIKE …
0
votes
1answer
30 views

WPF Combobox behavior weird

Hi guys, I have 2 comboboxes which we will call cbo1 and cbo2. Now, there is a relationship between cbo1 and cbo2. when i select an item at cbo1, the cbo2 ItemsSource is updated (since it is bound to …
2
votes
2answers
46 views

Dictionary to ListView TwoWay binding - possible?

I'm attempting to bind a Dictionary to a ListView who's item template constist of a grid with 2 textboxes. Ideally I'd like to be able to modify both the key and the value of the KeyValuePair …
0
votes
0answers
14 views

sqlite_bind_?(character) how to bind characters in sqlite?

Hi all, May be its a silly question but I am a bit confused in it, I want to bind a character into sqlite database (neither as varchar, nor as text but as character only) Hence we can not use …
0
votes
3answers
31 views

Model binding and display trimmed string property

My strongly typed View inherits from a "Person" object that is created with Linq to SQL. In my "Edit" View, i have to display of course old values: <%= Html.TextBox("FirstName") %> …
0
votes
1answer
23 views

DateTime binding default error message using Linq to SQL

Hi, i'm using Linq to SQL for my model with a custom validation layer. I cannot find the way to edit or change the default message: The value '29/34/1980' is not valid for BirthDate. BirthDate …
0
votes
3answers
34 views

WPF Data Binding - Data Template is not Getting Values

I have the following DataTemplate: <DataTemplate DataType="{x:Type Client:WorkItem}"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto" /> …
-2
votes
0answers
38 views

monoTouch: objective-c binding

i´m trying to call methods written in objective-c from c# (using monodevelop) on monotouch.com under documentation -> "binding objective-c" is written how to make it, but i have no success.. :-( my …
0
votes
1answer
54 views

Binding a DataGridView to multiple Tables in DataViewManager or DataSet

I have created three data tables by pulling data from an sql database. DT1, DT2, DT3. I have added these three tables to a data set, myDS. I have added relations between these three tables. I …
1
vote
2answers
60 views

WPF - Binding in XAML to an object created in the code behind

Can an object created in the code (ie C#) be used for binding in the XAML? For example: public class MyForm { private MyComplexObject complexObject; public MyForm() { …
0
votes
3answers
31 views

How to choose a WCF binding?

WCF binding chooser algorithm I have watched a speak at a TechEd conference that showed a simple algorithm for choosing a WCF binding. I can't find this algorithm but I remember some of the main …

1 2 3 4 5 42 next
15 30 50 per page