Click to See Complete Forum and Search --> : Help me


bulgarian388
09-24-2006, 05:48 PM
Hi all, I just started working with .net 2.0 two days ago, transitioning from ASP Classic. Anyway, I am acessing a database (SQL Server 2005) via the Repeater. What I don't know is how to make a counter for each row returned. In ASP Classic I did it like this:

<% i = 0 %>
[While]
<td><% i = i + 1 %></td>
[Loop]

What is the equivalent syntax for .net 2.0

sirpelidor
09-25-2006, 12:54 AM
try this (http://www.asp101.com/articles/john/repeater/default.asp)

p.s: it would be very helpful for other users if you pick a meanful title such as "classic ASP database access to .NET20" instead of "help me"

bulgarian388
09-25-2006, 12:55 PM
Yeah, tired to update the title, but it didn't work for some reason. If I go to the thread it shows the title I changed it to, but looking at it from the list, the old title stays. Idk...

jimwhite
10-04-2006, 05:12 AM
I found an amazing and beautiful website www.updateskills.com. This site has helped me in serveral ways. It has got Interview Questions and Answer and also it has got the information on new technologies and management. Its work visiting and exploring it... few weeks back I came across this site and till today it has improved a lot.. many new sections and features are added sot it is evolving website... Good Luck

Cipher
10-04-2006, 06:41 AM
Can you show us how do you bind to the repeater!!!

abhi_viking
10-04-2006, 08:38 AM
I found an amazing and beautiful website www.updateskills.com. This site has helped me in serveral ways. It has got Interview Questions and Answer and also it has got the information on new technologies and management. Its work visiting and exploring it... few weeks back I came across this site and till today it has improved a lot.. many new sections and features are added sot it is evolving website... Good Luck


amazing site man!!! nice post :)

binu kuri
10-09-2006, 05:35 AM
testing