User Profile

Collapse

Profile Sidebar

Collapse
Shana
Shana
Last Activity: Mar 12 '08, 06:22 AM
Joined: Oct 22 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Browser reflecting the javascript change after a long time

    Hi all,

    can anyone answer my query:

    Actually i making changes in my javascript code and when i am running my page in the browser it is not reflecting the change immediately. Sometime it reflects after 20 mins or some time 2-3hrs or more. Can any one tell me the reason behind it. my javascript is written only for IE and i have a IE browser only. ....
    Is there some thing browser caches some scripts? so it fetching...
    See more | Go to post

  • Unable display images in the browser when running aspx pages

    Hi frnds,

    Actually my prob is that when I am dragging image control in the aspx page and
    setting the image url to image stored in App Data... The image is not displayed even in the design time.....
    Can any tell me what is causing the prob... and how to rectify it.. I am using Visual
    Studio 2005 and the IIS v6 and the Internet Explorer 6.0..
    See more | Go to post

  • Shana
    replied to Unable to View ASP.NET WebPages
    in .NET
    Hi frnds,
    Now the new problem is cumin, actually while designing the webform, when I am dragging the image control, and setting the image url to the image stored in App Data folder, it is not displaying it in the webpage.....
    Can u hlp me with I don't understand whats wrong in this.....
    Ur hlp will be greatly appreciated.... .
    See more | Go to post

    Leave a comment:


  • Shana
    replied to Unable to View ASP.NET WebPages
    in .NET
    [

    Thank u vry much frnds, but the problem is solved, actually the browser setting was wrong, In Lan setting I gave some ip address which was not required, so evry time when i was trying to open my asp.net web page, it was searching for the proxy....
    Also I have to allow, ASP.NET pages in the webServices Extension of the IIS Manager,
    I am using .NET 2.0 and IIS v6....
    ]...
    See more | Go to post

    Leave a comment:


  • Shana
    replied to Unable to View ASP.NET WebPages
    in .NET
    [Thank u vry much frnds, but the problem is solved, actually the browser setting was wrong, In Lan setting I gave some ip address which was not required, so evry time when i was trying to open my asp.net web page, it was searching for the proxy....
    Also I have to allow, ASP.NET pages in the webServices Extension]...
    See more | Go to post

    Leave a comment:


  • Shana
    started a topic Unable to View ASP.NET WebPages
    in .NET

    Unable to View ASP.NET WebPages

    Hi Frnds,

    I ll be really gr8ful if any tell me the solution of this error...
    Actually when I create a new website and try to run in the browser, it is showing that it cannot find the requested page.
    I have checked my Internet option, I have IIS 6.0 and first IIS was installed and then
    only I installed Visual Studio. I have tried both HTTP and FTP but it is showing the same display.....
    Is here anyone who...
    See more | Go to post

  • Shana
    started a topic how to delete a file?
    in .NET

    how to delete a file?

    Hello frnds,

    We no that there is no delete keyword as clr does auto GC so if i want to delete a file which i have created what is required to be done? GC works on unreachable object but how can we force GC to remove the file from the memory.

    I wuld highly thankful,if anyone provide a solution for this.
    See more | Go to post

  • Shana
    replied to newbee in .net
    in .NET
    Hi Thanks a Lot I have gone through it and it is really clear to me now How ever I have posted one query today please if you can kindly help me.
    See more | Go to post

    Leave a comment:


  • Shana
    started a topic Deletion of an object created in an ArrayList
    in .NET

    Deletion of an object created in an ArrayList

    Hi Frnds,
    i need ur help to delete an object stored in an ArrayList(C#.Ne t.)I did try to use destructor but couldn't cleanup method to free the memory space.

    Actually I have created a menu driven program about student information system which does 1. Insert the record ,2. Updating , 3.Deleting a record 4.Displaying a record.

    I do not want to use ADO,Net here , I have used ArrayList to store studentrecord....
    See more | Go to post

  • Shana
    started a topic newbee in .net
    in .NET

    newbee in .net

    Hi,
    i waanna know why an abstract class can not be static? plzzz hlp me with this
    See more | Go to post

  • Shana
    replied to Linker problem
    in C
    Thanks for knowledge about printf and scanf. I have complied all files separately and is not giving me any error but yes when I try to run main.c file not compile as compilation is not giving me error, it is giving linker error. I can send u an entire program code as an attachment if u allow me to send u message....
    See more | Go to post

    Leave a comment:


  • Shana
    replied to Linker problem
    in C
    Actually I am trying to see the how functions outside the source program can be accessed be including header file created which has those function's declaration. Those functions should be defined some where else. I think This is how prinft scanf works!!!

    If I have to include evry thing in the main.c program itself then wat is the use of creating my own header file? Plzzz I really need to know, I hav literally crushed my brain to make
    ...
    See more | Go to post

    Leave a comment:


  • Shana
    started a topic Linker problem
    in C

    Linker problem

    I have created one header file calc.h and had saved it in INCLUDE directory that has following declaration:
    #define NUMBER '0'
    void push(double)
    double pop(void)
    int getop(char[])
    int getch(void)
    void ungetch(int)

    And have created getop.c , stack.c , getch.c and saved in LIB directory.

    In stack.c, pop and push has been defined and getch.c, getch() and ungetch() code is...
    See more | Go to post

  • Shana
    replied to how to create a header file in c++
    in C
    yes i did try it, as far as i know the project thing is in Visual C++. Right now i cannot be online but I will come back tommorow with the enitre code as it is small program just to make sure that a header file can be created and linked with Turbo C++ libraries.
    See more | Go to post

    Leave a comment:


  • Shana
    replied to how to create a header file in c++
    in C
    Yes TC for Turbo C, I have created header file called "header.h" and saved in include, and then I have created function program and had saved in LIB. After that I wrote a main program which use that function and header file and saved it in bin. Now the prob is when I compile it, I do not get any error however executing the program gives linker error that it does not recognise the function.
    See more | Go to post

    Leave a comment:


  • Shana
    started a topic how to create a header file in c++
    in C

    how to create a header file in c++

    Hi all,

    Can u tell me steps by step as how to create header file with my own defined functions and where to place it in TC folder. I tried to save it in INCLUDE but failed terribly.
    See more | Go to post

  • Shana
    replied to Advantages of using static member functions
    in C
    Hi frnd

    One of the advantage of static menber function in C++ is that it can help to count the number of objects (that uses static function )created in a class as static function will be shared by all the objects.
    See more | Go to post

    Leave a comment:


  • Shana
    replied to ??can u check this program...
    in C
    cooll...... I hav never come across this kinda of constructor declaration.
    Thanks...!!
    See more | Go to post

    Leave a comment:


  • Shana
    started a topic ??can u check this program...
    in C

    ??can u check this program...

    #include<iostre am.h>
    class Room
    {
    int length;
    int width;

    public:
    Room()
    {}
    Room(int l,int w=0) : width(w),length (l)
    {
    }
    };

    void main()
    {
    Room objRoom1;
    Room obj2Room2(12,8) ;
    }

    This program is not giving any error.Now my question is : wat is the signifcance of this type of constructor declaration...
    See more | Go to post
No activity results to display
Show More
Working...