Click here to Skip to main content
15,922,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: user control properties Pin
Mircea Grelus24-Oct-06 11:13
Mircea Grelus24-Oct-06 11:13 
GeneralRe: user control properties Pin
greekius24-Oct-06 11:20
greekius24-Oct-06 11:20 
GeneralRe: user control properties Pin
Mircea Grelus24-Oct-06 11:25
Mircea Grelus24-Oct-06 11:25 
GeneralRe: user control properties Pin
ednrgc25-Oct-06 6:09
ednrgc25-Oct-06 6:09 
Questionjavascript debugging Pin
krishna_mag24-Oct-06 5:23
krishna_mag24-Oct-06 5:23 
AnswerRe: javascript debugging Pin
thomas_joyee25-Oct-06 3:05
thomas_joyee25-Oct-06 3:05 
AnswerRe: javascript debugging Pin
ednrgc25-Oct-06 8:46
ednrgc25-Oct-06 8:46 
QuestionHi urgent plz, give an suggestion plzzzzzzzz [modified] Pin
Exelioindia24-Oct-06 4:13
Exelioindia24-Oct-06 4:13 
hi,


I am using webpartserver and webpartcontent to display contents from the database.
I wrote coding as :



<asp:WebPartManager ID="WebPartManager1" runat="server"> </asp:WebPartManager> <br />

<asp:WebPartZone ID="SidebarZone" runat="server"> <zonetemplate>

<%For k = 0 To dt.Rows.Count - 1%>
<% If dt.Rows(k)("functional_source") = "calender" Then%>
<asp:placeholder ID="placeholder1" runat="Server" > </asp:placeholder> <%else%>
<% listideas(dt.Rows(k)("data_source"))%>
<asp:label id="lbl"_dt.Rows(k)("functional_name") runat="server"> <%=vals%></asp:label> <%End If%>
<%next%>

</zonetemplate> </asp:WebPartZone>
 
"



While running this code, the for loop run's only one time. I want to create more label's depending on the rows in data base. How to do this. Plz it's little urgent. Suggest me an idea or an example to solve this issue. Note: With out lable control i cant able to display anything, so label is important, i think so but not sure.

Thanks in advance

Bye










-- modified at 10:18 Tuesday 24th October, 2006

Know is Drop, Unknown is Ocean

AnswerRe: Hi urgent plz, give an suggestion plzzzzzzzz Pin
ednrgc24-Oct-06 4:19
ednrgc24-Oct-06 4:19 
GeneralRe: Hi urgent plz, give an suggestion plzzzzzzzz Pin
Exelioindia24-Oct-06 4:23
Exelioindia24-Oct-06 4:23 
GeneralRe: Hi urgent plz, give an suggestion plzzzzzzzz Pin
ednrgc25-Oct-06 6:13
ednrgc25-Oct-06 6:13 
GeneralRe: Hi urgent plz, give an suggestion plzzzzzzzz Pin
Exelioindia25-Oct-06 18:51
Exelioindia25-Oct-06 18:51 
Questionaspx Window close Pin
greekius24-Oct-06 3:36
greekius24-Oct-06 3:36 
AnswerRe: aspx Window close Pin
Jim Conigliaro24-Oct-06 4:33
Jim Conigliaro24-Oct-06 4:33 
AnswerRe: aspx Window close answer to this Pin
JustmeNick24-Oct-06 8:17
JustmeNick24-Oct-06 8:17 
QuestionDropdownlist values Pin
nour12324-Oct-06 3:14
nour12324-Oct-06 3:14 
AnswerRe: Dropdownlist values: answer Pin
JustmeNick24-Oct-06 8:24
JustmeNick24-Oct-06 8:24 
QuestionASP.NET website not allowing me to add User Control :-( Pin
Guy Harwood24-Oct-06 3:11
Guy Harwood24-Oct-06 3:11 
Answer**FIXED***Re: ASP.NET website not allowing me to add User Control :-( Pin
Guy Harwood24-Oct-06 3:51
Guy Harwood24-Oct-06 3:51 
Questiongridview paging 2005 VB Pin
sukhchain singh24-Oct-06 2:55
sukhchain singh24-Oct-06 2:55 
AnswerRe: gridview paging 2005 VB Pin
Sathesh Sakthivel24-Oct-06 3:06
Sathesh Sakthivel24-Oct-06 3:06 
Questionrecord locking in asp.net(vb.net) Pin
sukhchain singh24-Oct-06 2:51
sukhchain singh24-Oct-06 2:51 
AnswerRe: record locking in asp.net(vb.net) Pin
ednrgc24-Oct-06 3:14
ednrgc24-Oct-06 3:14 
QuestionMeta data search Pin
sohne24-Oct-06 2:46
sohne24-Oct-06 2:46 
AnswerRe: Meta data search Pin
ednrgc24-Oct-06 3:16
ednrgc24-Oct-06 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.