Tag Archives: ASP.Net

Webcams in Silverlight 4.0

Microsoft Silverlight 4.0 supports Webcam and microphone access from Web Applications like Flash. This feature enables a number of scenarios, such as capturing and displaying images, uploading profile pictures to social networking applications etc. Here is code part, which will … Continue reading

Posted in .Net, ASP.Net, Silverlight | Tagged , , , , | 1 Comment

There is a duplicate ‘system.web.extensions / scripting / scriptResourceHandler’ section defined

After installing Sharepoint Foundation(again its not worked ) on my Windows 7 system I got this while looking into the Authentication feature of IIS. But after verifying the web.config file, I couldn’t find the duplicate entry. After searching I found … Continue reading

Posted in .Net, .Net 4.0, ASP.Net, Miscellaneous | Tagged , , , , | 1 Comment

How to create a RSS feed using ASP.Net

Another ASP.Net related post, this post helps to create a custom RSS feed using ASP.Net. There are many ways to create feed using ASP.Net, like using Xml Documents, String Builder and simple string concatenation. But none of them designed to … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net, WCF | Tagged , , , , , | 3 Comments

How to persist checkbox state in gridview while paging

Again an asp.net post. Today I saw the same question few times in forum, so I thought about creating a post around it. And it helped me to brush up my asp.net skills once again. In this I am using … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , , | 4 Comments

ArgumentException – This row already belongs to another table

Today one of my colleague got this problem while copying datarow from one table to another, he just want to update few values of a same schema dataTable. So he used following method. He was getting an exception like “This … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net, Windows Forms | Tagged , , , , , | Leave a comment