Errors using GAC_MSIL assemblies on VSTS
I have an ASP web form Project stored in VSTS, and I am trying to build it. Suddenly I got this error in the build section:
I have an ASP web form Project stored in VSTS, and I am trying to build it. Suddenly I got this error in the build section:
I have a javascript function showAlert(). There is a draggable image. After the drag is stopped, we need to show the alert. Its not working How do we correct it?
i have a datalist that contains dynamic content.
i need to enable paging to this datalist.
im using asp.net c# under visual studion 2010
At the moment i have this:
I’m working on a program that should measure loading time and volume of a website that I give as an input.
Project1 = Asp.net pages project (presentation Layer)
I have been designing a code for a project, where I want to get the “ProductId” on OnClick="LinkButton1_Click" event.
Using the below code I am unable to show the open/save as file dialog:
If I have a sub folder in my website called Admin and this folder has more sub folders. How can I configure a web.config file, that sits in Admin folder, to effect all the subfolders in it recursively?
I have disabled a link button and image button(which is inside a link button so that I can show a Alert) and it works fine in Chrome, but when I open it in IE8 the image is disabled but when i click it it shows the popup(‘Are you sure you want to delete this User?’). Why am I getting this error in IE8 and IE7, how can I fix this.