Click here to Skip to main content
15,922,650 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Reg : Microsoft Enterprise Libraries for Data Pin
ednrgc22-Nov-06 3:41
ednrgc22-Nov-06 3:41 
QuestionTwo in one Pin
sujith3122-Nov-06 1:15
sujith3122-Nov-06 1:15 
AnswerRe: Two in one Pin
Britney S. Morales22-Nov-06 2:31
Britney S. Morales22-Nov-06 2:31 
GeneralRe: Two in one Pin
coolestCoder22-Nov-06 3:38
coolestCoder22-Nov-06 3:38 
QuestionRe: Two in one Pin
sujith3122-Nov-06 18:16
sujith3122-Nov-06 18:16 
QuestionListbox Pin
kavithapuranik22-Nov-06 1:07
kavithapuranik22-Nov-06 1:07 
AnswerRe: Listbox Pin
MIHAI_MTZ22-Nov-06 1:43
MIHAI_MTZ22-Nov-06 1:43 
AnswerRe: Listbox Pin
venkatasivaramaprasad22-Nov-06 1:46
venkatasivaramaprasad22-Nov-06 1:46 
Hi
Once u removed the item from listbox u need to decrease the count (count--)to 1. because once u removed the item count will be reduced. i think below code would be helpful to u. the code which i added is put in bold and underline

For iCount = 0 To lststates.Items.Count - 1
If lststates.Items(iCount).Selected Then
lstselectedstate.Items.Add(lststates.Items(iCount).Text)
'lststates.Items.Remove(lststates.Items(iCount).Text)
lststates.Items.RemoveAt(iCount)
iCount=iCount-1
End If

Next
GeneralRe: Listbox Pin
kavithapuranik22-Nov-06 21:31
kavithapuranik22-Nov-06 21:31 
AnswerRe: Listbox Pin
ednrgc22-Nov-06 3:47
ednrgc22-Nov-06 3:47 
QuestionHow to use a vb's dll in vb.net project? Pin
SIJUTHOMASP22-Nov-06 0:52
professionalSIJUTHOMASP22-Nov-06 0:52 
Questionsecurtiy exception in web.config while uploading on server Pin
max_dev2006@yahoo.com22-Nov-06 0:37
max_dev2006@yahoo.com22-Nov-06 0:37 
AnswerRe: securtiy exception in web.config while uploading on server Pin
Anshuman Singh22-Nov-06 0:50
Anshuman Singh22-Nov-06 0:50 
Questionurlrewriter + httpmodule + magicajax Pin
max_dev2006@yahoo.com22-Nov-06 0:31
max_dev2006@yahoo.com22-Nov-06 0:31 
QuestionHelp Pin
sukhchain singh22-Nov-06 0:26
sukhchain singh22-Nov-06 0:26 
AnswerRe: Help Pin
ednrgc22-Nov-06 3:48
ednrgc22-Nov-06 3:48 
QuestionPrint in ASP.Net Pin
aaraaayen22-Nov-06 0:21
aaraaayen22-Nov-06 0:21 
AnswerRe: Print in ASP.Net Pin
l0kke22-Nov-06 4:40
l0kke22-Nov-06 4:40 
Questionupload Directories/folder Pin
sukhchain singh22-Nov-06 0:03
sukhchain singh22-Nov-06 0:03 
AnswerArgh! Pin
leckey25-Nov-06 15:40
leckey25-Nov-06 15:40 
Question"Log On Failed" in ASP.Net while Binding Crystal Report? Pin
Jesu.Official21-Nov-06 23:49
Jesu.Official21-Nov-06 23:49 
AnswerRe: "Log On Failed" in ASP.Net while Binding Crystal Report? Pin
l0kke22-Nov-06 4:46
l0kke22-Nov-06 4:46 
QuestionPanel Problem Pin
Kissy1621-Nov-06 23:37
Kissy1621-Nov-06 23:37 
AnswerRe: Panel Problem Pin
l0kke22-Nov-06 4:59
l0kke22-Nov-06 4:59 
QuestionAdd to Cart in as p.net Pin
kavithapuranik21-Nov-06 23:33
kavithapuranik21-Nov-06 23:33 

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.