Click here to Skip to main content
15,917,456 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Add new row to a Datalist Pin
RonRasmussen23-Apr-09 5:20
RonRasmussen23-Apr-09 5:20 
AnswerRe: Add new row to a Datalist Pin
AlexeiXX323-Apr-09 13:22
AlexeiXX323-Apr-09 13:22 
Questionsave image from flash binary data Pin
blacktsinan23-Apr-09 3:41
blacktsinan23-Apr-09 3:41 
AnswerRe: save image from flash binary data Pin
ToddHileHoffer23-Apr-09 4:41
ToddHileHoffer23-Apr-09 4:41 
GeneralRe: save image from flash binary data Pin
blacktsinan23-Apr-09 5:14
blacktsinan23-Apr-09 5:14 
GeneralRe: save image from flash binary data Pin
ToddHileHoffer23-Apr-09 5:32
ToddHileHoffer23-Apr-09 5:32 
QuestionGridview Question Pin
Vimalsoft(Pty) Ltd23-Apr-09 2:42
professionalVimalsoft(Pty) Ltd23-Apr-09 2:42 
AnswerRe: Gridview Question Pin
Nyoti Rukadikar23-Apr-09 3:09
Nyoti Rukadikar23-Apr-09 3:09 
I do not know if the way I am telling is a correct way. But I solved this problem for me like this.

1) Fetch the data from the database into datatable.
2) Create another datatable and add new row to it.
3) Get the "Description" Column and add it as a column to the new table. Get the corresponsing Cycle Template solumn and add to table.
4) Loop throught the table with table.Select() to get all the rows having same description.
5) For each such row, get the cycle template and add it to the same column (Cycle Template which you added previously)

In short, create a dynamic table this way and bind it to grid.

Thanks,
Nyoti
GeneralRe: Gridview Question Pin
Vimalsoft(Pty) Ltd23-Apr-09 3:59
professionalVimalsoft(Pty) Ltd23-Apr-09 3:59 
GeneralRe: Gridview Question Pin
Nyoti Rukadikar23-Apr-09 4:09
Nyoti Rukadikar23-Apr-09 4:09 
GeneralRe: Gridview Question Pin
Vimalsoft(Pty) Ltd23-Apr-09 4:20
professionalVimalsoft(Pty) Ltd23-Apr-09 4:20 
GeneralRe: Gridview Question Pin
Nyoti Rukadikar23-Apr-09 4:28
Nyoti Rukadikar23-Apr-09 4:28 
GeneralRe: Gridview Question Pin
Nyoti Rukadikar23-Apr-09 4:10
Nyoti Rukadikar23-Apr-09 4:10 
GeneralRe: Gridview Question Pin
Vimalsoft(Pty) Ltd23-Apr-09 4:17
professionalVimalsoft(Pty) Ltd23-Apr-09 4:17 
QuestionPage LifeCycle Problem ! Pin
mr_muskurahat23-Apr-09 2:03
mr_muskurahat23-Apr-09 2:03 
QuestionHow to add a master page after the webpages are added to the Project? Pin
Subin Alex23-Apr-09 2:02
Subin Alex23-Apr-09 2:02 
AnswerRe: How to add a master page after the webpages are added to the Project? Pin
DoctorMick23-Apr-09 2:24
DoctorMick23-Apr-09 2:24 
GeneralRe: How to add a master page after the webpages are added to the Project? Pin
Subin Alex23-Apr-09 18:44
Subin Alex23-Apr-09 18:44 
GeneralRe: How to add a master page after the webpages are added to the Project? Pin
DoctorMick24-Apr-09 0:41
DoctorMick24-Apr-09 0:41 
QuestionVery slow postback Pin
Girish48123-Apr-09 1:13
Girish48123-Apr-09 1:13 
AnswerRe: Very slow postback Pin
G. K. Singh23-Apr-09 1:40
G. K. Singh23-Apr-09 1:40 
GeneralRe: Very slow postback Pin
Girish48123-Apr-09 1:44
Girish48123-Apr-09 1:44 
GeneralRe: Very slow postback Pin
DoctorMick23-Apr-09 2:25
DoctorMick23-Apr-09 2:25 
GeneralRe: Very slow postback Pin
Girish48123-Apr-09 2:32
Girish48123-Apr-09 2:32 
GeneralRe: Very slow postback Pin
RonRasmussen23-Apr-09 3:16
RonRasmussen23-Apr-09 3:16 

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.