Archive for August, 2008
Download MCTS Framwork2.0 books
Posted by Rajesh on August 14, 2008
Posted in Download | Tagged: MCTS, ramwork2.0 | 3 Comments »
Project Configuration in Microsoft Visual Source Safe (VSS)
Posted by Rajesh on August 14, 2008
Please follow these steps:
| Configuration of VSS |
| It sounds like you are working with source safe through your development tool. Try the following: |
| Step 1: Created a blank solution called DotNetNuke.Sln and save it to a directory. |
| Step 2: Close your development tool. |
| Step 3: Open “Microsoft Visual SourceSafe 6.0″ |
| Step 4: File -> Create Project … |
| Step 5: Fill in the Project name and comment |
| Step 6: Move the blue highlight to the new project |
| Step 7: File -> Add Files … |
| Step 8: Browse to the files you want to add, select them and click add. |
| Step 9: Check the files out to yourself |
| Step 10: Close source safe |
| Step 11: Open your development tool and add the code you want to add. |
| —- When done — |
| Step 12: Save your work |
| Step 13: Open “Microsoft Visual SourceSafe 6.0″ |
| Step 14: Move the blue highlight to your project |
| Step 15: Select the file(s) in the right pane |
| Step 16: SourceSafe -> Check In … |
| I think you may find this useful |
| http://oldlook.experts-exchange.com:8080/Programming/Q_20867690.html |
| http://www.experts-exchange.com/Programming/Processor_Platforms/Q_21314581.html |
Posted in VSS | Tagged: Microsoft Visual Source Safe, VSS | 1 Comment »
access the data of Gridview in Rowcommand
Posted by Rajesh on August 11, 2008
Please visit this site
http://weblogs.asp.net/hpreishuber/archive/2005/08/05/421712.aspx
Posted in ASP.net2.0 | Leave a Comment »