February 2008 - Posts


Comments

Microsoft relaunched the IIS website while launching Windows Server 2008 by vik20000in

Hi, With the launch of Windows Server 2008 today Microsoft also relaunched the website for IIS . Do check the newly relaunched website of IIS here Vikram
Filed under: ,
1
Comments

SharePoint programming and permission problem by vik20000in

Hi, Last few days I was playing with SharePoint server 2007 and programming with it. All I was trying to do was add a list item in a simple list created in the SharePoint through a web part. The code to do the job was simple enough. SPWeb site = SPContext...
8
Comments

How to refer Master page content in Content Page by vik20000in

Hi, Many a times while using a master page we want to refer content, Controls and properties in Master Page while working in Content page. We come across requirement where by we can change or access the values of controls residing in Master page when...
4
Comments

Using Meta Tag to refresh and redirect a page by vik20000in

Hi Many a times we have a requirement where by we want to make a pager refresh by itself at a certain interval. We may also want to redirect the page to another page after a certain amount of time. I know we can do this with the help of Asp.Net Ajax Extension...
Filed under: , ,

Comments

SQL server 2008 February CTP launched by vik20000in

Hi, As all of us know that SQL server 2008 Launch has been delayed to 2nd half of the year, but the Feb CTP has been released. The CTP is feature complete. The CTP include better functionality for Data compression, Policy based management enhancement...

Comments

List of Obsolete API in Dot Net framework 2.0 by vik20000in

Hi, Microsoft has come out with a list of APIs which have become obsolete in the .Net Framework 2.0. The same can be accessed from: .NET Framework V2.0 Obsolete API List . The list also contains alternate APIs that can be used for most of the obsolete...
Filed under: , , ,
1
Comments

Passing Object as a parameter in ObjectDataSource by vik20000in

Hi, ObjectDataSource was a great addition to Asp.Net 2.0. But when working with asp.net 2.0’s ObjectDataSource had one limitation when working in Visual Studio designer. When working with ObjectDataSource we cannot pass object as a parameter. We always...
1
Comments

Working with Asp.Net Timer control on client side by vik20000in

Hi, Few days back I saw this question in the forums and from then I was looking for an answer for it. The Timer control in the asp.net Ajax is pretty useful when we want to do some activity on the client side at a certain interval of time. The control...
9
Comments

Yield keyword in C Sharp by vik20000in

Hi, One of the cool and yet most unknown feature of the C# is the yield keyword. The yield keyword is used in an iterator block to provide a value to the enumerator object or to signal the end of the iteration. When used the expression is evaluated and...
Filed under: ,
3
Comments

Session and concurrent request by vik20000in

Hi We all have worked with Asp.Net session objects in some point of time. An interesting question came in between the discussion with my colleagues on concurrent request and session state. Here is what I have to share with all on session and concurrent...
Filed under: ,
More Posts Next page »