I'm still trying to copy a file from a network server to the web server and then view the file from the web server in another window. Using impersonation the file copy works fine in the server Item...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21825380.html
How do I get the <%= blocks to render properly?
protected void Page_Load(object sender, EventArgs e)
{
StringBuilder javaScriptString = new StringBuilder();
javaScriptString.Append("<sc...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21835377.html
Hello Experts,
I have this button and a dropdownbox:
<asp:DropDownList ID="ddlLookupType" AutoPostBack=true CausesValidation=false OnSelectedIndexChanged="showPickList" runat=server>
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22051239.html
Not sure if I've got the JS wrong or the .net code wrong but....
I have an asp button and I added the property onclientclick, I'm trying to set a DIV to visible when the button is clicked. The pag...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22414286.html
asp.net page
<script src="includes/form.js" language="javascript" type="text/javascript"></script>
</head>
<body onLoad="return textfocus()">
<form id="frmCCDetails" name="frmCCDetails" runat="...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22475555.html
i am using vb.net in VS2005. To no avail, I'm trying to use the Attributes.Add function to add a value to a button's OnClientClick attribute. Here's what I'm attempting to do:
I am successfull...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22669383.html
Hi,
There is event at asp:button called OnClientClick.
What I know that it could call javascript function at inline code?
Could we call vb code using that event?
Is there any other thing ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23011493.html
Is it possible to trigger an OnClientClick event from server side code in the code behind page of an aspx page ? (c# please).
Thanks.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22136378.html
I am using the following code to open a url when we click on a linkbutton:
<asp:LinkButton ID="LinkButton1" runat="server" Text="Hello" OnClientClick="window.open('http://www.nationshomefunding.co...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22147537.html
Hello,
I am creating a webform using Visual Studio 2005 with asp.net 2.0. I am using a single button control to postback the data on the form so that I can e-mail it to specified recipients. I am...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22489947.html