Click here to Skip to main content
15,890,882 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: server side javascript Pin
l a u r e n22-May-08 20:29
l a u r e n22-May-08 20:29 
AnswerRe: server side javascript Pin
Shog923-May-08 4:23
sitebuilderShog923-May-08 4:23 
QuestionAJAX: How do I set the autocomplete extender to become case sensitive? Pin
bangbangbogi21-May-08 20:38
bangbangbogi21-May-08 20:38 
AnswerRe: AJAX: How do I set the autocomplete extender to become case sensitive? Pin
bangbangbogi25-May-08 17:16
bangbangbogi25-May-08 17:16 
QuestionDisable 'save background as' Pin
venkat86_ece21-May-08 2:49
venkat86_ece21-May-08 2:49 
AnswerRe: Disable 'save background as' [modified] Pin
Laddie21-May-08 4:18
Laddie21-May-08 4:18 
AnswerRe: Disable 'save background as' Pin
Shog921-May-08 8:16
sitebuilderShog921-May-08 8:16 
QuestionProblem with the ReorderList Control in ASP.NET AJAX [modified] Pin
kstxx20-May-08 21:25
kstxx20-May-08 21:25 
I have a problem with ReorderList control. It does not work correctly when attribute DataSourceId is set to XmlDataSource... When I moving items of this control some strange message appears:

"Reorder failed. It is not a DataSource and does not implement IList."


I wonder to know, how must I fix this problem.

I heard that it happens only if XmlDataSource is used as DataSourceID in ReorderList Control, but I must use this option...

Is there any solution of this problem?

here is the print-screen of the message which appears:
http://krokodajl.drivehq.com/xmlreorder.jpg[^]

Code for the ReorderList Control:
<cc1:ReorderList runat="server" ID="rol1" DataSourceID="XmlDataSource1"
    PostBackOnReorder="false" AllowReorder="true" ItemInsertLocation="Beginning">
   <ItemTemplate>
     <%#XPath("id") %>
   </ItemTemplate>
   <ReorderTemplate>
      <asp:Panel ID="reorderPanel" runat="server" CssClass="reorderCue"></asp:Panel>
   </ReorderTemplate>
   <DragHandleTemplate>
      <div class="dragHandle"></div>
   </DragHandleTemplate>
</cc1:ReorderList>

Code for the XmlDataSource Control:
<asp:xmldatasource id="XmlDataSource1" runat="server" DataFile="~/XMLFile.xml" XPath="source/dane" />


modified on Wednesday, May 21, 2008 8:42 AM

AnswerRe: Problem with the ReorderList Control in ASP.NET AJAX Pin
kstxx22-May-08 9:34
kstxx22-May-08 9:34 
Questiondatabase connection in .net Pin
saravanan0520-May-08 21:03
saravanan0520-May-08 21:03 
AnswerRe: database connection in .net Pin
Christian Graus21-May-08 0:21
protectorChristian Graus21-May-08 0:21 
Questionchange width and height of internet explorer Pin
garga120-May-08 18:46
garga120-May-08 18:46 
AnswerRe: change width and height of internet explorer [modified] Pin
tonymathewt20-May-08 22:54
professionaltonymathewt20-May-08 22:54 
GeneralRe: change width and height of internet explorer Pin
garga121-May-08 19:08
garga121-May-08 19:08 
QuestionC# Web Service Pin
Mc Gerald20-May-08 5:08
Mc Gerald20-May-08 5:08 
AnswerRe: C# Web Service Pin
Ashfield22-May-08 1:34
Ashfield22-May-08 1:34 
QuestionReload variable in Javascript Pin
wheel2719-May-08 23:07
wheel2719-May-08 23:07 
AnswerRe: Reload variable in Javascript Pin
Christian Graus20-May-08 0:54
protectorChristian Graus20-May-08 0:54 
GeneralRe: Reload variable in Javascript Pin
wheel2720-May-08 22:36
wheel2720-May-08 22:36 
GeneralRe: Reload variable in Javascript Pin
wheel2721-May-08 3:20
wheel2721-May-08 3:20 
QuestionUTF8 extended characters don't show in ASP Pin
darthBug19-May-08 9:33
darthBug19-May-08 9:33 
QuestionMerge multiple frame contents to single word document Pin
giri_jazz19-May-08 0:34
giri_jazz19-May-08 0:34 
QuestionAuthentication methods of ASP.Net Pin
pashitech18-May-08 23:56
pashitech18-May-08 23:56 
Questionget left/top of a Frame Pin
vtalau17-May-08 15:57
vtalau17-May-08 15:57 
AnswerRe: get left/top of a Frame Pin
Shog917-May-08 17:47
sitebuilderShog917-May-08 17:47 

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.