28 March 2007

u can set result number of pages in search result got Google.

like see only 1 result or see 1000 result in a page....

type num=number

like

http://www.google.co.in/search?num=1&hl=en&q=sa-action&btnG=Search&meta=

16 March 2007

easy learning for Visual Studio 2005.

there are two diffrent parts Web Developemtn and Windows Development.

it's for beginner.

04 March 2007

download many many Ajax Book from here.

02 March 2007

i found that many developers even those how have experience, does n't know many short cut keys which are realy usefull for them.

here are some short cut key:

Just Press WinKey + R and type


devenv Visual Studio Development Environment
SqlWb SQL Server Management Studio
dexplore Microsoft Visual Studio Documentation
profiler90 SQL Server Profiler
control Control Panel


some other

notepad NotePad
calc Calcularor
mapaint Microsoft Paint
pbrush Microsoft Paint
wordpad WordPad
winword Microsoft Office Word
excel Microsoft Office Excel
powerpnt Microsoft Office Power Point
msaccess Microsoft Office Access


if you know any other short cut key please put it in to comment.
hi, friends download VS 2005 SKD 4.0 from here.

it's size is 124MB.

Developer can create his own short cut keys in IDE.

See Tools->Options

where you will found a tree view in left side of Dialogbox, Click on Environment - > KeyBoard

you can create your own short cut key in IDE and also can save them as Globle or private Hot Keys, It's realy great for the developer.

there is also addtional keyboard mapping scheme for perticular environment like Visual Basic 6, Visual C# 2005 etc.

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 site.

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 ReportDocument
tmpCrystalReport.Load(report Path)


crParameterFieldDefinitions = tmpCrystalReport.DataDefinition.ParameterFields
text = tmpCrystalReport.ReportDefinition.ReportObjects.Item("txtTitle")


text.Text = "dynamic value form VB.net"


crSummary.ReportSource = tmpCrystalReport



and same as like this u can change all other property dynamically.

17 February 2007

download 13 learning video for Sql Server Express Edition or u can watch online

it's is g8 for beginners Click Here

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 here