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

ASP.NET

 
QuestionActive directory entry can't be found Pin
AndrewNPDC3-Aug-06 16:52
AndrewNPDC3-Aug-06 16:52 
QuestionHow to assign roles to users Pin
Xiaoming Qian3-Aug-06 16:12
Xiaoming Qian3-Aug-06 16:12 
AnswerRe: How to assign roles to users Pin
minhpc_bk3-Aug-06 16:29
minhpc_bk3-Aug-06 16:29 
Questionurgently required help Pin
Mairy3-Aug-06 14:32
Mairy3-Aug-06 14:32 
AnswerRe: urgently required help Pin
minhpc_bk3-Aug-06 15:21
minhpc_bk3-Aug-06 15:21 
QuestionProblems after uploading Site with Login Control Pin
cellcon3-Aug-06 12:00
cellcon3-Aug-06 12:00 
AnswerRe: Problems after uploading Site with Login Control Pin
minhpc_bk3-Aug-06 15:29
minhpc_bk3-Aug-06 15:29 
QuestionCheckListBox & List Box Pin
widget13-Aug-06 9:31
widget13-Aug-06 9:31 
Ok I have set up a checklistbox and then an arrow button to move each selection over to the next listbox when asked - What I want is to allow the user to change the order of the displayed list. I need to reindex the second list box inthe order that they are sent over by the arrow button but can't figure out the syntax:

I have this:
lbOutcomes1.Items.Clear()
Dim chkListOutcomesItem As ListItem
Dim x As Integer = 1
For Each chkListOutcomesItem In chkListOutcomes.Items
If chkListOutcomesItem.Selected = True Then
Me.lbOutcomes1.Items.Add(chkListOutcomesItem.Text)
'Me.lbOutcomes1.SelectedIndex = x
End If
x = x + 1
Next

But it chokes on the commented out line - how do I accomplish what I am trying to do - I want the user to arrange the order of this sentences - this order will be saved back into my database and the table headers that will generated will appear int he order they selected. I need to figure this out ASAP as they want to roll out this sytem and I need to be able to allow column selection and moving them around.

Thx, TammySmile | :)
QuestionHow to include Text file with ASP.NET Pin
DFrag3-Aug-06 9:05
DFrag3-Aug-06 9:05 
AnswerRe: How to include Text file with ASP.NET Pin
minhpc_bk3-Aug-06 15:37
minhpc_bk3-Aug-06 15:37 
GeneralRe: How to include Text file with ASP.NET Pin
DFrag7-Aug-06 12:39
DFrag7-Aug-06 12:39 
QuestionHow do I handle the space (gap) between panels in a <td>? Pin
Slow Learner3-Aug-06 8:29
Slow Learner3-Aug-06 8:29 
AnswerRe: How do I handle the space (gap) between panels in a <td>? Pin
Ennis Ray Lynch, Jr.3-Aug-06 8:30
Ennis Ray Lynch, Jr.3-Aug-06 8:30 
GeneralRe: How do I handle the space (gap) between panels in a <td>? Pin
Slow Learner3-Aug-06 10:01
Slow Learner3-Aug-06 10:01 
QuestionChanging the Page Title at runtime Pin
RizShiney3-Aug-06 7:45
RizShiney3-Aug-06 7:45 
AnswerRe: Changing the Page Title at runtime Pin
Not Active3-Aug-06 7:57
mentorNot Active3-Aug-06 7:57 
AnswerRe: Changing the Page Title at runtime Pin
ToddHileHoffer3-Aug-06 8:10
ToddHileHoffer3-Aug-06 8:10 
QuestionChanging the Title of an aspx page Pin
RizShiney3-Aug-06 7:40
RizShiney3-Aug-06 7:40 
AnswerRe: Changing the Title of an aspx page Pin
Ista3-Aug-06 8:41
Ista3-Aug-06 8:41 
QuestionCustom Control won't do 2-way databinding in FormView Pin
M@Coder3-Aug-06 7:01
M@Coder3-Aug-06 7:01 
AnswerRe: Custom Control won't do 2-way databinding in FormView Pin
minhpc_bk3-Aug-06 15:45
minhpc_bk3-Aug-06 15:45 
GeneralRe: Custom Control won't do 2-way databinding in FormView Pin
M@Coder3-Aug-06 22:04
M@Coder3-Aug-06 22:04 
GeneralRe: Custom Control won't do 2-way databinding in FormView Pin
minhpc_bk3-Aug-06 23:58
minhpc_bk3-Aug-06 23:58 
GeneralRe: Custom Control won't do 2-way databinding in FormView Pin
M@Coder4-Aug-06 0:53
M@Coder4-Aug-06 0:53 
QuestionHow to add intervel time in application Pin
ChennaiBabu3-Aug-06 5:00
ChennaiBabu3-Aug-06 5:00 

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.