Hello,
I've got DataGridView named gradesDGV with datasource based on BindingSource which datasource is DataSet.
In DataSet I've tableAdapter created from stored procedure. (MS SQL 2005)
I hav...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23134...
Hello,
I have datagridview with 200 rows based on tableAdapter
when i change something I need to change date column.
I'm using this code atached below its working but its veryslow.
How can I...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23135...
Suppose I want to use an XML File as a data source in VB.NET...is there a way to add an xml file as a data source and then bind it to DataSet Controls?
I'm programming a very basic Windows Form ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23301927.htm...
What is the best method for inserting a node with a specific value into an xml file. I've been playing around with the xml document class methods but for some reason I'm not seeing how I can inser...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23306908.htm...
I am wondering what the best practice is for closing one form and viewing another in a Windows Form app. I have been using Me.Hide() to close the form and SomeForm.Show() but I'm wondering if this...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23315731.html
This seems like a very basic thing, but I can't seem to figure out how you would reference a file stored in the same directory as the project executable.
I am creating a custom app that needs ...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
I have an xml file following a format similar to:
<Bookshelf>
<Book>
<Title>Title1</Title>
<Author>Author1</Author>
<Author>Author2</Author>
</Book>
<Book>
<Title>Title2</...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23318048.html
I'm writing a custom program that edits xml files which are settings files for a program we use. I've figured out how to change all the nodes & use XPath to locate the ones I need to edit.
Bas...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23324788.html
Zones:
.NETDate Answered: 04/16/2008 Rating: 7.4 Views: 0
Hi Experts.
(using vb.net, Visual studio 2005 Pro)
I'm really not sure why I cannot make this work. I have a windows form (form1) which contains (not surprisingly) contains functions and subs. O...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23434615.htm...
Hi all - I have a panel which contains some controls. I want to allow the user to zoom in and out of the panel and the scale method seems to be able to do the trick for me.
ie: to zoom to 50%, I c...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23663251.htm...