Click here to Skip to main content
16,011,475 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Failed to enable constraints with typeddataset Pin
dotnettech24-Apr-06 0:16
dotnettech24-Apr-06 0:16 
QuestionUrgent Master Page Problem(ASP.NET 2.0 ) Pin
sohne20-Apr-06 2:17
sohne20-Apr-06 2:17 
AnswerRe: Urgent Master Page Problem(ASP.NET 2.0 ) Pin
-Dr_X-20-Apr-06 3:16
-Dr_X-20-Apr-06 3:16 
QuestionPlease Help Pin
krishnacgvak20-Apr-06 2:14
krishnacgvak20-Apr-06 2:14 
AnswerRe: Please Help Pin
Mike Ellison20-Apr-06 2:55
Mike Ellison20-Apr-06 2:55 
QuestionPlease help Pin
varshavmane20-Apr-06 2:07
varshavmane20-Apr-06 2:07 
AnswerRe: Please help Pin
Mike Ellison20-Apr-06 2:54
Mike Ellison20-Apr-06 2:54 
QuestionASP.NET web controls - Data grid - Issue Pin
Arunag20-Apr-06 2:06
Arunag20-Apr-06 2:06 
Hi
Can any one tell me how to merge the repeated values in a column? At present we are using bound column to display the records.

Code we are using
------------------

<asp:datagrid id="LocationsGrid" runat="server" onselectedindexchanged="LocationsGrid_SelectedIndexChanged" useaccessibleheader="True" autogeneratecolumns="False" gridlines="None" tooltip="Click location to edit" allowsorting="true" bordercolor="black" borderwidth="1" cellpadding="3" headerstyle-backcolor="#00aaaa">
<alternatingitemstyle>

<columns>
<asp:boundcolumn datafield="Location" headertext="Location" footertext="Hello" readonly="False" sortexpression="StringValue">
<asp:boundcolumn datafield="reference_id" headertext="Item No" sortexpression="IntegerValue">
<asp:hyperlinkcolumn text="Heading" datanavigateurlfield="reference_id" datanavigateurlformatstring="call_detail.aspx?action=View&callId={0}" datatextfield="Heading" headertext="Call" navigateurl="call_detail.aspx?action=View&callId={0}" sortexpression="StringValue">


Present Output
--------------

Girls Technology 484 hoover in workshop
Girls Technology 490 Fault on lights
Tillitson Pavillion 427 Please fit new locks to cupboards
Tillitson Pavillion 58 rendering
Tillitson Pavillion 309 Please attend to washer
Tillitson Pavillion 420 Please re-fit old handrail
Tillitson Pavillion 300 REPAIR WASHING Mc DOORDOOR HINGE BROKEN

Required output
----------------
Girls Technology 484 hoover in workshop
490 Fault on lights
Tillitson Pavillion 427 Please fit new locks to cupboards
58 rendering
309 Please attend to washer
420 Please re-fit old handrail
300 REPAIR WASHING Mc DOORDOOR HINGE BROKEN

Here the value at Location column gets repeated and we want to merge it one cell.

Thanks in advance,
Arunagiri
AnswerRe: ASP.NET web controls - Data grid - Issue Pin
sathish s20-Apr-06 3:14
sathish s20-Apr-06 3:14 
Questionreading directory contents....? (urgent please) Pin
shah zad20-Apr-06 1:21
shah zad20-Apr-06 1:21 
AnswerRe: reading directory contents....? (urgent please) Pin
Naveed Kamboh20-Apr-06 1:37
Naveed Kamboh20-Apr-06 1:37 
QuestionPlease Help Pin
mahmoud mohammed20-Apr-06 1:12
mahmoud mohammed20-Apr-06 1:12 
AnswerRe: Please Help Pin
chakkara200320-Apr-06 1:24
chakkara200320-Apr-06 1:24 
AnswerRe: Please Help Pin
benqazou20-Apr-06 1:28
benqazou20-Apr-06 1:28 
AnswerRe: Please Help Pin
J4amieC20-Apr-06 1:55
J4amieC20-Apr-06 1:55 
Questionrediobutton Pin
ptvce20-Apr-06 0:58
ptvce20-Apr-06 0:58 
AnswerRe: rediobutton Pin
chakkara200320-Apr-06 1:08
chakkara200320-Apr-06 1:08 
AnswerRe: rediobutton Pin
benqazou20-Apr-06 1:21
benqazou20-Apr-06 1:21 
GeneralRe: rediobutton Pin
ptvce20-Apr-06 3:22
ptvce20-Apr-06 3:22 
Questionhi all Pin
chakkara200320-Apr-06 0:29
chakkara200320-Apr-06 0:29 
AnswerRe: hi all Pin
Mike Ellison20-Apr-06 2:45
Mike Ellison20-Apr-06 2:45 
QuestionAdvice on "Friendly Urls" Pin
Alsvha20-Apr-06 0:24
Alsvha20-Apr-06 0:24 
AnswerRe: Advice on "Friendly Urls" Pin
J4amieC20-Apr-06 0:28
J4amieC20-Apr-06 0:28 
Questionforms authentication Pin
ritu432120-Apr-06 0:15
ritu432120-Apr-06 0:15 
AnswerRe: forms authentication Pin
Mike Ellison20-Apr-06 2:40
Mike Ellison20-Apr-06 2:40 

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.