Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - How to use Register in a Web Application

 
Thread Tools Search this Thread
Old 08-08-2007, 01:53 PM   #1
Default How to use Register in a Web Application


Hello,

My project is a web application, I want to use register to add a custom
control from the same assembly in a control,
something like:

<%@ Control Language="c#" AutoEventWireup="false"
Codebehind="Products2.ascx.cs" Inherits="WTPageModules.Products2" %>
<%@ Register TagPrefix="pprod"
Namespace="MyNamspace.ECommerce.UI.WebControls"
Assembly="MyAssembly.ECommerce" %>

MyAssembly.ECommerce is the assembly name for my Controls.

But it doesn't seems to work, may be should I use a different syntaxe when
the control is in the same assembly ?

Thanks for help.

CS



WT
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
standalone .net application jass Software 1 04-02-2009 03:11 AM
How to open Web Application pages (ASPX) in Windows application. arameshmca Software 1 02-07-2008 03:18 AM
Server Error in '/Forms' Application. AxleWack General Help Related Topics 0 10-11-2007 01:47 PM
Writing Register code in vhdl amirster Hardware 2 06-11-2007 03:22 PM
DVD Register Beta Testers Needed Tom Orlofsky DVD Video 1 12-22-2003 02:21 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46