Click here to Skip to main content
16,006,440 members
Home / Discussions / C#
   

C#

 
GeneralRe: Control for Main Button Window Pin
jahangir70009-Mar-06 20:09
jahangir70009-Mar-06 20:09 
QuestionC# Webservice Pin
H he el el oooo6-Mar-06 23:35
H he el el oooo6-Mar-06 23:35 
AnswerRe: C# Webservice Pin
Steve Hansen7-Mar-06 0:45
Steve Hansen7-Mar-06 0:45 
GeneralRe: C# Webservice Pin
H he el el oooo13-Mar-06 16:55
H he el el oooo13-Mar-06 16:55 
QuestionProcedure Pin
Support1236-Mar-06 23:31
Support1236-Mar-06 23:31 
AnswerRe: Procedure Pin
goyal manish6-Mar-06 23:52
goyal manish6-Mar-06 23:52 
GeneralRe: Procedure Pin
Support1236-Mar-06 23:55
Support1236-Mar-06 23:55 
AnswerRe: Procedure Pin
Guffa7-Mar-06 0:20
Guffa7-Mar-06 0:20 
Generally, yes.

There already is functionality to do grouping in the database, but if you do the work in C# you would have to build it more or less from scratch. Less code is less risk for bugs, and also testing a query is easier than testing a lot of C# code.

If you run into performance problems you might want to try to do the grouping on the original data instead of the view, and add indices on the fields you are grouping on and comparing.

---
b { font-weight: normal; }

QuestionTextBox Array in WebApplications ??? Pin
Abubakarsb6-Mar-06 23:22
Abubakarsb6-Mar-06 23:22 
AnswerRe: TextBox Array in WebApplications ??? Pin
Ingo7-Mar-06 0:31
Ingo7-Mar-06 0:31 
GeneralProblem is still There.... Pin
Abubakarsb7-Mar-06 22:22
Abubakarsb7-Mar-06 22:22 
AnswerRe: TextBox Array in WebApplications ??? Pin
darkelv7-Mar-06 0:48
darkelv7-Mar-06 0:48 
AnswerRe: TextBox Array in WebApplications ??? Pin
Chandana Subasinghe7-Mar-06 0:56
Chandana Subasinghe7-Mar-06 0:56 
QuestionHow to access TextBox Array in WebApplications ??? Pin
Abubakarsb6-Mar-06 23:19
Abubakarsb6-Mar-06 23:19 
QuestionHow to access TextBox Array in WebApplications ??? Pin
Abubakarsb6-Mar-06 23:17
Abubakarsb6-Mar-06 23:17 
Questionerror handling Pin
fmardani6-Mar-06 22:51
fmardani6-Mar-06 22:51 
AnswerRe: error handling Pin
albCode6-Mar-06 23:53
albCode6-Mar-06 23:53 
AnswerRe: error handling Pin
Le centriste7-Mar-06 3:02
Le centriste7-Mar-06 3:02 
QuestionHow to retrieve contacts list other Outlook user Pin
alexandrelupov6-Mar-06 22:42
alexandrelupov6-Mar-06 22:42 
QuestionDrawing in a web form Pin
Rohit Dev6-Mar-06 22:23
Rohit Dev6-Mar-06 22:23 
AnswerRe: Drawing in a web form Pin
lmoelleb6-Mar-06 23:12
lmoelleb6-Mar-06 23:12 
GeneralRe: Drawing in a web form Pin
Rohit Dev7-Mar-06 0:52
Rohit Dev7-Mar-06 0:52 
GeneralRe: Drawing in a web form Pin
lmoelleb7-Mar-06 20:54
lmoelleb7-Mar-06 20:54 
Question[Message Deleted] Pin
mitko56-Mar-06 22:22
mitko56-Mar-06 22:22 
AnswerRe: Case problem Pin
albCode6-Mar-06 22:45
albCode6-Mar-06 22:45 

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.