Re: [DOTNET] LinkButton

2002-04-17 Thread S. Putinelu
Hi, I think what you need is something like this: This way, you can make the connection between CategoryName and LinkName using the LinkButton. Hope this will help you! S.Putinelu On Mon, 15 Apr 2002 14:18:32 +0100, Ricardo Figueira <[EMAIL PROTECTED]> wrote: >Friends, > >Sorry, bu

Re: [DOTNET] LinkButton

2002-04-15 Thread Ricardo Figueira
Friends, Sorry, but my last email is more or less confusing some people :P the only think i want to know is this : With that code, if you run it it will work just fine (sqlserver), i want to associeted the number link (control) to some links , like, first link redirect to "path\index.aspx?

[DOTNET] LinkButton

2002-04-12 Thread Ricardo Figueira
Friends, I need some help :P See this : <%@ Import Namespace="System.Data.SqlClient" %> Sub Page_Load If Not IsPostBack Then Dim conNorthwind As SqlConnection Dim cmdSelect As SqlCommand Dim dtrCategories As SqlDataReader conNorthwind = New SqlConnection( "Server=localhos