User Profile

Collapse

Profile Sidebar

Collapse
nadaNuaim
nadaNuaim
Last Activity: Nov 6 '07, 02:36 PM
Joined: Feb 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nadaNuaim
    started a topic Global.asax and theme problem
    in C

    Global.asax and theme problem

    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
    See more | Go to post

  • nadaNuaim
    replied to Problem with ArrayList
    in .NET
    --------------------------

    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...
    See more | Go to post

    Leave a comment:


  • nadaNuaim
    replied to Problem with ArrayList
    in .NET
    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.Click
    ...
    See more | Go to post

    Leave a comment:


  • nadaNuaim
    replied to Problem with ArrayList
    in .NET
    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 :) !

    regards
    See more | Go to post

    Leave a comment:


  • nadaNuaim
    replied to Problem with ArrayList
    in .NET
    *************** ********
    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...
    See more | Go to post

    Leave a comment:


  • nadaNuaim
    replied to Problem with ArrayList
    in .NET
    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
    ...
    See more | Go to post

    Leave a comment:


  • nadaNuaim
    started a topic Problem with ArrayList
    in .NET

    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...
    See more | Go to post

  • nadaNuaim
    started a topic linking dll file to my web page

    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...
    See more | Go to post
No activity results to display
Show More
Working...