I have a website and I,m using a skin and a cascading style sheet and a vriety of master pages and it works fine in localhost
when i use a log ing with session and create a global.asax and update the webconfig all the images and themes don't appear in any of my pages
can any one help am l missing something
sorry i'm new to asp.net
User Profile
Collapse
-
Global.asax and theme problem
-
--------------------------
Hi Firnny
you know i have read lots of articles talking about session I'll try your code coze the code i have solves some problems not all of them
thanks... -
pew! Finally i found it instead of declaring StockArray as public or dim declare it as shared
thanks Chan and Sammy for your time and effort :)
here is the code
...Code:Shared StockArray As New ArrayList '***********************************************************' Public Sub Update_Group(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.ClickLeave a comment:
-
Hello every body
can any one help me with this issue i waste lots of time on it but still could not find the right sullotion any ideas :) !
regardsLeave a comment:
-
*************** ********
Hello channaJ,
I did exactly what you siad but declaring StockArray as an ArrayList inside the page_load makes StockArray undeclared to other subs inside the page calss
as you siad when not post back the array contents will be empty ,i checked that by printing the array count (StockArray.Cou nt) and the result is zero :(
what should i do i need the array to save pervious...Leave a comment:
-
thanks alot SammyB but this is exactly my problem the buttons ommit each other changes
and YES channaJ i'm using a web application i'm interested in your sollution
but shall I declare StockArray only once in the page_load ? because when I did the buttons could not see StockArray declaration!
and it force me to replace
...Code:If (Not IsPostBack) Then Public StockArray as new ArrayList
Leave a comment:
-
Problem with ArrayList
I have an arraylist and i define it as public variable
Public StockArray As New ArrayList
inside button1_click body
i append new elements in that Stockarray
by
dim stockobj as new stock // stock is a class
StockArray.Add( stockobj)
when i print any element of Stockarray within button1 body it works fine
but when i call the stockArray in a another... -
linking dll file to my web page
Hello
I've got a liberary from the web to generate Financial charting.
my idea is the site users will choose the type of the chart, color, X axis values,... etc
the problem is I don't know how to use the methods and functions in that liberary. the only thing that i know is to add a referancve to the dll file in my project
how can i invoke a specific method? does Reflection classes do the...
No activity results to display
Show More
Leave a comment: