Click here to Skip to main content
15,907,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Web User Control in Content page - Urgent; PLease help Pin
T M Gray17-Mar-10 5:35
T M Gray17-Mar-10 5:35 
GeneralRe: Web User Control in Content page - Urgent; PLease help Pin
Ersan Ercek17-Mar-10 10:51
Ersan Ercek17-Mar-10 10:51 
GeneralRe: Web User Control in Content page - Urgent; PLease help Pin
T M Gray17-Mar-10 11:45
T M Gray17-Mar-10 11:45 
QuestionRowspan in html table according to the record from DB.... Pin
<<Tash18>>17-Mar-10 1:30
<<Tash18>>17-Mar-10 1:30 
AnswerRe: Rowspan in html table according to the record from DB.... Pin
Brij17-Mar-10 2:07
mentorBrij17-Mar-10 2:07 
GeneralRe: Rowspan in html table according to the record from DB.... Pin
<<Tash18>>17-Mar-10 2:14
<<Tash18>>17-Mar-10 2:14 
GeneralRe: Rowspan in html table according to the record from DB.... Pin
Brij17-Mar-10 2:25
mentorBrij17-Mar-10 2:25 
AnswerRe: Rowspan in html table according to the record from DB.... Pin
Member 450194017-Mar-10 2:27
Member 450194017-Mar-10 2:27 
The requirement is simply using 'control break logic'. Search for it.
Note that the sort order of the recordset is important.

Read the first record. Save the 'control break' (userid?, can be more than 1 value).
Write_All_Cells.

For every record after that...
Read.
If value same as saved 'control break' then
Write_Some_Cells (one td has a column span = n)
else
replace control break value
Write_All_Cells
AnswerRe: Rowspan in html table according to the record from DB.... Pin
<<Tash18>>17-Mar-10 2:51
<<Tash18>>17-Mar-10 2:51 
GeneralRe: Rowspan in html table according to the record from DB.... Pin
Member 450194017-Mar-10 3:01
Member 450194017-Mar-10 3:01 
GeneralRe: Rowspan in html table according to the record from DB.... Pin
<<Tash18>>17-Mar-10 19:32
<<Tash18>>17-Mar-10 19:32 
AnswerRe: Rowspan in html table according to the record from DB.... Pin
Member 450194018-Mar-10 4:39
Member 450194018-Mar-10 4:39 
GeneralRe: Rowspan in html table according to the record from DB.... Pin
<<Tash18>>19-Mar-10 20:03
<<Tash18>>19-Mar-10 20:03 
AnswerRe: Rowspan in html table according to the record from DB.... Pin
<<Tash18>>19-Mar-10 21:10
<<Tash18>>19-Mar-10 21:10 
Questionhow to give access to pages and for controls in asp.net2.0 with c# Pin
developerit17-Mar-10 1:19
developerit17-Mar-10 1:19 
AnswerRe: how to give access to pages and for controls in asp.net2.0 with c# Pin
Brij17-Mar-10 1:59
mentorBrij17-Mar-10 1:59 
GeneralRe: how to give access to pages and for controls in asp.net2.0 with c# Pin
developerit17-Mar-10 21:21
developerit17-Mar-10 21:21 
AnswerRe: how to give access to pages and for controls in asp.net2.0 with c# Pin
Abhijit Jana17-Mar-10 23:04
professionalAbhijit Jana17-Mar-10 23:04 
Questionhow to save image in database using asp.net with c# and display in image control Pin
developerit17-Mar-10 0:15
developerit17-Mar-10 0:15 
AnswerRe: how to save image in database using asp.net with c# and display in image control Pin
Abhijit Jana17-Mar-10 0:29
professionalAbhijit Jana17-Mar-10 0:29 
GeneralRe: how to save image in database using asp.net with c# and display in image control Pin
m@dhu17-Mar-10 0:32
m@dhu17-Mar-10 0:32 
GeneralRe: how to save image in database using asp.net with c# and display in image control Pin
Abhijit Jana17-Mar-10 0:41
professionalAbhijit Jana17-Mar-10 0:41 
AnswerRe: how to save image in database using asp.net with c# and display in image control Pin
m@dhu17-Mar-10 0:30
m@dhu17-Mar-10 0:30 
AnswerRe: how to save image in database using asp.net with c# and display in image control Pin
R. Giskard Reventlov17-Mar-10 0:31
R. Giskard Reventlov17-Mar-10 0:31 
AnswerRe: how to save image in database using asp.net with c# and display in image control Pin
Brij17-Mar-10 0:33
mentorBrij17-Mar-10 0:33 

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.