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

ASP.NET

 
AnswerRe: datagrid Pin
ednrgc22-Nov-06 3:40
ednrgc22-Nov-06 3:40 
QuestionReg : Microsoft Enterprise Libraries for Data Pin
venkatasivaramaprasad22-Nov-06 1:43
venkatasivaramaprasad22-Nov-06 1:43 
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 
i have 2 listboxes,whichever item i select in the first listbox should appear in the second and the item in first listbox shud be removed,im using this piece of code
<br />
 For iCount = 0 To lststates.Items.Count - 1<br />
                If lststates.Items(iCount).Selected Then<br />
                    lstselectedstate.Items.Add(lststates.Items(iCount).Text)<br />
                    'lststates.Items.Remove(lststates.Items(iCount).Text)<br />
                    lststates.Items.RemoveAt(iCount)<br />
                End If<br />
<br />
            Next<br />


but im getting this error
"Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index"

can anyone pls rectify it,its very urgent

kavitha
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 
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 

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.