Click here to Skip to main content
16,006,568 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Splitting rows in dataGrid Pin
sashidhar17-Nov-09 22:33
sashidhar17-Nov-09 22:33 
Questionmove the list items between 2 listbox Pin
pss.srinivasan17-Nov-09 19:09
pss.srinivasan17-Nov-09 19:09 
AnswerRe: move the list items between 2 listbox Pin
Abhijit Jana17-Nov-09 19:15
professionalAbhijit Jana17-Nov-09 19:15 
GeneralRe: move the list items between 2 listbox Pin
pss.srinivasan17-Nov-09 19:18
pss.srinivasan17-Nov-09 19:18 
GeneralRe: move the list items between 2 listbox Pin
Abhijit Jana17-Nov-09 19:32
professionalAbhijit Jana17-Nov-09 19:32 
GeneralRe: move the list items between 2 listbox Pin
pss.srinivasan17-Nov-09 19:40
pss.srinivasan17-Nov-09 19:40 
AnswerRe: move the list items between 2 listbox [modified] Pin
sashidhar17-Nov-09 19:49
sashidhar17-Nov-09 19:49 
AnswerRe: move the list items between 2 listbox Pin
Abhishek Sur17-Nov-09 20:52
professionalAbhishek Sur17-Nov-09 20:52 
Hey, first of all.. If you are using only the code defined in the article, there is no possibility to get a page postback after a certain while.

It is purely a javascript solution. How does it refresh the page automatically if you dont do this manually.
If you want to hold data during postback, update a list in the server as well, might be in the session. Call your page using AJAX, may be using a handler / ICallBackEventHandler etc to do this.

Another thing, in the javascript, dont use document.all as it is deprecated. Rather use document.getElementById always.

<br />
var newOption = new Option(); // Create a new instance of ListItem 


Does this actually works ??? Confused | :confused:

I would have created an option using document.createElement('option') rather.
Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionImporting the data from xml database to TALLY Software Pin
lrsalunkhe17-Nov-09 18:30
lrsalunkhe17-Nov-09 18:30 
AnswerRe: Importing the data from xml database to TALLY Software Pin
sashidhar17-Nov-09 18:34
sashidhar17-Nov-09 18:34 
AnswerRe: Importing the data from xml database to TALLY Software Pin
Abhijit Jana17-Nov-09 18:35
professionalAbhijit Jana17-Nov-09 18:35 
GeneralRe: Importing the data from xml database to TALLY Software Pin
lrsalunkhe17-Nov-09 18:48
lrsalunkhe17-Nov-09 18:48 
GeneralRe: Importing the data from xml database to TALLY Software Pin
Abhijit Jana17-Nov-09 19:04
professionalAbhijit Jana17-Nov-09 19:04 
GeneralRe: Importing the data from xml database to TALLY Software Pin
lrsalunkhe17-Nov-09 19:23
lrsalunkhe17-Nov-09 19:23 
GeneralRe: Importing the data from xml database to TALLY Software Pin
srdabhade13-Dec-09 19:25
srdabhade13-Dec-09 19:25 
QuestionCustomizing the CreatUserWizard Component Pin
DRAYKKO17-Nov-09 18:04
professionalDRAYKKO17-Nov-09 18:04 
AnswerRe: Customizing the CreatUserWizard Component Pin
lrsoft200917-Nov-09 18:10
lrsoft200917-Nov-09 18:10 
AnswerRe: Customizing the CreatUserWizard Component Pin
sashidhar17-Nov-09 18:16
sashidhar17-Nov-09 18:16 
GeneralRe: Customizing the CreatUserWizard Component Pin
DRAYKKO17-Nov-09 22:44
professionalDRAYKKO17-Nov-09 22:44 
GeneralRe: Customizing the CreatUserWizard Component Pin
sashidhar17-Nov-09 22:44
sashidhar17-Nov-09 22:44 
Questionstring manipulation in c# Pin
uglyeyes17-Nov-09 18:01
uglyeyes17-Nov-09 18:01 
AnswerRe: string manipulation in c# Pin
Abhijit Jana17-Nov-09 18:06
professionalAbhijit Jana17-Nov-09 18:06 
AnswerRe: string manipulation in c# Pin
lrsoft200917-Nov-09 18:06
lrsoft200917-Nov-09 18:06 
GeneralRe: string manipulation in c# Pin
uglyeyes17-Nov-09 18:11
uglyeyes17-Nov-09 18:11 
GeneralRe: string manipulation in c# Pin
Abhijit Jana17-Nov-09 18:15
professionalAbhijit Jana17-Nov-09 18:15 

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.