For asp.net openings please check the image below. Job description, job location and experience details all are present. This is a direct wa...
Friday, October 14, 2011
Tuesday, October 11, 2011
As I told before I am very weak in JavaScript , still I am trying to do some validation using JavaScript. Here in this example I am using J...
Wednesday, October 5, 2011
I got a schenario where after log out, I do not want any one to come out to my page. You simply need to write the code below the <head...
Category:
C#.net
Tuesday, October 4, 2011
Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack
Bijay Kumar
12:41 PM
I got the error "Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack" in a ...
Thursday, September 29, 2011
Just to tell you every one I am too bad at javascript !!! Here is a date validation through javascript that will give an alert message if...
Friday, September 23, 2011
When two web parts taking to each other, then you can say are connected web parts. They are like master/detail relationship. In a connected...
Here are some very good openings for VC++ professionals. Please find the details in the picture. And If job profile matches send your resume...
Category:
Jobs
Thursday, September 22, 2011
This action is only valid for products that are currently installed in Setup project in C#.Net
Bijay Kumar
3:04 PM
I got "This action is only valid for products that are currently installed" error while uninstalling a setup from one of the serv...
Tuesday, September 20, 2011
Svcutil.exe is a command line tool that helps to generate proxy class in C#.Net . It is very easy to call the WCF service using Visual stu...
Monday, September 19, 2011
System.InvalidOperationException: Could not find default endpoint element that references contract 'IService' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element
Bijay Kumar
10:10 PM
I got this error "System.InvalidOperationException: Could not find default endpoint element that references contract 'IService...
Saturday, September 17, 2011
I too had a love story !!!
Bijay Kumar
12:19 PM
Simply Superb !!! I too had a love story by Ravinder Singh !!! What a book !!! I just remember one thing that is written on the top of th...
Category:
Personal
Friday, September 16, 2011
Download file in C#.Net
Bijay Kumar
6:33 PM
You can download text file in the way as shown in the below in c#.Net . string fileName = @"E:\Filename.txt"; Response.Clear(); ...
Category:
C#.net
Sunday, September 11, 2011
Here we will discuss how to develop a sequential workflow using Visual studio 2010 in SharePoint 2010. Microsoft provides different projec...