Click here to Skip to main content
15,868,124 members
Home / Discussions / C#
   

C#

 
QuestionDisplaying a image in crystal report Pin
vijaylumar28-Jun-09 19:34
vijaylumar28-Jun-09 19:34 
AnswerRe: Displaying a image in crystal report Pin
KIDYA28-Jun-09 21:49
KIDYA28-Jun-09 21:49 
GeneralRe: Displaying a image in crystal report Pin
vijaylumar28-Jun-09 22:04
vijaylumar28-Jun-09 22:04 
QuestionHow to sort datatable values???? Pin
swetha_insoft28-Jun-09 19:31
swetha_insoft28-Jun-09 19:31 
AnswerRe: How to sort datatable values???? Pin
padmanabhan N28-Jun-09 19:47
padmanabhan N28-Jun-09 19:47 
GeneralRe: How to sort datatable values???? Pin
swetha_insoft28-Jun-09 20:06
swetha_insoft28-Jun-09 20:06 
GeneralRe: How to sort datatable values???? Pin
dan!sh 28-Jun-09 20:15
professional dan!sh 28-Jun-09 20:15 
GeneralRe: How to sort datatable values???? Pin
swetha_insoft28-Jun-09 20:21
swetha_insoft28-Jun-09 20:21 
DataView dv = new DataView();
dv = dtCompanyForm.DefaultView;
dv.Sort = "ID";
dtCompanyForm.DefaultView = dv;

then also getting error like "Property or indexer 'system.data.datatable.defaultview'cannot be assigned to--it is read only".
GeneralRe: How to sort datatable values???? Pin
padmanabhan N28-Jun-09 20:38
padmanabhan N28-Jun-09 20:38 
AnswerRe: How to sort datatable values???? Pin
N a v a n e e t h28-Jun-09 19:52
N a v a n e e t h28-Jun-09 19:52 
GeneralRe: How to sort datatable values???? Pin
swetha_insoft28-Jun-09 20:13
swetha_insoft28-Jun-09 20:13 
GeneralRe: How to sort datatable values???? [modified] Pin
N a v a n e e t h28-Jun-09 20:21
N a v a n e e t h28-Jun-09 20:21 
GeneralRe: How to sort datatable values???? Pin
swetha_insoft28-Jun-09 20:45
swetha_insoft28-Jun-09 20:45 
Generalproblem DLL logic Pin
ishika_kukki28-Jun-09 19:29
ishika_kukki28-Jun-09 19:29 
GeneralRe: problem DLL logic Pin
dan!sh 28-Jun-09 20:02
professional dan!sh 28-Jun-09 20:02 
GeneralRe: problem DLL logic Pin
ishika_kukki28-Jun-09 20:29
ishika_kukki28-Jun-09 20:29 
AnswerRe: problem DLL logic Pin
OriginalGriff28-Jun-09 21:17
mveOriginalGriff28-Jun-09 21:17 
GeneralRe: problem DLL logic Pin
ishika_kukki28-Jun-09 23:05
ishika_kukki28-Jun-09 23:05 
GeneralRe: problem DLL logic Pin
dan!sh 29-Jun-09 2:43
professional dan!sh 29-Jun-09 2:43 
QuestionCreating excel file templates at runtime using C# Pin
Krishna Aditya28-Jun-09 19:24
Krishna Aditya28-Jun-09 19:24 
AnswerRe: Creating excel file templates at runtime using C# Pin
padmanabhan N28-Jun-09 19:35
padmanabhan N28-Jun-09 19:35 
QuestionHow to set password or security to SQL server 2005 table Pin
KIDYA28-Jun-09 19:14
KIDYA28-Jun-09 19:14 
AnswerRe: How to set password or security to SQL server 2005 table Pin
Krishna Aditya28-Jun-09 19:35
Krishna Aditya28-Jun-09 19:35 
AnswerRe: How to set password or security to SQL server 2005 table Pin
padmanabhan N28-Jun-09 19:40
padmanabhan N28-Jun-09 19:40 
Questiondrawing circles. Pin
_AnsHUMAN_ 28-Jun-09 19:09
_AnsHUMAN_ 28-Jun-09 19:09 

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.