Ask a Question related to ASP.NET General, Design and Development.
-
Leon Shaw #1
sharing variables
I'm developing a user control which contain a web control label, in which I
want to share this label with other web forms the user control will be used.
How do I accomplish this mission?
Example: (for better understanding)
user control page (code behind VB)
public title as string
private sub page load....
Label1.text = title
web form page (code behind VB)
dim title as string
private sub page load....
title = "test"
what I'm doing wrong? How do I accomplish this mission? Please help! Thanks!
Leon Shaw Guest
-
#39833 [NEW]: Session variables overwritten by local variables (register_globals=off)
From: sup1382 at accedo dot es Operating system: OpenBSD 3.9 PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Mason sharing variables, rookie alert :)
I have 2 components. One builds a hash. the next needs to read it. ex: "A" module <%share> my %hash = ( 'dogs' => 'ok' ,'cats'=>'maybe');... -
Sharing SESSION/CLIENT variables across applications
Yeah, there are several application variables that have the same name between applications. So basically the only way to do it, while keeping... -
Replacing code based on static variables to variable variables.
Can anyone give me some help or tips in converting this code to take 2 variables that will specify the number of Pack type lines and the number of...



Reply With Quote

