|
go into website->ASP.NET configuration ,May that will help u!!
|
|
|
|
|
It is not good to work in this way and No one does like this.
Install TFS to your System and use its console to Check out/Check in files.
I think this would solve your issue.
|
|
|
|
|
Are you all doing development on web server?
Get a source control software and work locally. Once the web site gets into a sort of stable state, deploy that on server.
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
|
|
|
|
|
Thats why I suggested to use Team Foundation System.
|
|
|
|
|
Is Visual Studio Source safe will do that?
WinCrs
|
|
|
|
|
Yes... Both are the same thing.. .
Actually Team Foundation server already has Source Safe in it.
If you just want to use Source Safe you can purchase it(as it will cost less).
But TFS will allow you to do much more than that.
|
|
|
|
|
From where I can download TFS? Is this free version?
WinCrs
|
|
|
|
|
Nope... Its not free. Rather it is costly.
Rather I think if you want to make this cheap, you might Visual SourceSafe 2005. It is cheaper than TFS.
Purchase directly from Microsoft.com. They allow download as well.
Or you can purchase it from your nearby shop.
|
|
|
|
|
Thanks Abishek..
Yes. TFS is around $2000. For me Source safe is better..
Regards,
Rishi
WinCrs
|
|
|
|
|
hello,
i want to know that how can i change image of curent page
image is cange but it show when i page refresh by me.
so what can i do for this problem.
|
|
|
|
|
how you're changing the image?
|
|
|
|
|
i am only upload new image with same name in same page.
|
|
|
|
|
can you show your code please
|
|
|
|
|
Sorry....! i cant because it store in other plase, but the code work properly and image is store also and it change but when i refresh the page not on the button click event.
|
|
|
|
|
What you mean it's stored in other place? If you've done it proper way image should've appeared in first place.
|
|
|
|
|
can you give us some code, so that we can check....
|
|
|
|
|
Sorry....! i cant because it store in other plase, but the code work properly and image is store also and it change but when i refresh the page not on the button click event.
|
|
|
|
|
angle57 wrote: Sorry....! i cant because it store in other plase
If we are going to tell the solution then how will you recode without having it in your place....
|
|
|
|
|
|
I made a huge modification in my uncle business website. It is working properly except searching in google or yahoo (search engine)
When I search in google or yahoo it is appear old page names. I deleted that pages. then also same problem.
how can i show my webpage name in search engine.
I used meta tag also.
Thanks in advance.
|
|
|
|
|
Generally once the search engine has an entry of a site, it takes time to update.
For the time being, you might use a Redirection page to the site that is in search engine.
Place
Response.Redirect on the page.
If you are using .NET 4.0 you might use Response.RedirectPermanent which might make it appear to the search engine as permanent.
Clearly, there is no way to delete an entry from search engine(if not given you access to that).
|
|
|
|
|
how do i call a c# funcation in html code, on link's onclick?
i have already called a function onclick, i need to call another function.
kindly help me out....
|
|
|
|
|
call function2 from function1 which is defined in onclick
|
|
|
|
|
there are various pages in my ERP, i have a search panel, which is displayed according to the pages. i can not use all those funtion in js, as i have to hide and show various textboxes and button.
Can there be any other event,on the HTML Link to call the functions according to the page.
i have done that with asplinkbutton...but i m using now an expandable menu.
which does not work if i use asplinkbutton.
|
|
|
|
|
did you try adding attribute to the link from code behind and assigning desired function name?
|
|
|
|