Click here to Skip to main content
15,893,814 members
Home / Discussions / C#
   

C#

 
GeneralScrollBars for DataGrid Pin
Khang Nguyen26-Jul-04 14:43
Khang Nguyen26-Jul-04 14:43 
GeneralRe: ScrollBars for DataGrid Pin
DougW4826-Jul-04 15:33
DougW4826-Jul-04 15:33 
GeneralRe: ScrollBars for DataGrid Pin
Khang Nguyen27-Jul-04 6:11
Khang Nguyen27-Jul-04 6:11 
Generalproblems by "add web reference" in https Pin
Stephan Wright26-Jul-04 12:42
Stephan Wright26-Jul-04 12:42 
GeneralRe: problems by "add web reference" in https Pin
Heath Stewart27-Jul-04 11:04
protectorHeath Stewart27-Jul-04 11:04 
GeneralRe: problems by "add web reference" in https Pin
Stephan Wright27-Jul-04 22:12
Stephan Wright27-Jul-04 22:12 
GeneralRe: problems by "add web reference" in https Pin
Heath Stewart28-Jul-04 4:16
protectorHeath Stewart28-Jul-04 4:16 
GeneralDataView.Sort does NOTHING Pin
Christian Graus26-Jul-04 11:34
protectorChristian Graus26-Jul-04 11:34 
I'm trying to sort the data in my table, but no matter what I do with the Sort property, the resultant data does not change it's order at all. Does anyone know what I'm missing ? The authors of MSDN apparently missed it too, if there's a step I need to take...

DataSet comparisonDocs = facade.CompareMetadata(objectVids, elementPaths);<br />
DataView compSort = new DataView(comparisonDocs.Tables[0]); 		 	<br />
compSort.Sort="Title, Version/Major DESC, Version/Minor DESC";<br />
comparisonRepeater.DataSource = compSort;<br />
comparisonRepeater.DataBind();


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: DataView.Sort does NOTHING Pin
Heath Stewart26-Jul-04 11:56
protectorHeath Stewart26-Jul-04 11:56 
GeneralRe: DataView.Sort does NOTHING Pin
Christian Graus26-Jul-04 12:02
protectorChristian Graus26-Jul-04 12:02 
GeneralRe: DataView.Sort does NOTHING Pin
Roman Rodov26-Jul-04 14:42
Roman Rodov26-Jul-04 14:42 
GeneralRe: DataView.Sort does NOTHING Pin
Christian Graus26-Jul-04 14:48
protectorChristian Graus26-Jul-04 14:48 
GeneralRe: DataView.Sort does NOTHING Pin
Heath Stewart26-Jul-04 18:14
protectorHeath Stewart26-Jul-04 18:14 
GeneralRe: DataView.Sort does NOTHING Pin
Nick Parker26-Jul-04 18:15
protectorNick Parker26-Jul-04 18:15 
GeneralSetup.exe says &quot;&lt;Error Message&gt;&quot; Pin
Arun Bhalla26-Jul-04 10:46
Arun Bhalla26-Jul-04 10:46 
GeneralRe: Setup.exe says &quot;&lt;Error Message&gt;&quot; Pin
Heath Stewart26-Jul-04 10:58
protectorHeath Stewart26-Jul-04 10:58 
GeneralRe: Setup.exe says &quot;&lt;Error Message&gt;&quot; Pin
Arun Bhalla26-Jul-04 12:26
Arun Bhalla26-Jul-04 12:26 
QuestionMDI and modal dialogs causing focus problems? Pin
confusedCS26-Jul-04 10:20
confusedCS26-Jul-04 10:20 
GeneralExcel Automation Add-in Pin
Paulo Rosa26-Jul-04 7:41
Paulo Rosa26-Jul-04 7:41 
GeneralRe: Excel Automation Add-in Pin
Heath Stewart26-Jul-04 18:57
protectorHeath Stewart26-Jul-04 18:57 
GeneralDatabase update error Pin
C#Coder6726-Jul-04 6:28
C#Coder6726-Jul-04 6:28 
GeneralRe: Database update error Pin
Heath Stewart26-Jul-04 13:28
protectorHeath Stewart26-Jul-04 13:28 
QuestionHow to load file to webbrowser control from richtextbox ? Pin
BeiJing200826-Jul-04 5:24
BeiJing200826-Jul-04 5:24 
AnswerRe: How to load file to webbrowser control from richtextbox ? Pin
Heath Stewart26-Jul-04 11:43
protectorHeath Stewart26-Jul-04 11:43 
GeneralRe: How to load file to webbrowser control from richtextbox ? Pin
BeiJing200826-Jul-04 17:47
BeiJing200826-Jul-04 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.