how to bind a double property to text box in C#..

Recommended Answers

All 3 Replies

If you want to set properies dynamically in c#, try this ,

TextBox_Id.Attribute.Add("Property Name","Propery Value");

Can add one or more properties like this..

Hi,

please define what do you call a double property.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.