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...
User Profile
Collapse
-
Browser reflecting the javascript change after a long time
-
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.. -
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.... . -
[
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....
]...Leave a comment:
-
[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]...Leave a comment:
-
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... -
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. -
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.Leave a comment:
-
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.... -
newbee in .net
Hi,
i waanna know why an abstract class can not be static? plzzz hlp me with this -
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....Leave a comment:
-
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...Leave a comment:
-
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... -
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.Leave a comment:
-
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.Leave a comment:
-
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. -
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.Leave a comment:
-
cooll...... I hav never come across this kinda of constructor declaration.
Thanks...!!Leave a comment:
-
??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...
No activity results to display
Show More
Leave a comment: