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

ASP.NET

 
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 
AnswerRe: Group Header in GridView Pin
Chetan Ranpariya31-May-07 21:09
Chetan Ranpariya31-May-07 21:09 
Hi,

I u want to create a single header which spans for more than one columns then you can use the following approach.

After binding your gridview to the datasource you can set columnspan for the cells in the headerrow.

gv.HeaderRow.Cells[0].ColumnSpan = 2;
gv.HeaderRow.Cells[1].Visible = false;

I hope this will help u.

Thanks and Regards,
Chetan Ranpariya

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 
AnswerRe: can anyone explain clearly whether ASP.net is platform independent or not? Pin
Expert Coming31-May-07 19:42
Expert Coming31-May-07 19:42 

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.