Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 15th, 2006, 05:54 AM
Registered User
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to countdown
Default reloading user controls

Hi
I build a web application with a table. In each cell of the table i needed a button with different attributes. Becouse a table dousn't support buttons I used hypertext which reloaded the page with some parameters, like this:
str = str+ "<a href=\"webform1.aspx?op=delete&id=";
str = str+ ds.Tables[0].Rows[i].ItemArray[0] + "\"title=\"delete\">Delete</a>";}

This worked perfectly until I found out that I need to do a user control. Now I don't know if I can reload the control in a similar manner.
I hoped I expained my problem good enough
Tnx for any help






Similar Threads
Thread Thread Starter Forum Replies Last Post
User controls' content: Chapter 2 User Controls AGS BOOK: Professional ASP.NET 2.0 Server Control and Component Development ISBN: 978-0-471-79350-2 10 July 26th, 2007 05:36 AM
User Controls Lofa ASP.NET 1.0 and 1.1 Basics 2 February 13th, 2006 01:04 PM
User Controls Duncan Pro VB.NET 2002/2003 1 October 27th, 2003 12:51 PM
User Controls raZZa VS.NET 2002/2003 3 July 30th, 2003 07:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.