Dim sqlGet As String = "SELECT * FROM [Table] ORDER BY [col1] DESC" Dim conn As New Data.OleDb.OleDbConnection conn.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStr… more →
JHC3 - Programming NotesSi wrote 1 year ago: Feel free to leave now if you’ve had enough of radio buttons…. So having dealt with radi … more →
Si wrote 1 year ago: Despite my recent lack of postings I am still alive!! And that’s not the only reason for the t … more →
Si wrote 1 year ago: So I needed to get at the K2 blackpearl environment settings from the aspx pages I have been putting … more →
Si wrote 1 year ago: Busy writing a few aspx pages that need to get information from SharePoint. However, I got the follo … more →
Si wrote 1 year ago: Yes folks, forever at the cutting edge of technology I have this week taken my first dive into the e … more →
navaan wrote 2 years ago: Dim sqlGet As String = "SELECT * FROM [Table] ORDER BY [col1] DESC" Dim conn As New Data.O … more →
navaan wrote 2 years ago: ASP » Do…Loop Through a RecordSet Do Until rs.eof 'do something 'rs("col1") rs … more →
navaan wrote 2 years ago: ASP » Application("varName") ASP.NET » ConfigurationManager.AppSettings(" … more →
navaan wrote 2 years ago: Repeater, the new Do Until rs.eof <Repeater DataSourceID="SqlDataSource1" runat="server … more →
navaan wrote 2 years ago: The Following code is for a very simple insert command… Dim sqlStr As String = "INSERT IN … more →
navaan wrote 3 years ago: These are the Courses you would have to take to become an MCAD.NET – Microsoft Certified Appli … more →