Click here to Skip to main content
15,903,385 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCrystal report Pin
BasharatAli27-Aug-07 1:09
BasharatAli27-Aug-07 1:09 
AnswerRe: Crystal report Pin
John-ph27-Aug-07 1:55
John-ph27-Aug-07 1:55 
QuestionPlaying Songs in Video/Audio player in ASP.NET Pin
.NET- India 27-Aug-07 0:34
.NET- India 27-Aug-07 0:34 
AnswerRe: Playing Songs in Video/Audio player in ASP.NET Pin
rihdus27-Aug-07 2:03
rihdus27-Aug-07 2:03 
Questionproblem related 2 checkbox list Pin
biswa4727-Aug-07 0:10
biswa4727-Aug-07 0:10 
AnswerRe: problem related 2 checkbox list [modified] Pin
John-ph27-Aug-07 1:43
John-ph27-Aug-07 1:43 
Questionpoplate the data from checkboxlist Pin
biswa4727-Aug-07 0:07
biswa4727-Aug-07 0:07 
GeneralRe: poplate the data from checkboxlist Pin
John-ph27-Aug-07 0:26
John-ph27-Aug-07 0:26 
biswa47 wrote:
(please write the complete code)


give a try first then come here if you happen to face any problem in coding or debugging the errors.


biswa47 wrote:
(suppose in emp_id "1" i have stored the values of A,C,D from checkboxlist,when i retrive the record having emp id 1. i want to retrive its value i.e A,C,D and the corresponding checkbox of the values to be checked in the front end.)


Here is the code you asked....

Dim lstItem As New ListItem            
Dim lstItems() As String = Value.Split(",")  
For Each lstItem In chklstBox.Items                
For I As Int16 = 0 To lstItems.Length - 1                    
If lstItems(I) = lstItem.Value Then                        
lstItem.Selected = True                    
End If                
Next            
Next     



Regards
John




QuestionRe: poplate the data from checkboxlist Pin
biswa4727-Aug-07 0:37
biswa4727-Aug-07 0:37 
AnswerRe: poplate the data from checkboxlist Pin
John-ph27-Aug-07 1:02
John-ph27-Aug-07 1:02 
AnswerRe: poplate the data from checkboxlist Pin
John-ph27-Aug-07 3:13
John-ph27-Aug-07 3:13 
QuestionADrotator not showing images, only alternate text Pin
Kunal P27-Aug-07 0:03
Kunal P27-Aug-07 0:03 
AnswerRe: ADrotator not showing images, only alternate text Pin
John-ph27-Aug-07 1:47
John-ph27-Aug-07 1:47 
GeneralRe: ADrotator not showing images, only alternate text Pin
Kunal P27-Aug-07 19:43
Kunal P27-Aug-07 19:43 
GeneralRe: ADrotator not showing images, only alternate text Pin
John-ph27-Aug-07 22:05
John-ph27-Aug-07 22:05 
GeneralRe: ADrotator not showing images, only alternate text Pin
Kunal P28-Aug-07 18:33
Kunal P28-Aug-07 18:33 
Questionanalysis services connection Pin
deathsurfer26-Aug-07 23:53
deathsurfer26-Aug-07 23:53 
QuestionMenu StaticSelectedStyle problem Pin
kbalias26-Aug-07 23:10
kbalias26-Aug-07 23:10 
QuestionJavascript: Handling "select" tags event Pin
mani_iips26-Aug-07 22:52
mani_iips26-Aug-07 22:52 
AnswerRe: Javascript: Handling "select" tags event Pin
Moeez Ahmed26-Aug-07 23:26
Moeez Ahmed26-Aug-07 23:26 
GeneralRe: Javascript: Handling "select" tags event Pin
mani_iips27-Aug-07 0:18
mani_iips27-Aug-07 0:18 
QuestionHow To Change Chart Data Labels In Crystal Reports Pin
Moeez Ahmed26-Aug-07 22:33
Moeez Ahmed26-Aug-07 22:33 
AnswerRe: How To Change Chart Data Labels In Crystal Reports Pin
John-ph26-Aug-07 23:14
John-ph26-Aug-07 23:14 
GeneralRe: How To Change Chart Data Labels In Crystal Reports Pin
Moeez Ahmed26-Aug-07 23:22
Moeez Ahmed26-Aug-07 23:22 
GeneralRe: How To Change Chart Data Labels In Crystal Reports Pin
John-ph26-Aug-07 23:46
John-ph26-Aug-07 23:46 

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.