Click here to Skip to main content
15,889,992 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Div Object Pin
Tamimi - Code25-Jun-07 22:02
Tamimi - Code25-Jun-07 22:02 
AnswerRe: Div Object Pin
RichardGrimmer28-Jun-07 1:10
RichardGrimmer28-Jun-07 1:10 
GeneralRe: Div Object Pin
L Viljoen25-Jun-07 22:04
professionalL Viljoen25-Jun-07 22:04 
GeneralRe: Div Object Pin
.NetRams25-Jun-07 23:41
.NetRams25-Jun-07 23:41 
GeneralRe: Div Object Pin
Vasudevan Deepak Kumar26-Jun-07 2:07
Vasudevan Deepak Kumar26-Jun-07 2:07 
QuestionWebSite Testing Pin
ArchaBhandare25-Jun-07 19:43
ArchaBhandare25-Jun-07 19:43 
AnswerRe: WebSite Testing Pin
Vasudevan Deepak Kumar25-Jun-07 21:54
Vasudevan Deepak Kumar25-Jun-07 21:54 
QuestionDataGrid inconsistent after sorting Pin
Allad25-Jun-07 11:46
Allad25-Jun-07 11:46 
Hi,
I am working on a simple web application. The goal is to emulate a (very)simple file explorer. So, given a directory path on the server machine, the app displays all child files. I am using a WebUI.DataGrid control to displays the files and some related information (full path, size, creation date...). Moreover the app allows to sort the files according to their names or their size and a click on a file name is supposed to take you to the page representing that file.
However I am having some trouble with the sorting. To sort the datagrid, I first retrieve the DataTable which it is bound to and then pass it to a DataView object. Then, I call the DataView.Sort property then I bind back that dataview to my DataGrid object. Although, VISUALLY, the files are really sorted, the links they point to is just the same as when they were not sorted. So for instance, clicking a directory named "Eclipse" actually takes you to the directory "Code" which was occupying the same row before the sorting.
Is there a way to solve that inconsistency of the DataGrid control?
Thank you very much by advance.

Cheers,
Cherif

----
Navigator - Your best alternative to Windows Explorer

AnswerRe: DataGrid inconsistent after sorting Pin
Vasudevan Deepak Kumar25-Jun-07 22:02
Vasudevan Deepak Kumar25-Jun-07 22:02 
GeneralRe: DataGrid inconsistent after sorting Pin
Allad26-Jun-07 0:59
Allad26-Jun-07 0:59 
GeneralRe: DataGrid inconsistent after sorting Pin
Vasudevan Deepak Kumar26-Jun-07 2:09
Vasudevan Deepak Kumar26-Jun-07 2:09 
GeneralRe: DataGrid inconsistent after sorting Pin
Allad26-Jun-07 4:30
Allad26-Jun-07 4:30 
QuestionIf...Then... Else based upon QueryString Pin
sduffield25-Jun-07 11:05
sduffield25-Jun-07 11:05 
AnswerRe: If...Then... Else based upon QueryString Pin
Fred_Smith25-Jun-07 11:58
Fred_Smith25-Jun-07 11:58 
GeneralRe: If...Then... Else based upon QueryString Pin
sduffield26-Jun-07 3:13
sduffield26-Jun-07 3:13 
GeneralRe: If...Then... Else based upon QueryString Pin
Fred_Smith26-Jun-07 3:15
Fred_Smith26-Jun-07 3:15 
Questionjavascript form.reset() issue after the postback of an asp.net page Pin
Ken.A25-Jun-07 8:11
Ken.A25-Jun-07 8:11 
AnswerRe: javascript form.reset() issue after the postback of an asp.net page Pin
badgrs25-Jun-07 9:57
badgrs25-Jun-07 9:57 
GeneralRe: javascript form.reset() issue after the postback of an asp.net page Pin
Ken.A25-Jun-07 10:24
Ken.A25-Jun-07 10:24 
GeneralRe: javascript form.reset() issue after the postback of an asp.net page Pin
Vasudevan Deepak Kumar25-Jun-07 22:06
Vasudevan Deepak Kumar25-Jun-07 22:06 
GeneralRe: javascript form.reset() issue after the postback of an asp.net page Pin
Vasudevan Deepak Kumar25-Jun-07 22:04
Vasudevan Deepak Kumar25-Jun-07 22:04 
GeneralRe: javascript form.reset() issue after the postback of an asp.net page Pin
Ken.A26-Jun-07 5:54
Ken.A26-Jun-07 5:54 
GeneralRe: javascript form.reset() issue after the postback of an asp.net page Pin
Ken.A26-Jun-07 9:56
Ken.A26-Jun-07 9:56 
Questiontransparency on IE Pin
xxrono25-Jun-07 3:54
xxrono25-Jun-07 3:54 
AnswerRe: transparency on IE Pin
Vasudevan Deepak Kumar25-Jun-07 5:28
Vasudevan Deepak Kumar25-Jun-07 5:28 

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.