Blog Detail
Vipin Cherukara
http://vipinc007.blogspot.com/
Vipin Cherukara blog or a cherukara Factory for sharing my thoughts views or photos to the outside world
Recent Posts
Webparts Drag and drop in Ajax UpdatePanel.
Many faces the situation when working on webparts with Ajax UpdatePanel. When the WebPartManager is outside the update panel the drag drop won't work for webparts. If the WebPartManager is placed inside the UpdatePanel it will work fine. It works fin...
WebParts and the need for a Database
I'm doing some work creating WebPart components in ASP.NET 2.0 and discovered a dependency that I wasn't initially expecting...the need for a database.It appears that in order to even place a WebPart onto a form, you need to have a database. Or ...
C# : Environment.NewLine
Line BreaksIt is common to wish to add line breaks to text held in a string or used for output purposes. In a Microsoft Windows environment a standard line break consists of two escape characters. The first is a carriage return and the second a line ...
Sql Server 2005 : Resetting Identity Columns
Microsoft SQL Server identity columns provide a useful way to automatically generate consecutive numeric values for identifying rows. During software testing, IDs may be generated and then deleted. Afterwards, you may want to reset the number sequenc...
Sql server 2005 : Inserting Values into Identity Columns
Identity columns are used in SQL Server to automatically generate sequential integer values as new rows are inserted into a table. Under normal circumstances an explicit value cannot be specified. However, sometimes this is essential.Identity InsertW...
SQL Server Indexed Views
What is an Indexed View?When you create a view, you add a stored query to the database that can be read in the same manner as a table. The view acts as a virtual table that requires no additional storage for data, as the information is read directly ...


For T20 Worldcup schedule and updates, visit
http://www.t20worldcupcricket.com
Posted: May 16th, 2009 | Report This Comment