Click here to Skip to main content
15,909,437 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: File Creation Problem in ASP.net Pin
Mahidharb9-Aug-07 4:11
Mahidharb9-Aug-07 4:11 
Questionrecover asp.net project Pin
nicetohaveyou6-Aug-07 8:53
nicetohaveyou6-Aug-07 8:53 
AnswerRe: recover asp.net project Pin
Dave Kreskowiak6-Aug-07 10:17
mveDave Kreskowiak6-Aug-07 10:17 
QuestionServer control in content page not firing event ro changing value Pin
Alberto Bar-Noy6-Aug-07 8:46
Alberto Bar-Noy6-Aug-07 8:46 
QuestionGridview row command - how to avoid the window that get opened up when I go back on the browser. Pin
Md Arif6-Aug-07 7:43
Md Arif6-Aug-07 7:43 
QuestionShow Message using Updata panel Pin
Alberto_Mz6-Aug-07 6:51
Alberto_Mz6-Aug-07 6:51 
Questionstore user defined class objects Pin
deepalititi6-Aug-07 6:40
deepalititi6-Aug-07 6:40 
QuestionHow to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 5:07
kuido206-Aug-07 5:07 
To change ObjectDataSource sorting order I use SelectingEventHandler

ObjectDataSourceValitutAsukkaat.Selecting += new ObjectDataSourceSelectingEventHandler(ObjectDataSourceValitutAsukkaat_Selecting);

void ObjectDataSourceValitutAsukkaat_Selecting(object sender, ObjectDataSourceSelectingEventArgs e)
{
e.Arguments.SortExpression = "SURNAME";
}

But how to change dynamically Objectdatasource sorting collation ?




AnswerRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 5:09
kubben6-Aug-07 5:09 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 5:23
kuido206-Aug-07 5:23 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 5:25
kubben6-Aug-07 5:25 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 5:29
kuido206-Aug-07 5:29 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 6:13
kubben6-Aug-07 6:13 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 6:18
kuido206-Aug-07 6:18 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 6:20
kubben6-Aug-07 6:20 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 6:26
kuido206-Aug-07 6:26 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 6:40
kubben6-Aug-07 6:40 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido206-Aug-07 7:00
kuido206-Aug-07 7:00 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben6-Aug-07 7:23
kubben6-Aug-07 7:23 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kuido207-Aug-07 21:34
kuido207-Aug-07 21:34 
GeneralRe: How to change ObjectDatasource sorting collation Pin
kubben8-Aug-07 1:38
kubben8-Aug-07 1:38 
QuestionTemporary List Pin
Sam Heller6-Aug-07 5:03
Sam Heller6-Aug-07 5:03 
AnswerRe: Temporary List Pin
kubben6-Aug-07 5:11
kubben6-Aug-07 5:11 
Questionhow to Lock Certain Columns from being Edited Pin
Vimalsoft(Pty) Ltd6-Aug-07 3:47
professionalVimalsoft(Pty) Ltd6-Aug-07 3:47 
AnswerRe: how to Lock Certain Columns from being Edited Pin
Vasudevan Deepak Kumar6-Aug-07 23:22
Vasudevan Deepak Kumar6-Aug-07 23:22 

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.