CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > windows_hosting.hosting_open_forum Tags:
Item Type: NewsGroup Date Entered: 11/7/2003 11:49:37 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 45 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
eric1500
Asp.Net User
Accessing Control Properties from another form11/7/2003 11:49:37 AM

0/0

Help.

Is it possible to access a control's property on one form from another form?


Here's what's going on:

I'm running the Infragistics UltraWebTab control. I have one tab pointed to a url Welcome.aspx (a simple aspx page in my application with a begin button). When I click the begin button, I would like the control (UltraWebTab) which lives on the main aspx form to change to selected tab index 2.

Problem:

I can't see the UltraWebTab control from my Welcome.aspx page. So is there anyway to access a controls property from another form.

Thanks
russnem
Asp.Net User
Re: Accessing Control Properties from another form11/8/2003 6:41:12 PM

0/0

There is no way to directly access the control, but you might consider indirectly doing it by using client side javascript to set the URL on the main page to something that would allow you to set that second tab. For example:

window.opener.location.href = window.opener.location.href + '?tab=2';

Would that help?
rythm
Asp.Net User
Re: Accessing Control Properties from another form11/10/2003 5:26:18 PM

0/0

If both pages are in the same namespace or if you can refer to the namepace and call the class for the specific page you might be able to do it.
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Mastering Microsoft Office 2003 for Business Professionals Authors: Gini Courter, Annette Marquis, Pages: 720, Published: 2004
Microsoft Office Access 2003: The Complete Reference Authors: Virginia Andersen, Pages: 719, Published: 2003
Access 2003 Bible Authors: Cary N. Prague, Michael R. Irwin, Jennifer Reardon, Pages: 1464, Published: 2003
Programming Microsoft Visual Basic .Net for Microsoft Access Databases Authors: Rick Dobson, Pages: 500, Published: 2003
Beginning JavaScript Authors: Paul Wilton, Pages: 1056, Published: 2000
Special Edition Using Microsoft Access 2002: Special Edition Authors: Roger Jennings, Pages: 1458, Published: 2001
Microsoft Office Access 2007: The Complete Reference Authors: Virginia Andersen, Pages: 775, Published: 2007
Access 2007: The Missing Manual Authors: Matthew MacDonald, Pages: 734, Published: 2006
Access 2007 Bible Authors: Michael R. Groh, Joseph C. Stockman, Cary N. Prague, Gavin Powell, Jennifer Reardon, Michael R. Irwin, Pages: 1356, Published: 2007
Fixing Access Annoyances: How to Fix the Most Annoying Things about Your Favorite Database Authors: Phil Mitchell, Evan Callahan, Pages: 357, Published: 2005

Web:
How to access control properties from another Form How to access control properties from another Form. microsoft.public.dotnet. framework.windowsforms. Author. 7 Feb 2005 5:26 AM. Andrew Diabo ...
Best way to access a control on another form in c#? - Stack Overflow Is there a "better" way to access controls on another form? ... Instead of making the control public, you can create a property controlling its visibility: ...
Create a control that references a control on another form ... Microsoft Office Access ... Create a control that references a control on another form ... Set the Control Source property using the following syntax: ...
Accessing properties of Controls in another Form - .NET C# Accessing properties of Controls in another Form. ... How do I access the properties of a control (label1) in Form1 from Form2? ...
How do I change the properties of controls on another form? Q. In C#, I need to change the properties of controls on another form. ... Now, when Form2 needs access to the control in Form1, it can access it directly, ...
Accessing Control values of One form in Another - ASP.NET Forums You want to access control's value to another form. .... the ‘PreviousPage’ property to reference the data of the control in the first page. ...
In C#, how can I change the properties of controls on another form? In C#, I need to change the properties of controls on another form. ... Now, when Form 2 needs access to the control in Form 1, it can access it directly, ...
.NET Questions - How to Access Control of one form another in ... How to Access Control of one form another in VS2005 C# ... You can make properties that expose the controls you need. ...
Move Form Control to another Section : Microsoft, Access, 2003 Can I simply move controls from one section to another? How? ..... With each sample control in turn: -- set the properties of the Form. ...
Third Of Five - just another voice in the Collective : Changing ... re: Changing Default Control and Form/Report Settings ... I have Access 2003. When you open a form in design view, the property sheet title says "Form" and ...

Videos:
Access 2000 (03) Advanced The Access 2000 (03) Advanced is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based information technology course ti...
Access 2000 (03) Advanced The Access 2000 (03) Advanced is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based information technology course ti...
Access 2000 (03) Advanced The Access 2000 (03) Advanced is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based information technology course ti...
Marilyn Monroe Defenders Mark, Jen & Christie "STAND UP" http://www.blogger.com/profile/14106389290483035531 and http://christiexsullengirlx.blogspot.com/ A video piece I made to chronicle the efforts and f...
Access 2000 (03) Advanced The Access 2000 (03) Advanced is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based information technology course ti...
Access 2000 (03) Advanced The Access 2000 (03) Advanced is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based information technology course ti...
Access 2000 (03) Advanced The Access 2000 (03) Advanced is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based information technology course ti...
Access 2000 (03) Advanced The Access 2000 (03) Advanced is part of KeyStone Learning Systems library of more than 1,200 CD-ROM and video-based information technology course ti...
Eben Moglen - From the birth of printing to industrial culture; the root of copyright Even before the birth of copyright laws in the strict sense, there already existed systems for the control over information reproduction which gave t...
الجهاد PLEASE READ VERY CAREFULLY THESE TERMS AND CONDITIONS AND THE PROGRAM FREQUENTLY ASKED QUESTIONS LOCATED ON THE PROGRAM WEBSITE AT https://upload.vi...




Search This Site:










complete newbie looking for help!

checking if membership has expired

create barcodes

troubleshooting forms authentication with active directory

should a button click cause a page_load event?

disadvantages of using eval

vancouver host

when to use new

elearning

what does "http/1.1 500 internal server error" mean?

trying to create the stored procedures for milestones module

is this possible with a master page?

multi level tabs

error on sample from beta.asp.net

setting page variable for time app is open

how to extend formsidentity ?

server application unavailable

gcndotnet

asp .net / c# : multi-user chat system - how can i tell when all users have logged in?

publishing web controls dynamically

unable: vwd.b2 to create memeber/roles with sql.ex.b2/ & web.config nothings too...

connecting to access database

hiding extension types

customizing control types for tags

some difficulties

redirection after login

dnn 3.2.1 uploaded container does not appear in the container menu of a module

asp.net/vb vs vb.net

printer window css

what are the stages that happen when a page loads?

 
All Times Are GMT