Click here to Skip to main content
15,889,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionString issue Pin
SPSandy20-Apr-13 2:42
SPSandy20-Apr-13 2:42 
AnswerRe: String issue Pin
Richard MacCutchan20-Apr-13 4:41
mveRichard MacCutchan20-Apr-13 4:41 
GeneralRe: String issue Pin
SPSandy20-Apr-13 8:24
SPSandy20-Apr-13 8:24 
GeneralRe: String issue Pin
Richard MacCutchan20-Apr-13 9:27
mveRichard MacCutchan20-Apr-13 9:27 
GeneralRe: String issue Pin
SPSandy20-Apr-13 16:21
SPSandy20-Apr-13 16:21 
AnswerRe: String issue Pin
Alan N20-Apr-13 14:16
Alan N20-Apr-13 14:16 
GeneralRe: String issue Pin
SPSandy20-Apr-13 19:58
SPSandy20-Apr-13 19:58 
QuestionStored Procedures Pin
alecxa0518-Apr-13 17:58
alecxa0518-Apr-13 17:58 
_ hooray! need help for my project .. I am developing a Payroll System .. I have a Stored Procedure created using SSMS 2005 ..details:

Stored Procedure Name: Find_Emp
Command/Query=
SELECT * FROM EMP0000 INNER JOIN EMP0001 ON EMP0001.EMP_NO =EMP0000.EMP_NO WHERE EMP0000.EMP_NO=@empno


In my GUI using Visual Studio 2010, I have a ListView where the list of employee listed..

I want to call the procedure in SelectedIndexChanged Event of the ListView ..

My problem is don't have an idea how to call this procedure in visual studio 2010 .. any help please ?
AnswerRe: Stored Procedures Pin
Richard MacCutchan18-Apr-13 23:07
mveRichard MacCutchan18-Apr-13 23:07 
AnswerRe: Stored Procedures Pin
RedDk21-Apr-13 12:52
RedDk21-Apr-13 12:52 
QuestionHow to do this Relationship in Entity Framework using DataAnnotation not Fluent API Pin
ADSCNET18-Apr-13 16:01
ADSCNET18-Apr-13 16:01 
AnswerRe: How to do this Relationship in Entity Framework using DataAnnotation not Fluent API Pin
Richard MacCutchan18-Apr-13 23:03
mveRichard MacCutchan18-Apr-13 23:03 
GeneralRe: How to do this Relationship in Entity Framework using DataAnnotation not Fluent API Pin
ADSCNET19-Apr-13 0:26
ADSCNET19-Apr-13 0:26 
GeneralRe: How to do this Relationship in Entity Framework using DataAnnotation not Fluent API Pin
Richard MacCutchan19-Apr-13 0:45
mveRichard MacCutchan19-Apr-13 0:45 
GeneralRe: How to do this Relationship in Entity Framework using DataAnnotation not Fluent API Pin
ADSCNET19-Apr-13 0:47
ADSCNET19-Apr-13 0:47 
QuestionDouble monitor Pin
NicoTexas17-Apr-13 6:12
NicoTexas17-Apr-13 6:12 
AnswerRe: Double monitor Pin
Eddy Vluggen18-Apr-13 10:28
professionalEddy Vluggen18-Apr-13 10:28 
QuestionVB 2010 : How to make regular appointment using ListView & MonthCalendar? Pin
Yazid Aura Robbani15-Apr-13 12:15
professionalYazid Aura Robbani15-Apr-13 12:15 
AnswerRe: VB 2010 : How to make regular appointment using ListView & MonthCalendar? Pin
Eddy Vluggen17-Apr-13 5:09
professionalEddy Vluggen17-Apr-13 5:09 
GeneralRe: VB 2010 : How to make regular appointment using ListView & MonthCalendar? Pin
Yazid Aura Robbani18-Apr-13 10:00
professionalYazid Aura Robbani18-Apr-13 10:00 
QuestionRe: VB 2010 : How to make regular appointment using ListView & MonthCalendar? Pin
Eddy Vluggen18-Apr-13 10:33
professionalEddy Vluggen18-Apr-13 10:33 
AnswerRe: VB 2010 : How to make regular appointment using ListView & MonthCalendar? Pin
Yazid Aura Robbani19-Apr-13 3:06
professionalYazid Aura Robbani19-Apr-13 3:06 
GeneralRe: VB 2010 : How to make regular appointment using ListView & MonthCalendar? Pin
Eddy Vluggen19-Apr-13 6:41
professionalEddy Vluggen19-Apr-13 6:41 
GeneralRe: VB 2010 : How to make regular appointment using ListView & MonthCalendar? Pin
Yazid Aura Robbani21-Apr-13 4:11
professionalYazid Aura Robbani21-Apr-13 4:11 
GeneralRe: VB 2010 : How to make regular appointment using ListView & MonthCalendar? Pin
Eddy Vluggen21-Apr-13 8:32
professionalEddy Vluggen21-Apr-13 8:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.