Forum: VB.NET Nov 6th, 2007 |
| Replies: 6 Views: 8,764 What event of the textbox did you use? |
Forum: VB.NET Nov 6th, 2007 |
| Replies: 6 Views: 8,764 This is pretty much doable and this functionality is called AutoComplete is Web Platform and Incremental Search in WinForms Arena. |
Forum: VB.NET Sep 25th, 2007 |
| Replies: 6 Views: 2,488 The only issue I found with this approach is that, you have to load the entire xml file into your dataset. wich could be a problem when your database gets to a larger size. I would still use SQL... |
Forum: VB.NET Sep 25th, 2007 |
| Replies: 6 Views: 2,488 Yes, it is possible to save and load Datasets to and from xml.
And after loading you can manipulate the dataset as you would after filling it with data from any database.
Here is how you can... |
Forum: VB.NET Sep 4th, 2007 |
| Replies: 5 Views: 921 String values are possible using attributes not directly. |
Forum: VB.NET Sep 4th, 2007 |
| Replies: 5 Views: 921 You can even store string values to the enum variables. |
Forum: VB.NET Aug 27th, 2007 |
| Replies: 9 Views: 2,442 Read (http://www.coderewind.com/?categ&view_article=34) this article (http://www.coderewind.com/?categ&view_article=34) and you can even download a working sample which uses Connection to Access DB... |