Hopefully I am just overlooking something incredibly simple, if so I apologize....
I have an ASP.NET application in .NET4 and we're trying to use URL rewriting using
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule....>
For some reason intellisense is returning an error which says th...
I know i can do this
var nv = HttpUtility.ParseQueryString(req.RawUrl);
But is there a way to convert this back to a url?
var newUrl = HttpUtility.Something("/page", nv);
...
Dear All,
We are planning to develop Mobile Applications.
Would you please let me know the following information, if you have an idea.
Merits and demerits when we use ASP.NET for Mobile Applications Development.
Best reference book for ASP.NET Mobile Applications Development.
Many Thanks,
Regards,
Anupriya.
...
How to put '<' and '>' inside a linkbutton's text property (asp.net)? I tried <asp:LinkButton runat="server" ID="lbEdit" Text="<edit settings>"></asp:LinkButton> but then the link doesn't show up.
...
I have a simple database bound accordion control that works well. I also have other colorbox modal triggers on the page that work. However, when I include a modal trigger in the accordion header, the link redirects the page rather than trigger the modal box. How can I get the modal to trigger properly?
<link href="colorbox.css" rel=...
I tried to call my helloworld by just including javascript inside webform but when running it page is blank on both chrome and firefox. In firefox error is
"XML Parsing Error: no element found"
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="jquery01._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//...
I'm uploading a website to a subfolder on a remote server. The root folder is defined as an application, and has its own web.config file.
The server uses iis7 but I don't have access to it, is it possible to define the root web application operator (~) in the subfolder webconfig file, or any other way without access to iis?
...
I Have a specific set of HTTP response headers I'm trying to recreate in ASP.NET.
Here is how it looks in Fiddler (Raw):
HTTP/1.1 200 OK
Content-Length: 570746
Content-Type: audio/wav
Last-Modified: Wed, 19 May 2010 00:44:38 GMT
Accept-Ranges: bytes
ETag: "379d676ecf6ca1:3178"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue,...
I have a Web Deployment Project in my solution. The solution consists of the MVC2 App and another Class Library.
In the Web Deployment Project properties I have the Merge all outputs to a single assembly option ticked and I have given it a name.
When I look in the bin folder I have all my reference DLL's from my MVC app, a DLL with th...
My Requirement is this.
Steps:-
On Client Click (button)
Disabled the Button.
Then it should prompt for OK or CANCEL.
If OK then fire the OnClick event (Code Behind).
If CANCEL then don't make a server-side trip and enable the button.
Following is the code I am using for the button.
<asp:Button ID="btn1" OnClientClick="this.disabl...
I have a custom ASPX page hosted on SharePoint with the following web part connection, from a PerformancePoint filter to a SSRS ReportViewWebPart:
<WebPartPages:SPProxyWebPartManager id="pwpm_0d7e10d6dc8f4b00a8a0aeb2a354c814" runat="server">
<SPWebPartConnections>
<WebPartPages:SPWebPartConnection ConsumerConnectionPointID="...
Hi All,
Is the Cross Hair/ Track Ball functionality is available in Ms Charts / dotnetcharting Controls
If yes then Please guide me related to this by providing a link.
Actually i am looking for a chart with following feature -
http://finance.yahoo.com/echarts?s=DELL
Hoping for positive reply
Kind Regards,
D.Mahesh
...
If I have a web application that needs to use a file, it presents the user with a standard open file dialog. But instead of uploading the file to server can it modify the file locally in a temporary location, while uploading in the background? That way the user does not have to wait for the upload before they can use my web app.
...
I just encountered a problem when testing in visual studio with
XML Parsing Error: no element found
here http://stackoverflow.com/questions/3866511/why-do-i-need-registerstartupscript-for-a-simple-jquery-helloworld-in-asp-net
whereas it was very simple code
Someone else has also gotten this error http://chiragrdarji.wordpress.co...
Greetings folks,
The ASP.NET application I'm maintaining has a fairly long start up procedure. A number of data files are updated, etc. I've been asked if there is a way for the application to return a wait screen (static if necessary) while Application_Start is running?
...
Can ASP.Net 4.0 and ASP.Net 2.0/3.0/3.5 coexist under the SAME WEBSITE/WEB PROJECT? I'm not asking if they can coexist on the same server, which I know they can.
The base site is ASP.Net 2.0. I know we can set up ASP.Net 3.5 application under the same site as a sub application since they are using the same CLR. Wondering if we can do th...
I have textbox for Date in update panel and this text box has TextChanged method. I am getting JS error when field is empty
<asp:TextBox ID="txt22_2" runat="server" CssClass="TextBox SmallText"
AutoPostBack="true" ></asp:TextBox>
<asp:ImageButton ID="img22_2" runat="server" ImageAlign="Middle"
style="margin-left:-5px" ImageUrl="...
Hello everyone how you guys doing? I have a dropdown list that won't populate data values from database using sql datasource. When i use the code behind, i was able to populate the data to the dropdown list. I dont know how to pass the Query String Parameter using code behind since i am new in asp.net.
This is the code behind:
Imports ...
Hi all,
I have a sso mechanism already implemented thaty works perfect with redirects (site A redirects to SSO for login which takes it back to A after successful login)
now I want to implement a set of web services to achieve the same functionality but without having to post back to the SSO service.
The login works in the following ...
Hi,
I've created a 404 error page called 404.aspx which works fantastic when I call it manually.
But after setting the "custom error" in web.config and IIS 6.0. It doesn't work properly.
for example, If I type the URL the wrong way, it won't work and a message like the one below, appears.
XML Parsing Error: not well-formed
Location: *...