Hi,
I'm using visual basic 2005 express with sql server 2005. I have created an sql database through using add new data source, I also created a few tables with columns and such. Now I've create...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23210865.htm...
I've previously developed a fairly sophisticated client/server app. and have a very nice set of classes and routines to handle data on forms with very little coding. I managed to use the DataSet de...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23246...
Is it possible to create your own TableAdapter that you can just drag and drop onto the DataSet Designer like the toolbox TableAdapter?
And if so, could someone please show me a sample implement...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23259411.htm...
From what I read, Finally is code that will execute no matter which Try sub-section before it executes.
What I don't understand why we need it. In other words, is there any difference in the tw...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23263226.htm...
I have a control (RadioButton) that gets one of it's events fired before it's fully initialized. This was easy enough to deal with as I just added "If Not String.IsNullOrEmpty(rb.Name) then" so cod...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23281369.htm...
I have a file that is residing on a different domain than my program. My program needs to open up that file. The issue is that I somehow need to provide the username and password for the domain. ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23434825.htm...
Hello
i have a windows form with one gridview , 2 button , one of these button "btn1" query some data from sql datasource and bind it the datagridview1
what i need is
1- when i click the button...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23447...
Hello
I have a windows form contains 1 groupbox the groupbox1 hold 8 Textboxes
what i need is when i press the Button1 it clear any content on each Textbox,
i use the following code to do that ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23447...
When I accidentally changed the grid on the FrmAnalyte.aspx page, rather than determine what I changed, I copied the file over from a back-up. I also copied the FrmAnalyte.aspx.vb page. After doi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23752112.htm...