Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp .net web design Pin
Thanusree Duth30-Jul-10 22:39
Thanusree Duth30-Jul-10 22:39 
QuestionMessage Removed Pin
30-Jul-10 18:08
Thanusree Duth30-Jul-10 18:08 
AnswerRe: asp .net web application Pin
Ankur\m/30-Jul-10 18:55
professionalAnkur\m/30-Jul-10 18:55 
AnswerRe: asp .net web application Pin
Yusuf30-Jul-10 18:59
Yusuf30-Jul-10 18:59 
QuestionListbox sort Pin
Sandraa30-Jul-10 9:16
Sandraa30-Jul-10 9:16 
AnswerRe: Listbox sort Pin
Yusuf30-Jul-10 9:54
Yusuf30-Jul-10 9:54 
AnswerRe: Listbox sort Pin
Keith Barrow30-Jul-10 10:07
professionalKeith Barrow30-Jul-10 10:07 
AnswerRe: Listbox sort Pin
T M Gray30-Jul-10 10:40
T M Gray30-Jul-10 10:40 
I don't think the listbox will maintain the rearranged order if you do it with javascript on the client side. What kind of database fields do you have behind it? Is there a column to hold the sort order?

You could figure out how may items you are dealing with and dynamically add hidden fields with numbers in their name MyHidden0, MyHidden1 and so on. Then with javascript in the onclientclick of your save button have a function that loops through the options in the listbox and assigns the values to the hidden field. Then you know that the item in MyHidden0 should have sort order 0 and MyHidden1 has a sort order of 1.
GeneralRe: Listbox sort Pin
Sandraa2-Aug-10 5:09
Sandraa2-Aug-10 5:09 
GeneralRe: Listbox up-down button-SOLVED Pin
Sandraa2-Aug-10 23:38
Sandraa2-Aug-10 23:38 
QuestionDisallowing File Downloads with a Specific Extension Pin
Saul Johnson30-Jul-10 0:46
Saul Johnson30-Jul-10 0:46 
AnswerRe: Disallowing File Downloads with a Specific Extension Pin
nikhilbkulkarni30-Jul-10 1:30
nikhilbkulkarni30-Jul-10 1:30 
GeneralRe: Disallowing File Downloads with a Specific Extension Pin
Not Active30-Jul-10 2:11
mentorNot Active30-Jul-10 2:11 
AnswerRe: Disallowing File Downloads with a Specific Extension Pin
daveyerwin30-Jul-10 1:31
daveyerwin30-Jul-10 1:31 
AnswerRe: Disallowing File Downloads with a Specific Extension Pin
Arun Jacob30-Jul-10 1:33
Arun Jacob30-Jul-10 1:33 
GeneralRe: Disallowing File Downloads with a Specific Extension Pin
Saul Johnson30-Jul-10 1:51
Saul Johnson30-Jul-10 1:51 
Questionvalidation for dates Pin
Thanusree Duth29-Jul-10 20:56
Thanusree Duth29-Jul-10 20:56 
AnswerRe: validation for dates Pin
Brij29-Jul-10 21:32
mentorBrij29-Jul-10 21:32 
AnswerRe: validation for dates Pin
Amit Patel198529-Jul-10 21:33
Amit Patel198529-Jul-10 21:33 
AnswerRe: validation for dates Pin
raju melveetilpurayil29-Jul-10 22:00
professionalraju melveetilpurayil29-Jul-10 22:00 
AnswerRe: validation for dates Pin
Tej Aj30-Jul-10 0:09
Tej Aj30-Jul-10 0:09 
QuestionDisble excel message in asp.net Pin
Mugdha_Aditya29-Jul-10 19:28
Mugdha_Aditya29-Jul-10 19:28 
AnswerRe: Disble excel message in asp.net Pin
Arun Jacob29-Jul-10 19:36
Arun Jacob29-Jul-10 19:36 
GeneralRe: Disble excel message in asp.net Pin
Mugdha_Aditya29-Jul-10 19:46
Mugdha_Aditya29-Jul-10 19:46 
Questionvalidation using javascript Pin
Thanusree Duth29-Jul-10 18:23
Thanusree Duth29-Jul-10 18:23 

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.