Click here to Skip to main content
15,892,643 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Measuring Download Bandwidth Pin
Bernhard Hiller13-Mar-12 1:51
Bernhard Hiller13-Mar-12 1:51 
GeneralRe: Measuring Download Bandwidth Pin
Majid Shahabfar13-Mar-12 5:06
Majid Shahabfar13-Mar-12 5:06 
AnswerRe: Measuring Download Bandwidth Pin
satalaj21-Mar-12 6:50
satalaj21-Mar-12 6:50 
GeneralRe: Measuring Download Bandwidth Pin
Majid Shahabfar21-Mar-12 9:08
Majid Shahabfar21-Mar-12 9:08 
Questionbest way of showing single record Pin
Hanzaplast12-Mar-12 5:14
Hanzaplast12-Mar-12 5:14 
AnswerRe: best way of showing single record Pin
R. Giskard Reventlov12-Mar-12 5:51
R. Giskard Reventlov12-Mar-12 5:51 
AnswerRe: best way of showing single record Pin
ZurdoDev16-Mar-12 8:20
professionalZurdoDev16-Mar-12 8:20 
GeneralRe: best way of showing single record Pin
Hanzaplast16-Mar-12 22:42
Hanzaplast16-Mar-12 22:42 
ye, i know... i need to develop master page for portal that has content like this:


////////////////////////////
//div
//
//Check our latest product!
////////////////////////////

////////////////////////////
//div
//
//Pool: What do you think?
//1.
//2.
//3.
////////////////////////////

////////////////////////////
//div
//
//TOP 1 video
////////////////////////////


////////////////////////////
//div
//
//Latest client activites
////////////////////////////

...many more

so i have plenty of "single record" DataSources (queries like "select something from myTable where id=1")

the way i did this is:

////////////////////////////
//div
//
//<asp:repeater datasourceid="productSds">
////////////////////////////

////////////////////////////
//div
//
//<asp:repeater datasourceid="poolSds">
////////////////////////////

////////////////////////////
//div
//
//<asp:repeater datasourceid="videoSds">
////////////////////////////

////////////////////////////
//div
//
//<asp:repeater datasourceid="activitiesSds">
////////////////////////////

but using x repeaters for x "single record" DataSoruces feels wrong. so i am just wondering is this approach ok?
GeneralRe: best way of showing single record Pin
ZurdoDev19-Mar-12 1:56
professionalZurdoDev19-Mar-12 1:56 
QuestionA problem with creating an <code>AutoCompleteExtender</code> Pin
Ali Al Omairi(Abu AlHassan)12-Mar-12 1:29
professionalAli Al Omairi(Abu AlHassan)12-Mar-12 1:29 
QuestionOnline chat/Customer service Pin
mrkeivan12-Mar-12 1:08
mrkeivan12-Mar-12 1:08 
QuestionCreating a Wizard and managing the data across the different screens Pin
AB777112-Mar-12 0:42
AB777112-Mar-12 0:42 
AnswerRe: Creating a Wizard and managing the data across the different screens Pin
Joshua Omundson12-Mar-12 7:19
Joshua Omundson12-Mar-12 7:19 
QuestionJQuery Custom Control Pin
Jaison Peter11-Mar-12 23:18
Jaison Peter11-Mar-12 23:18 
AnswerRe: JQuery Custom Control Pin
Jaison Peter12-Mar-12 20:57
Jaison Peter12-Mar-12 20:57 
Questionplease help me in gridview Pin
nada4yemen10-Mar-12 22:40
nada4yemen10-Mar-12 22:40 
AnswerRe: please help me in gridview Pin
MaulikDusara11-Mar-12 17:54
MaulikDusara11-Mar-12 17:54 
AnswerRe: please help me in gridview Pin
Prasad_Kulkarni13-Mar-12 1:32
Prasad_Kulkarni13-Mar-12 1:32 
SuggestionHow to retrieve data from .txt file to sql server Pin
sravan11079-Mar-12 4:44
sravan11079-Mar-12 4:44 
GeneralRe: How to retrieve data from .txt file to sql server Pin
Blue_Boy9-Mar-12 4:50
Blue_Boy9-Mar-12 4:50 
GeneralRe: How to retrieve data from .txt file to sql server Pin
MaulikDusara11-Mar-12 17:59
MaulikDusara11-Mar-12 17:59 
GeneralRe: How to retrieve data from .txt file to sql server Pin
V.15-Mar-12 23:26
professionalV.15-Mar-12 23:26 
Questionhow to use Group by in RDLC Reporting( Group by Date) Pin
zainknoman9-Mar-12 1:06
zainknoman9-Mar-12 1:06 
AnswerRe: how to use Group by in RDLC Reporting( Group by Date) Pin
Blue_Boy9-Mar-12 4:38
Blue_Boy9-Mar-12 4:38 
QuestionCSS through Code behind Pin
Jaison Peter8-Mar-12 22:57
Jaison Peter8-Mar-12 22:57 

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.