Answer Questions
Miken.cn datalist duplicates item 0 throughout
hi everyone, i got this datalist that's bound to a dataset... im sure the dataset contains distinct rows as i viewed them by a datagrid. however, me datalist is showing the same data for each item in it (it gets the number of rows right though).... any idea whats goin with its binding and why is it different from the datagrid's binding!!... ne help's appreciated. Are you using ASP.NET (DataList is an ASP.NET control not a ...Show All
Tegs Design-time functionality at run-time
I am trying to find a way to paint a selection border around a control whenever it is active at run-time. I would like the border to be as similar as possible to the selection frame that is displayed around a selected control at  ...Show All
Anandgb Binding to array list
Is it possible to sort data in datagrid if bound to arraylist (the same way as it can be sorted when bound to datatable) You have to do some work. You have two choices: 1) You can hook up the click events to call ArrayList.Sort, and pass in comparers based upon the datatype behind the column whose header was clicked. 2) Implement IBindingList on your arraylist. See http://msdn.microsoft.com/library/defau ...Show All
Chris NB Several puzzles about ClickOnce Deployment
Hi, I am now interested in ClickOnce deployment. After I have tried a simple application, I am really attracted by the amazing feature in VS2005. But I meet some problems when I try to download assemblies on demand. The walkthrough in MSDN on the topic of downloading assemblies on demand maybe the only demo i can reference. But it could not be applied to VS2005. The deploy APIs are different. Any other resources could be referenced And the req ...Show All
Greg Van Liew MSFT DataGridView Performance questions
Hi, I just did some testing with a DataGridView which had 20 rows and 4 columns. All I did is realtime updating 1-3 of the rows in the datagridview at a rate of max. 4 updates per second. However, this spiked my CPU usage up to 60%&nb ...Show All
Mr Bongo Weird Behaviour
Why anybody can change properties evrybody else's task I feel it should be readonly if that task is not assigned to you if you are not an administrator. Just a design decision. You can imagine some team scenarios where I might& ...Show All
johnzlin Cannot get the parent of the menu Item
Hi , I have a toolstripMenuItem with many children underneath. When I am clicking on the mnuchild i would like to get the name of the parent menu. I have tried everything But i cannot find anything that brings the result. I was expecting mnuchild.Parent but there is not such a property/method. any ideas thanks a lot vbjunkie &nb ...Show All
Puneetm Designer support? requires IBindingList ?
Hi, What is the requirement for a property to appear as "DataMember" in the "Object BindingSource" control for example if I have 2 classes , Order and OrderLine , and Order got a "IList<OrderLine> Details" property. this whill not show up as a valid binding. however , if the property type is IBindinglist or any other type that implements it , it shows up just fine. Is that the only way to make a collect ...Show All
Jeremy Holt Expression frustration
OK, I have a typed dataset with three tables. Project, Task and Project Task. The ProjectTask table captures the many to many relationship between Project and Task, and has a composite primary key of ProjectID and TaskID, together with some additio ...Show All
ian_gaydos insert command...
Hi, I have these two access related tables. The first contains three fields: ID AutoNumber Name Text Age Number And the second: ID Number Order Text The ID's are related. When I use the  ...Show All
Anton de Gruchy Allignment of windows forms
Hey guys Pls let me know how do i make my forms auto-adjust when at the run time i maximize them This problem occurs since at design time i am not able to make a fullsize form, it becomes very difficult to handle. Thus at run time when maximized white spaces are left while the controls remain in the original positions.. Also tell me if it is possible to design a form in its maximized size at the design time no man its not working the thi ...Show All
dougMurph Yes! Another DataGridViewComboBoxColumn Question!
I'm sure everyone here is overjoyed! Here's my problem. 1)I fire off a query and fill up a dataset, grab a datatable out of and bind it to a DataGridView object. I'm not using any of the visual tools doing it all by hand. One of the columns in my dataset is an integer field called "status". it has a value from 0-3. nothing fancy. I then fire off a second query and fill another datatable with textual values of w ...Show All
Tory Hierarchial Datagrids bound to XML Schema help
I'm trying to create a hierarchial datagrid that is bound to a local XML data. I'm starting with no data and loading a schema file into the data set and then binding that to the datagrid. I've got the schema file set up with&nb ...Show All
Brad Hodges How draw an cone of sales for my application
hi, please help me how can draw an cone of sales for my application, if everybody know then any free control for this goal. I want an control more or less how display in this page it's the cone of sales: http://demos1.dundas.com/DundasGauge/Marketin ...Show All
HuaMin New whitepapers for building DataGridView custom cells and columns
Hi all, We just posted two new whitepapers about building custom cells and columns for the DataGridView control: Building a custom RadioButton cell and column for the DataGridView control ( Source and Sample Code ) Building a custom NumericUpDown cell and column for the DataGridView control ( Source and Sample Code ) The docs, source code and sample code are under http://www.windowsforms.net/WhidbeyFeatures/default.aspx P ...Show All
