Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional 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 April 13th, 2004, 10:01 AM
Registered User
 
Join Date: Apr 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hosting control in IE

We are creating a windows control libarary application and hosting it in IE.It works finr.This app has some textfields in it.When I am trying to add a menu to this usercontrol, I could't.It seems like we can add the mainmenu only to the Form application.

Is there any way that I can webenable the menu..?.Basically I want to web enable a typical form application..?

Appreciate your response..
 
Old April 13th, 2004, 02:51 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You are trying to add a windows forms menu to a web form? There is no way to do this. The menu controls are for windows forms only. You'll have to create your own menu with HTML and standard web controls. There are also lots of premade menus that you could add.
 
Old April 14th, 2004, 11:23 AM
Registered User
 
Join Date: Apr 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by planoie
 You are trying to add a windows forms menu to a web form? There is no way to do this. The menu controls are for windows forms only. You'll have to create your own menu with HTML and standard web controls. There are also lots of premade menus that you could add.
 
Old April 14th, 2004, 11:32 AM
Registered User
 
Join Date: Apr 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default


Thanks for the reply.What we are tring to do is we are creating user control which is extending from usercontrol class and adding standard controls like textbox and button in it and hosting it in IE.I am calling this DLL in the html using <OBJECT> tag.For example adding a tag as following

<object id="HelloWorldControl1" classid="http:HelloWorldControl.dll#HelloWorldCont rol.HelloWorldCtl" height="500" width="500" VIEWASTEXT>

Let us assume this HelloWorldControl has some textboxes and buttons in it..I want add a menu bar to this HelloWorldControl.But here we can add menus only to windows forms.I need some mechanism by which we need add menu to this helloworld ..

In short I want something which is equivalent to an applet
Appreciate your reply ..


 
Old December 13th, 2005, 08:40 AM
Registered User
 
Join Date: Apr 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi I am having some problem in using datagrid control.ie i am not able to bind data to the grid

plz give me suggestion

regards
prabakar






Similar Threads
Thread Thread Starter Forum Replies Last Post
hosting problem navbingo20 ASP.NET 2.0 Basics 1 June 22nd, 2008 10:50 AM
hosting asp to go Forum and Wrox.com Feedback 0 April 8th, 2008 01:38 PM
hosting question carrie26 MySQL 1 October 24th, 2006 05:36 PM
Hosting mani_he PHP Databases 4 December 14th, 2004 02:27 PM
Web Hosting dipesh .NET Web Services 0 September 8th, 2003 03:22 AM





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