Reorder List with ASP.Net in c#
-
:confused::confused:Could AnyOne Answer To MY Question? I am using 2 reorderlist Controls. My Module is by selecting year & State from listbox Dropdownlist, Import the data from database to the table1(Reorderlist1) W.R.To State And Year.I have to move that data to another table2(Reorderlist2). I have to add checkbox in Table 1 & 2.By selecting Checkboxes i have to move the data from one table to another table using reordering. QQ) How to add checkbox to the Reorderlist?after adding checkbox what is the nexy step? Mahitha
-
:confused::confused:Could AnyOne Answer To MY Question? I am using 2 reorderlist Controls. My Module is by selecting year & State from listbox Dropdownlist, Import the data from database to the table1(Reorderlist1) W.R.To State And Year.I have to move that data to another table2(Reorderlist2). I have to add checkbox in Table 1 & 2.By selecting Checkboxes i have to move the data from one table to another table using reordering. QQ) How to add checkbox to the Reorderlist?after adding checkbox what is the nexy step? Mahitha
mahichandu wrote:
Could AnyOne Answer To MY Question?
The more descriptive your question, the better chance you have, provided someone knows an answer to your question.
mahichandu wrote:
I am using 2 reorderlist Controls.
Are you talking about asp.net AJAX reorder control?
mahichandu wrote:
My Module is by selecting year & State from listbox Dropdownlist, Import the data from database to the table1(Reorderlist1)
Ok, no issue here, right?
mahichandu wrote:
W.R.To State And Year.I have to move that data to another table2(Reorderlist2).
Are you moving the data from table1 to table2? Why can't you load table2 in the first place?
mahichandu wrote:
I have to add checkbox in Table 1 & 2.By selecting Checkboxes i have to move the data from one table to another table using reordering.
Are you trying to copy individual items or all at once? Does this[^] helps?
Yusuf May I help you?
-
mahichandu wrote:
Could AnyOne Answer To MY Question?
The more descriptive your question, the better chance you have, provided someone knows an answer to your question.
mahichandu wrote:
I am using 2 reorderlist Controls.
Are you talking about asp.net AJAX reorder control?
mahichandu wrote:
My Module is by selecting year & State from listbox Dropdownlist, Import the data from database to the table1(Reorderlist1)
Ok, no issue here, right?
mahichandu wrote:
W.R.To State And Year.I have to move that data to another table2(Reorderlist2).
Are you moving the data from table1 to table2? Why can't you load table2 in the first place?
mahichandu wrote:
I have to add checkbox in Table 1 & 2.By selecting Checkboxes i have to move the data from one table to another table using reordering.
Are you trying to copy individual items or all at once? Does this[^] helps?
Yusuf May I help you?
Yes am using Ajax XOntrol Reorder List.. and am copying indivisual items from one table to another table. Could anyone send me the code.. I din't get u load table2 in first place??? :zzz: after checking records in table 1 to move into table 2 ..in bettween the table am going to add one button. After selecting records in table 1 by clicking tht button the data should moved to table 2. ** Anyother way to move data?:confused::confused: Mahi