Click here to Skip to main content
15,906,335 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dynamic control creation and page lifecycle Pin
minhpc_bk25-Apr-06 15:21
minhpc_bk25-Apr-06 15:21 
GeneralRe: Dynamic control creation and page lifecycle Pin
J4amieC25-Apr-06 22:02
J4amieC25-Apr-06 22:02 
QuestionGetting Specific Record In XML Pin
naveedmazhar25-Apr-06 2:08
naveedmazhar25-Apr-06 2:08 
AnswerRe: Getting Specific Record In XML Pin
Paddy Boyd25-Apr-06 2:52
Paddy Boyd25-Apr-06 2:52 
AnswerRe: Getting Specific Record In XML Pin
Richard Parsons25-Apr-06 4:04
Richard Parsons25-Apr-06 4:04 
QuestionModify postback client side? Pin
FruitBatInShades25-Apr-06 1:33
FruitBatInShades25-Apr-06 1:33 
GeneralRe: Modify postback client side? Pin
Richard Parsons25-Apr-06 4:11
Richard Parsons25-Apr-06 4:11 
GeneralRe: Modify postback client side? Pin
NeverHeardOfMe25-Apr-06 6:23
NeverHeardOfMe25-Apr-06 6:23 
I think what's being asked for is a way to postback to the server changes made to the order of items in a listbox via client-sode Javascript.

One way is to include an asp:Textbox with Viasible=False (this renders on the page as input type="hidden") - you can then use your JS functions to update the value of this with the values of your listitems when re-ordered (seperated by commas, maybe) and this will then be sent to the server on a PostBack, where you can read in and parse the textbox.text to get the new order.

Hope that helps
Phil
GeneralRe: Modify postback client side? Pin
NeverHeardOfMe25-Apr-06 11:34
NeverHeardOfMe25-Apr-06 11:34 
Questionquestionaire Pin
D.N.25-Apr-06 1:23
D.N.25-Apr-06 1:23 
AnswerRe: questionaire Pin
Colin Angus Mackay25-Apr-06 2:23
Colin Angus Mackay25-Apr-06 2:23 
AnswerRe: questionaire Pin
Richard Parsons25-Apr-06 4:13
Richard Parsons25-Apr-06 4:13 
QuestionTextbox Find Pin
kirthikirthi25-Apr-06 1:14
kirthikirthi25-Apr-06 1:14 
AnswerRe: Textbox Find Pin
CWIZO25-Apr-06 2:34
CWIZO25-Apr-06 2:34 
GeneralRe: Textbox Find Pin
kirthikirthi25-Apr-06 18:10
kirthikirthi25-Apr-06 18:10 
GeneralRe: Textbox Find Pin
CWIZO25-Apr-06 20:12
CWIZO25-Apr-06 20:12 
GeneralRe: Textbox Find Pin
kirthikirthi25-Apr-06 20:30
kirthikirthi25-Apr-06 20:30 
QuestionIIS on 2003 Server Pin
Naveed Kamboh25-Apr-06 1:01
Naveed Kamboh25-Apr-06 1:01 
AnswerRe: IIS on 2003 Server Pin
Paddy Boyd25-Apr-06 2:39
Paddy Boyd25-Apr-06 2:39 
QuestionAdding values dynamically Pin
Uma Kameswari25-Apr-06 0:40
Uma Kameswari25-Apr-06 0:40 
AnswerRe: Adding values dynamically Pin
Frank Kerrigan25-Apr-06 0:53
Frank Kerrigan25-Apr-06 0:53 
AnswerRe: Adding values dynamically Pin
Guffa25-Apr-06 1:34
Guffa25-Apr-06 1:34 
Questionhow to add menu Pin
rah_sin25-Apr-06 0:39
professionalrah_sin25-Apr-06 0:39 
AnswerRe: how to add menu Pin
Zakaria Bin Abdur Rouf25-Apr-06 3:18
Zakaria Bin Abdur Rouf25-Apr-06 3:18 
Questionhow to add menu Pin
rah_sin25-Apr-06 0:31
professionalrah_sin25-Apr-06 0:31 

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.