Click here to Skip to main content
15,895,557 members

Comments by Anil_Kumar_India (Top 6 by date)

Anil_Kumar_India 17-Apr-15 3:10am View    
I am confused, please clarify doubts. 1: DataItemIndex will return index from the beginning of first page of GridView, why do want to save DataItemIndex in staff column? 2: How they are related? 3: Are you not having UserName/ User Id in Grid View, which will be saved to staff column?
Anil_Kumar_India 16-Apr-15 12:03pm View    
What is value in cmd.Parameters["Staff"].Value? This can be debug before ExecuteNonQuery
Anil_Kumar_India 16-Apr-15 2:47am View    
A screen having opacity 0 is displayed over the Form in process is splash screen. In this case we do not need to disable controls of the form.
Anil_Kumar_India 15-Apr-15 10:15am View    
Another option is to attach a observer function to onChange/OnSelectedIndexChange. This observer will tell no of controls selected in this case your condition will be like
If (observer.ControlsNo=1) Then
---
Anil_Kumar_India 15-Apr-15 9:57am View    
Got it now, you actually want to make the Panel visible when only one has value, please check updated answer.