Click here to Skip to main content
15,896,201 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAjax AutoComplete with On Hover Pin
Krishnamenon24-Jul-07 5:34
Krishnamenon24-Jul-07 5:34 
AnswerRe: Ajax AutoComplete with On Hover Pin
sathesh pandian24-Jul-07 6:08
sathesh pandian24-Jul-07 6:08 
GeneralRe: Ajax AutoComplete with On Hover Pin
Krishnamenon24-Jul-07 10:21
Krishnamenon24-Jul-07 10:21 
QuestionHow to prompt the parameters of Crystal Report .NET using C # ? Pin
Fabu197124-Jul-07 5:11
Fabu197124-Jul-07 5:11 
AnswerRe: How to prompt the parameters of Crystal Report .NET using C # ? Pin
Paul Conrad24-Jul-07 6:09
professionalPaul Conrad24-Jul-07 6:09 
GeneralRe: How to prompt the parameters of Crystal Report .NET using C # ? Pin
Fabu197124-Jul-07 8:02
Fabu197124-Jul-07 8:02 
GeneralRe: How to prompt the parameters of Crystal Report .NET using C # ? Pin
Fabu197126-Jul-07 3:30
Fabu197126-Jul-07 3:30 
QuestionLooping an asp:TableRow Pin
JacquesDP24-Jul-07 4:53
JacquesDP24-Jul-07 4:53 
Hi all,

I used the following code when the page used normal html tables, now that I changed it to asp tables it is no longer valid, how can I loop that row using asp table?

<%for (int i = 0; i << MenuItems.Tables[0].Rows.Count; i++)
{
%>
<asp:TableRow style="height:26px">
<asp:TableCell style="background-image:url(<%=navigationImage %>); text-align:center; vertical-align:middle"><a href="<%=MenuItems.Tables[0].Rows[i]["menu_url"].ToString() %>"><%=MenuItems.Tables[0].Rows[i]["menu_text"].ToString() >></a>
</asp:TableCell>
</asp:TableRow>
<%
}
%>


thanks in advance

No matter how long he who laughs last laughs, he who laughs first has a head start!

AnswerRe: Looping an asp:TableRow Pin
Blue_Boy24-Jul-07 5:21
Blue_Boy24-Jul-07 5:21 
GeneralRe: Looping an asp:TableRow Pin
JacquesDP24-Jul-07 5:36
JacquesDP24-Jul-07 5:36 
GeneralRe: Looping an asp:TableRow Pin
Blue_Boy24-Jul-07 20:40
Blue_Boy24-Jul-07 20:40 
GeneralRe: Looping an asp:TableRow Pin
JacquesDP24-Jul-07 21:16
JacquesDP24-Jul-07 21:16 
QuestionASP.NET 2.0 vs ASP.NET 1.1 Pin
adilkazmi24-Jul-07 4:50
adilkazmi24-Jul-07 4:50 
AnswerRe: ASP.NET 2.0 vs ASP.NET 1.1 Pin
Blue_Boy24-Jul-07 5:01
Blue_Boy24-Jul-07 5:01 
GeneralRe: ASP.NET 2.0 vs ASP.NET 1.1 Pin
JacquesDP24-Jul-07 5:04
JacquesDP24-Jul-07 5:04 
GeneralRe: ASP.NET 2.0 vs ASP.NET 1.1 Pin
Blue_Boy24-Jul-07 5:16
Blue_Boy24-Jul-07 5:16 
AnswerRe: ASP.NET 2.0 vs ASP.NET 1.1 Pin
J4amieC24-Jul-07 5:24
J4amieC24-Jul-07 5:24 
QuestionMaster Page and Session null pointer on page load Pin
Alberto Bar-Noy24-Jul-07 4:43
Alberto Bar-Noy24-Jul-07 4:43 
AnswerRe: Master Page and Session null pointer on page load Pin
dekart_roo24-Jul-07 4:54
dekart_roo24-Jul-07 4:54 
QuestionRe: Master Page and Session null pointer on page load Pin
JacquesDP24-Jul-07 5:03
JacquesDP24-Jul-07 5:03 
AnswerRe: Master Page and Session null pointer on page load Pin
Paddy Boyd24-Jul-07 5:04
Paddy Boyd24-Jul-07 5:04 
GeneralRe: Master Page and Session null pointer on page load Pin
JacquesDP24-Jul-07 5:07
JacquesDP24-Jul-07 5:07 
GeneralRe: Master Page and Session null pointer on page load Pin
doWhileSomething24-Jul-07 15:13
doWhileSomething24-Jul-07 15:13 
AnswerRe: Master Page and Session null pointer on page load Pin
JacquesDP24-Jul-07 4:59
JacquesDP24-Jul-07 4:59 
QuestionDockable window in asp.net Pin
sandeep kumar pundhir24-Jul-07 4:23
sandeep kumar pundhir24-Jul-07 4:23 

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.