Click here to Skip to main content
15,886,199 members

Comments by shelby67 (Top 36 by date)

shelby67 19-Aug-14 2:50am View    
I need to send a variable from javascript to the c# code behind now.
After that take that value and apply to listbox. This only does it in Javascript and I need to use the code behind
shelby67 10-Oct-13 23:26pm View    
Say I have this file path: C:\TestArea\TestFile.txt
The textbox should display the last portion of the file path rather than giving C:\TestArea high priority of being seen inside the textbox.
shelby67 13-Sep-13 15:58pm View    
...?
shelby67 13-Sep-13 15:47pm View    
How would you reword what you believe it is I'm asking? (seriously)
shelby67 13-Sep-13 2:28am View    
I assume you're going for a ToggleButton sort of thing? If so that can be done by using a bool value at class scope.