How do I find a row in a dataset that has changed so i can see the identity column after returning from the Update statement?
http://www.experts-exchange.com/Programming/Languages/.NET/Q_24578860.html
Zones:
.NETDate Answered: 07/20/2009 Rating: 7.6 Views: 0
We have an ASP.Net application that is built using .Net framework 1.1 & visual studio 2003.
The aspx pages & crystal reports work fine on Development machine.
We deployed the application to the p...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23067189.html
I am charting out a plan to migrate from .net 2003 to 2008. Any suggestions on what all I should be looking out for?
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24055900.html
hi you guys
Im brand new at visual 2003
how i need to define sqlcommandbuilder in this code?
**********************
Dim myBuilder As SqlCommandBuilder = New SqlCommandBuilder(OleDbDataAdapter...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22976267.html
I have added alot more objects and code to a program and like before it hits a place in the program that it just runs a few lines in the function that I wrote then exits like nothing happened.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23007823.htm...
I need to change the font size in a document to keep the same data on one line.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23023013.htm...
I was wondering how simple (or hard) it is to create a small vb .net 2003 app to connect to a specific web page, and collect a couple pieces of info, then put into a textbox or a table.
Please ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23027583.htm...
This is the select command i am using :
"Select * FROM BillingDataConsolidatedBillingsView WHERE NOT ((Month(BillFromDt) = " & Month(myDate) & " AND Year(BillFromDt) = " & Year(myDate) & ") AND ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23029230.htm...
I have a month i retrieve but I need to know the end of the month such as month 1 = 31 days
month 2 = 28.
Is there a function that can give me the days back or the last day of that month?
La...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23034970.htm...
I have a for next loop that i want a page break when it starts the next outer loop
Here is my code:
xlWb.Rows.PageBreak = Excel.XlPageBreak.xlPageBreakManual.xlPageBreakManual
doesnt work
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23038918.htm...