AJAX call Javascript function from Update Panel Postback
(2 messages)
Date: Tue, 31 Jul 2007 16:20:28 -0000
How do you call a client side javascript callback method after an
update panel has posted back to the server?
I have two update panels (A + B) with a gridview in each panel.
GridView B has a Trigger to listen when GridView ...
|
Image Based Website
(3 messages)
Date: Tue, 31 Jul 2007 09:06:02 -0700
Hello all,
I have decided that I want to try and make a website entirely out of images,
using several images as the main body. it struck me, however, that suck a
website might get reuced in size due to the way the browser ...
|
Way to manipulate Flash Video (FLV) files with .NET code?
(3 messages)
Date: Tue, 31 Jul 2007 09:02:17 -0700
I am building an asp.net 2.0 application and I need to be able to
convert existing FLV files on the server. Specifically, I need to be
able to take an FLV file and convert it to another, smaller/scaled
down FLV file. I'm ...
|
Compile time error BC2014: the value 'None' is invalid for option
(1 messages)
Date: Tue, 31 Jul 2007 10:58:30 -0500
I am posting this again because I never got a solution to this problem.
I have an asp.net 2.0 project that when I change the build configuration to
release I get the following error:
Command line error BC2014: the ...
|
Create WSDL at each request (ASP.net 2.0)
(1 messages)
Date: Tue, 31 Jul 2007 09:41:23 -0600
Using a SoapExtensionReflector I'm making some adjustments to some the wsdl
document auto generated by asp.net. It seems as the wsdl is being cached
thus only showing the original modifications.
How do I disable any caching ...
|
Recommended Load Test software for VS?
(1 messages)
Date: Tue, 31 Jul 2007 08:38:15 -0700
Hi,
I want to load test a web application. The tool I am looking for must
support variable parameters (e.g. imported from a database), Http
authentification and content checking (must also be able to check
results of ajax ...
|
XML Node to XML Document
(1 messages)
Date: Tue, 31 Jul 2007 08:32:03 -0700
I have a web service method that returns an XMLDocument. When I call it from
an aspx page, the intellisense says that the method is of type XMLNode, so
when I try, stupidly, to get the results of the web service call into ...
|
Content-Disposition attatchment question
(7 messages)
Date: Tue, 31 Jul 2007 07:13:58 -0700
I have a link in a page that allows the user to download a dynamically
created XLS file. I add these headers and everything works correctly -
as long as the .xls file is in the "home" folder.
AddHeader("Content-Disposition" ...
|
Everything stops when a Thread is running on the server
(5 messages)
Date: Tue, 31 Jul 2007 07:08:02 -0700
Hello,
I have a button that starts up a Thread and runs it in the background.
While the Thread is running, all the Ajax controls, including the events
fired by the PageRequestManager, stop firing until the Thread exits ...
|
problem with linbutton in edit mode
(6 messages)
Date: Tue, 31 Jul 2007 14:39:51 +0200
Hi,
i want to perform several things (like checking and correcting automatically
the lenght of a multiline textbox in order to avoid Truncate error, removing
automatically "<" and "'" to avoid "potential danger" error ...
|
|
using System.Web.Mail ?
(9 messages)
Date: Tue, 31 Jul 2007 13:29:53 +0100
I received an unhandles exception in my email form as follows
Dim mo As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage
mo.Body = "test"
mo.To = femi@yahoo.com
Dim a As System.Web.Mail.SmtpMail
a.Send(mo ...
|
Casting a Variable to User control
(6 messages)
Date: Tue, 31 Jul 2007 04:58:33 -0700
How to Cast a Variable to User control in ASP.NET using vb.net as code-
behind
...
|
Average information in Gridviews Footer
(1 messages)
Date: Tue, 31 Jul 2007 04:45:27 -0700
Hello. I'm quite new to asp.net and programming. Anyway, I'm trying to
display average information in a Gridviews footer on one of the
columns. It works well with summarizing.
I use a simple Gridview and I have tried some ...
|
Dynamically program User controls in a Master page from a content page
(2 messages)
Date: Tue, 31 Jul 2007 02:39:19 -0700
How to Dynamically program User controls in a Master page from a
content page
Thanks
...
|
usercontrol inside usercontrol
(1 messages)
Date: Tue, 31 Jul 2007 11:15:40 +0200
My purpose is whenever I want to make a new UserControl, to have a property
in the userControl's base class to decide if a frame around the usercontrol
should be visible or not.
Since I want the ability to personalize ...
|
Is there a way to highlight variable in vs2005 like what eclipse do?
(6 messages)
Date: Tue, 31 Jul 2007 16:09:08 +0800
Is there a way to highlight variable in vs2005 like what eclipse do?
...
|
Web service events
(1 messages)
Date: Tue, 31 Jul 2007 14:13:09 +1000
Hi,
I am developing a webservice with VS2005 on XP Pro
Using IIS as my sever.
When I instantiate my service from say a win forms app, does
a Session get created for each instantiaion of the service object??
ie Session ...
|
Url not working correctly in DataGrid
(5 messages)
Date: Mon, 30 Jul 2007 20:21:45 -0700
I have a page that is loading a control from another folder. I want the
references to be from current folder not the folder the control came from.
And that has been working fine in most cases. But not for this one.
This ...
|
2nd Chance Exception System.NullReferenceException: Object reference not set to an instance of an object.
(2 messages)
Date: Mon, 30 Jul 2007 19:57:27 -0700
We have recently deployed our application with the addition of
AJAX.net for the last two weeks we have been suffering deadlock issues
with the application pool. We are in a farmed environment and our
application uses impersionation ...
|
Problem with ImageButton.OnClientClick when DataBinding
(1 messages)
Date: Mon, 30 Jul 2007 21:07:30 -0400
I have the following tag in one of my DataList's ItemTemplates:
<asp:ImageButton ID="btnViewQuestion" runat="server" BorderWidth="0"
ImageUrl="images/qmark.gif" Height="27px" Width="26px"
OnClientClick="window.open(<%# ...
|