23 February 2007

hi, this site provides use 450+ database designing.there are many many different subjects which are vary interesting database schema are there. and they are also provide "We can design a Database for you." service. they also design database under SQL Server 2005.we are going to create a ERP for a company so my friend Jalpesh decided to get idea form this one.Click here to visit this sit...

22 February 2007

u can work with existing textbox in crystal report dynamically. supose change value. font style, border, suppress etc.here is an example.:Dim tmpCrystalReport As New ReportDocumenttmpCrystalReport.Load(report Path)crParameterFieldDefinitions = tmpCrystalReport.DataDefinition.ParameterFieldstext = tmpCrystalReport.ReportDefinition.ReportObjects.Item("txtTitle")text.Text = "dynamic value form VB.net"crSummary.ReportSource = tmpCrystalReportand same as like this u can change all other property dy...

17 February 2007

download 13 learning video for Sql Server Express Edition or u can watch onlineit's is g8 for beginners Click He...

12 February 2007

i m working with Crystal Report 9 with many times.last time i found this usefull eBook which show different kind of connection property to connect database dynamicaly.connection with MS Access, Sql Server and Oracle dynamicaly.click he...