Here we will discus how we can delete a custom page layout in SharePoint 2010. Also you can check out: - Create Page Layout using Share...
Thursday, November 17, 2011
I got dots in blank spaces in my Visual Studio 2010 editor, I have tried to reset the Visual studio 2010 but that also did not help me out...
Only Content controls are allowed directly in a content page that contains Content controls in sharepoint 2010 page layout
Bijay Kumar
9:05 PM
In this post we will discuss how to resolve error: Only Content controls are allowed directly in a content page that contains Content contr...
Monday, November 14, 2011
In this post we will discuss about how to get all security group names using SharePoint object model. Also you can check out: - Delete ...
Sunday, November 13, 2011
URL Rewritting in asp.net
Bijay Kumar
9:39 PM
Here we will discuss about URL rewriting in asp.net . Though MVC has built in facility of URL rewritting but classic asp.net does not have....
Category:
asp.net,
URL Rewritting
This error occurs while implementaining URL Rewritting in asp.net by using Intelligencia.UrlRewriter.dll. Here the web.config entries are ...
Category:
asp.net,
Errors,
URL Rewritting
This error ususally comes when you will try to implement postback thing in URL rewritting by adding App_Browsers and putting the Form.brows...
Thursday, November 10, 2011
You can download Apress.Pro.ASP.NET.MVC.2.Framework.2nd.Edition pdf free here .
Wednesday, November 9, 2011
Here is the code to create a datatable at runtime in asp.net using C#.Net. Also you can check out some posts on: - AllowUnsafeUpdates ...
Security is very much important in a business solution. Because business needs, if a user does not have permission he should not be able to...
Tuesday, November 8, 2011
What is Performance Testing?
Madhusmita
10:27 PM
In Performance testing we are checking we are concentrating on speed in processing of a software by checking below factors: Ø Exec...
Category:
Manual Testing
Friday, November 4, 2011
The Anna Hazare, 74 year old man again raised his voice after 19 days maun vrat. He said fight for Janlokpal Bill will continue. You can che...
Category:
Personal
Wednesday, November 2, 2011
To add Read More link in blogger blog is easy in the new advanced editor provided by google. Simple you need to click on the Insert jump br...
Below is the code to write text in UTF8 format using memorystream using c#.net Response.Clear(); MemoryStream memoryStream = new MemoryStr...
Category:
C#.net