Click here to Skip to main content
15,921,884 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dropdown list content Pin
nareshss1-Jun-07 2:03
nareshss1-Jun-07 2:03 
QuestionUnable to start debugging on the web server. Pin
suveenmohan31-May-07 22:52
suveenmohan31-May-07 22:52 
AnswerRe: Unable to start debugging on the web server. Pin
gauthee1-Jun-07 0:14
gauthee1-Jun-07 0:14 
Questionclear contentplaceholder Pin
kvijayajyothy31-May-07 21:25
kvijayajyothy31-May-07 21:25 
QuestionProblems in Hosting ASP.NET Web application with SQL Server 2000 Pin
Vijay Mesa31-May-07 21:11
Vijay Mesa31-May-07 21:11 
AnswerRe: Problems in Hosting ASP.NET Web application with SQL Server 2000 Pin
Christian Graus31-May-07 22:21
protectorChristian Graus31-May-07 22:21 
QuestionNeed help in Save and Retriving Rich Text Editor Values Pin
varshavmane31-May-07 20:55
varshavmane31-May-07 20:55 
QuestionRe: Group Header in GridView Pin
ha_haseebahmad31-May-07 20:33
ha_haseebahmad31-May-07 20:33 
Hi...

Actually i want to add top columns Group Header...Means create goup header for col1, col2 etc...

Following are the sample code for my GRIDVIEW

<asp:gridview id="gvFinancialStatus" runat="server" autogeneratecolumns="False"
="" width="100%" datakeynames="RACK_ID" allowsorting="True" onsorting="gvFinancialStatus_Sorting">

<columns>

<asp:boundfield datafield="ROW_DESC" sortexpression="ROW_DESC">
<itemstyle width="300px" font-bold="True">
<headerstyle horizontalalign="Center">


<asp:boundfield headertext="Total Budget $" datafield="COL1" sortexpression="COL1">
<itemstyle width="70px" horizontalalign="Right">
<headerstyle horizontalalign="Center">


<asp:boundfield headertext="Actual Todate $" datafield="COL2" sortexpression="COL2">
<itemstyle width="70px" horizontalalign="Right">
<headerstyle horizontalalign="Center">


<asp:boundfield headertext="Accruals $" datafield="COL3" sortexpression="COL3">
<itemstyle width="70px" horizontalalign="Right">
<headerstyle horizontalalign="Center">


<asp:boundfield headertext="Total Todate $" datafield="COL4" sortexpression="COL4">
<itemstyle width="70px" horizontalalign="Right">
<headerstyle horizontalalign="Center">


<asp:boundfield headertext="Earned Value $" datafield="COL5" sortexpression="COL5">
<itemstyle width="70px" horizontalalign="Right">
<headerstyle horizontalalign="Center">


<asp:boundfield headertext="%age of Budget" datafield="COL6" sortexpression="COL6">
<itemstyle width="70px" horizontalalign="Right">
<headerstyle horizontalalign="Center">


<asp:boundfield headertext="Expected At Comp." datafield="COL7" sortexpression="COL7">
<itemstyle width="70px" horizontalalign="Right">
<headerstyle horizontalalign="Center">







Please provide sample code so that i can incooperate in my application

Thanks
AnswerRe: Group Header in GridView Pin
Chetan Ranpariya31-May-07 21:09
Chetan Ranpariya31-May-07 21:09 
QuestionDatagrid drop down list box selected item fire....., Pin
Member 387988131-May-07 20:32
Member 387988131-May-07 20:32 
AnswerRe: Datagrid drop down list box selected item fire....., Pin
HemMagesh31-May-07 20:58
HemMagesh31-May-07 20:58 
Questioncan anybody tell me slow response time of asp.net Pin
ilaxi31-May-07 20:30
ilaxi31-May-07 20:30 
AnswerRe: can anybody tell me slow response time of asp.net Pin
Christian Graus31-May-07 20:32
protectorChristian Graus31-May-07 20:32 
Questiondrop down binding Pin
tauras8131-May-07 20:17
tauras8131-May-07 20:17 
AnswerRe: drop down binding Pin
Christian Graus31-May-07 20:29
protectorChristian Graus31-May-07 20:29 
GeneralRe: drop down binding Pin
tauras811-Jun-07 2:16
tauras811-Jun-07 2:16 
Questionwhile adding row to gridview dynamically, i am getting this error. Pin
mnarayana331-May-07 20:07
mnarayana331-May-07 20:07 
AnswerRe: while adding row to gridview dynamically, i am getting this error. Pin
Christian Graus31-May-07 20:12
protectorChristian Graus31-May-07 20:12 
GeneralRe: while adding row to gridview dynamically, i am getting this error. Pin
mnarayana331-May-07 20:22
mnarayana331-May-07 20:22 
GeneralRe: while adding row to gridview dynamically, i am getting this error. Pin
Christian Graus31-May-07 20:31
protectorChristian Graus31-May-07 20:31 
GeneralRe: while adding row to gridview dynamically, i am getting this error. Pin
mnarayana331-May-07 20:40
mnarayana331-May-07 20:40 
GeneralRe: while adding row to gridview dynamically, i am getting this error. Pin
Christian Graus31-May-07 21:01
protectorChristian Graus31-May-07 21:01 
GeneralRe: while adding row to gridview dynamically, i am getting this error. Pin
mnarayana331-May-07 22:24
mnarayana331-May-07 22:24 
QuestionGroup Header in GridView Pin
ha_haseebahmad31-May-07 19:40
ha_haseebahmad31-May-07 19:40 
AnswerRe: Group Header in GridView Pin
Sathesh Sakthivel31-May-07 19:59
Sathesh Sakthivel31-May-07 19:59 

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.