Creating download link to a file on a file server
I’m looking for a way to (easily, by preference ;)) create a download link to a file on a separate file server.
I’m looking for a way to (easily, by preference ;)) create a download link to a file on a separate file server.
How can I call a javascript function from code behind?
The most popular response is “ScriptManager.RegisterStartupScript” however, that does not work in my situation.
What’s the easiest / standard way to retrieve the GET (in URL) variables passed to a .aspx (VB) page?
I have some controls that I need to disable when users don’t have edit privileges, but are sometimes not wide enough to show the entire text of the selected option element. In which case I’ve added a tool tip with ASP.NET and the following code
Is it posible to get a value from a javascript variable and use it into visual basic code without incrusting value on any control.
The new Recaptcha 2 looks promising, but i didn’t find a way to validate it in ASP.NET’s server side,
What’s the best .NET PDF editing library available, and why? It needs to be used on an IIS web-server. Specifically, I need to edit a PDF which was generated by reporting services. Factors I’m interested in: Speed Memory Consumption Price Quality of documentation Library stability Size of library Whatever else you think is important Answers: … Read more
What is a good way to edit a Web.config file programmatically?
Consider the following 2 scenarios: Scenario 1). Today is May 1st 2012, and Scenario 2). Today is September 1st 2012.
I am working with adding up user’s scores based on their checks in a CheckBoxList. Every time a user checks a box, a value, X, is added to the overall score. When a user unchecks a box, a value, X, is subtracted from the overall score. No problems here.