Mover List Control for ASP.NET 1.x/2.0
page 2 of 14
by Bilal Haidar
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 45350/ 283

Requirements

Visual Studio .NET 2003

Note: Even though the project is created using Visual Studio .NET 2003, the control works with ASP.NET 2.0 applications.


View Entire Article

Article Feedback

Title:  
Name:  
Url: ( Optional )
Comment:  
Please add 5 and 4 and type the answer here:

User Comments

Title: SP   
Name: SP
Date: 10/21/2009 1:38:20 PM
Comment:
Boa tarde, estou escrevendo para informar sobre a ultima novidade em divulgação empresarial para internet, conheça o GoogFx 2009.

COMO FUNCIONA ?
1- o programa faz um levantamento no Google e no Yahoo, buscando todas as empresas de um determinado segmento que você escolher;
2- depois acessa todos os sites dos resultados obtidos e envia apresentações como essa, automaticamente, preenchendo o 'FALE CONOSCO' do próprio site;
3- assim você pode enviar apresentações dos seus produtos e serviços, prospectar milhares de empresas rapidamente;
4 - o sistema desconsidera sites que não tenham formulario de contato, esses não serão contabilizados;
5 - é 100% garantido (todos os emails, sites, e "formularios de contatos unicos" extraidos, ficarão armazenados no seu PC)
segue o link para download do programa, faça um teste...gratis

site oficial: www.googfx.com.br

email: contato@googfx.com.br
ou: vendas@googfx.com.br
MSN: danilo.gaglioti@bol.com.br
cel: (11)-8407.6492
São Paulo - SP

para nao receber mais essa mensagem responda esse email com o TITULO "CANCELAR"
Title: How to get right side selected value   
Name: Kusum
Date: 5/27/2008 8:12:08 AM
Comment:
Hii,
Can anybody help me that how can I access the right side selected values at server side? I want to save right side selected value in database, so on click of save button, how can I access the right hand side list box item at server? Any property?
- Kusum
Title: Error on Mover control while implementing   
Name: Sandeep
Date: 3/23/2008 11:17:58 AM
Comment:
Hello,
I am getting below error while implementing mover control:

"Control 'leftlstbox' of type 'xListBox' must be placed inside a form tag with runat=server."

Please help me, even through below forum I have tried Peruri Srinivasulu steps.

Thanks,
Sandeep
Title: Re: Vessel   
Name: Bilal Haidar
Date: 11/15/2007 1:25:39 AM
Comment:
Vessel,
I guess, I have used the "," for joining elements. You can change it to something like "|" or "$" or any other not commonly used character.

Thanks
Title: Re: Vessel   
Name: Bilal Haidar
Date: 11/15/2007 1:22:27 AM
Comment:
Hello Vessel,
Are you at the ACK team?

Regards
Title: Ajax version?   
Name: Vessel
Date: 11/14/2007 4:23:30 PM
Comment:
Hi Bilal Haidar

How about to make similar Ajax-control and contribute it with Ajax Control Toolkit.

I think there will be use for it ;)

-Vessel
Title: Index was outside the bounds of the array.   
Name: Vessel
Date: 11/14/2007 3:59:26 PM
Comment:
If list item have comma ',' inside, control will crash, maybe your problem too purusingh.

Crash-item: "Choose me, Buddy"
Okay-item: "Choose me Buddy"

So, while populating list-items sanitize commas out.
Title: Re: purusingh   
Name: Bilal Haidar
Date: 10/15/2007 11:32:24 AM
Comment:
Hello,
Can you please show me some code where this exception is generated?
I have been using this control for a while and haven't got such an exception!

Just to note, such an error occurs when you are trying to access elements inside the control that are not present i.e. accessing with index greater than the max. index inside the control!

Thanks
Title: Good Article   
Name: purusingh
Date: 10/15/2007 5:33:41 AM
Comment:
Every thins is ok, we are using the control but there is some problem I am getting following error


Index was outside the bounds of the array.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
xListControls.xListBox.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +1486
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +723
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4798
Title: good articles   
Name: good articles
Date: 9/24/2007 3:54:34 AM
Comment:
very good!!!
Title: Re: Vessel   
Name: Bilal Hadiar [MVP]
Date: 4/4/2007 1:53:56 AM
Comment:
Hello Vessel,
Can you illustrate more please?

Thanks
Title: Index was outside the bounds of the array.   
Name: Vessel
Date: 3/24/2007 2:38:07 PM
Comment:
MoverControl can't stand with ',' in ListItemValue because it uses comma as inside delimiter.

Array-handling crashes with 'Index was outside the bounds of the array.'

Took awhile to find it out ;)
Title: This is not working for me   
Name: Daniel
Date: 3/21/2007 10:10:14 AM
Comment:
IM loading the left list to a db object but when I click on the arrow to move it I notice that the page load happens several times and doesnt move teh object.
Title: l;'l;'   
Name: l;'kl;
Date: 3/14/2007 2:03:39 AM
Comment:
>/./
Title: error when programatically creating control   
Name: Peruri Srinivasulu
Date: 2/14/2007 10:24:59 PM
Comment:
{"Control 'ctl02_leftlstbox' of type 'xListBox' must be placed inside a form tag with runat=server."}

when placed the following code in page init.


protected override void OnInit(EventArgs e)
{
base.OnInit(e);

MoverControl.bhMover moveR1 = new bhMover();
this.Controls.Add(moveR1);
}
Title: Good Work   
Name: Tim Digital
Date: 2/9/2007 8:42:19 AM
Comment:
Excellent Work Bilal,

Fluent consulting also has a pretty neat control (ListTransfer)that I've been using in my projects :-

http://www.fluentconsulting.com/components/Fluent.ListTransfer/
Title: Good article   
Name: vishal rathod
Date: 1/29/2007 9:01:02 AM
Comment:
Nice article.
and exactly what i want.
Title: Asp.net   
Name: ashok kumar
Date: 1/29/2007 4:16:15 AM
Comment:
thanks buddy
Title: Nice Work as Usual   
Name: El Chokr
Date: 1/9/2007 3:05:45 PM
Comment:
Nice Work as Usual
Title: nice   
Name: pranot
Date: 1/8/2007 4:31:10 AM
Comment:
really nice and exactly what i was looking for
i just spent 2 days writing something similar but using client-side javascript to move items.
also, it would be helpful if you could provide some screenshots, and a working demo which can be viewed online.
Title: Good Article   
Name: Haissam Abdul Malak
Date: 1/8/2007 2:51:47 AM
Comment:
Good article, keep up the good work

Best Regards

Product Spotlight
Product Spotlight 






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2009 ASPAlliance.com  |  Page Processed at 11/7/2009 10:11:40 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search