Here are some sql server tips and tricks. To get all the Tables Information in SQL Server SELECT * from SYS.Tables To get all the views...
Wednesday, November 30, 2011
Here we will discuss how to export the gridview data into excel. There might be a chance that you have a lot of columns in your dataset or...
Saturday, November 26, 2011
Requirement: SharePoint Server. Job Description: Very good knowledge on SharePoint basics (WSS and SPS features, Administration, Knowledg...
Monday, November 21, 2011
System.MissingMethodException: No parameterless constructor defined for this object error in custom pagelayout
Bijay Kumar
10:39 PM
In this post we will discuss how to resolve error: System.MissingMethodException: No parameterless constructor defined for this object erro...
Friday, November 18, 2011
If you are working in SharePoint 2010 with pagelayout by using Visual Studio 2010 , then while deploying the layout template you will need...
Thursday, November 17, 2011
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...
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....
This error occurs while implementaining URL Rewritting in asp.net by using Intelligencia.UrlRewriter.dll. Here the web.config entries are ...
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...
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...
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...