Monday, October 20, 2014

how to bind the data to the combo box using stored procedure

Posted by Unknown  |  No comments


 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

 how to bing the data to the combo box using stored procedure  
 -----------------------------------------------------------  
 USE [LMS]  
 GO  
 /****** Object: StoredProcedure [dbo].[USP_GET_EMPID_NAMES]  Script Date: 07/17/2014 17:18:23 ******/  
 SET ANSI_NULLS ON  
 GO  
 SET QUOTED_IDENTIFIER ON  
 GO  
 ALTER PROCEDURE [dbo].[USP_GET_EMPID_NAMES]  
 AS  
 BEGIN  
      SELECT EmpId,EmpName FROM MstEmp WITH(NOLOCK) ORDER BY EmpName  
 END  

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  


5:21 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top