Got "Sys.WebForms.PageRequestManager.TimeoutException"
(1 messages)
Date: Tue, 21 Aug 2007 20:30:21 +0800
Hi, we've built an AJAX web site with a button that enabled automatic post
back. However, we encountered some of computers but not all, got this error
message. What can be the possible cause. Thanks.
...
|
how to find textbox leave event in asp.net web application
(1 messages)
Date: Tue, 21 Aug 2007 12:20:21 GMT
urgent
From http://www.developmentnow.com/g/8_2004_6_0_0_0/dotnet-framework-aspnet.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com ...
|
simple question
(4 messages)
Date: Tue, 21 Aug 2007 13:20:50 +0100
Hello,
I am new in ASP.NET. I want that when the user clicked on a push button
in one page another page is sent to user. how Can I do this?
Don't think that it is a special; case: just assume that I have a page ...
|
ANN: VintaSoftBarcode.NET Library v1.3 has been released.
(1 messages)
Date: Tue, 21 Aug 2007 05:07:29 -0700
VintaSoftBarcode.NET Library - an easiest way for reading barcodes
from your VB.NET, C# or ASP.NET application. Supported barcode types:
Code 11, Code 39, Code 93, Code 128, Codabar, EAN-8, EAN-13,
Interleaved 2 of 5, Industrial ...
|
To cache or not to cache
(4 messages)
Date: Tue, 21 Aug 2007 07:50:49 -0400
That's really not the question. The question is how do I clear all cache
programatically? For example, I want to implement cacheing on some data
driven pages however after the employees update the data on the pages i'd
like ...
|
Empty DataSet and GridView
(5 messages)
Date: Tue, 21 Aug 2007 04:50:13 -0700
Hello,
Is it possible to display a message in a GridView such as "No Records
Available" when the DataSet is empty?
Thanks,
Miguel
...
|
Creating and debugging web app on remote server
(2 messages)
Date: Tue, 21 Aug 2007 13:16:52 +0200
Hi There,
Can someone tell me how I can create a web application that is created on a
remote IIS server and debug it locally in Visual Studio 2003 ASP.NET 1.1.?
Thanks,
Josh
...
|
How to detect missing page or object from code
(6 messages)
Date: Tue, 21 Aug 2007 03:48:46 -0700
I have placed a button on a page to open a pdf stored on another
site.
When the user clicks on the button I do a Redirect to the pdf URL
.... and this seems to work fine.
Question: is this the best way to do that ...
|
SqlDatareader & Datatable vs Dataset
(6 messages)
Date: Tue, 21 Aug 2007 03:21:47 -0700
Hi,
If I use a datatable in conjuction with a sql datareader, would this
still be faster in performance than using a dataset?
If so why?
my Sourcecode like this :
Dim ArticleTable As New Data.DataTable
...
|
MasterPage subdirectory and ResolveUrl - not working correctly
(2 messages)
Date: Tue, 21 Aug 2007 03:06:16 -0700
I have an older web project that I am trying to update with new .NET
2.0 features.
I put new master pages in a subdirectory below the project directory.
This particular project runs under IIS (rather than using a file
location ...
|
|
Select a Random Number from MSAccess Table Using C#
(4 messages)
Date: Tue, 21 Aug 2007 09:34:07 -0000
Hello,
I want to use C# to select a random number from MS Access database
table.
<SELECT TOP 1 userID FROM users ORDER BY NEWID()> seem to work only
with SQL Server.
dungdang
...
|
Custom DataBoundControl is not shown in the Toolbox of VS 2005
(1 messages)
Date: Tue, 21 Aug 2007 09:28:39 -0000
Hi there,
I created a custom DataBoundControl, but it is not automatically shown
in the toolbox when I build the Website that references the project.
When inheriting directly from WebControl, everything works fine. But
DataBoundControl ...
|
VBSCRIPT with autopostback - VS2005
(4 messages)
Date: Tue, 21 Aug 2007 01:32:03 -0700
I have a problem with client-side VBSCRIPT on a page with auto-postback
controls.
I have generated a simple page with a listbox, set to autopostback. This
works OK. If I then generate some client-side VBSCRIPT, VS creates ...
|
DataReader with Datatable Vs Dataset
(5 messages)
Date: Mon, 20 Aug 2007 23:42:16 -0700
I use a dataread to read data with high performance From database ,
but I have some question about this .
I use datatable to insert datareader item into DataTable , Is this
Consistently Better that a data reader or not ...
|
'System.Data.DataRowView' does not contain a property with the name 'ID'.
(4 messages)
Date: Mon, 20 Aug 2007 23:18:40 -0400
[ASP.Net 2005]
Hi, I have a grid like so:
<asp:GridView ID="grdItemActivity" runat="server" ><Columns>
<asp:BoundField DataField="TransactionType" HeaderText="Type"
ReadOnly="True" />
<asp:BoundField DataField="DocumentNumber" ...
|
Exporting a template into Visual Web Developer Express?
(2 messages)
Date: Mon, 20 Aug 2007 22:43:42 -0400
I have a question about using a pre-designed template in Visual Web
Developer 2005 Express. I am collaborating with someone who has essentially
worked-out the database portion of a web project, but his "user interface" ...
|
'System.Web.Administration.WebAdminRemotingManager'
(2 messages)
Date: Mon, 20 Aug 2007 20:56:38 -0500
'System.Web.Administration.WebAdminRemotingManager' in Assembly
'App_Code.1hpl8upp
Everytime I click the ASP Configuration button with VS2K5 this ERROR-RIDDEN
file is created in the
C:\WINDOWS\Microsoft.NET\Framework\v2 ...
|
fire a VBS from ASP.NET
(3 messages)
Date: Mon, 20 Aug 2007 18:42:27 -0700
I have a VBS (old fashioned VBS that is) that installs a network
printer via WMI on any PC.
I can pass in the PC's name via a command line argument.
The question is, how can I execute this VBS from a web page. Passing
in ...
|
Issue with double quotes in xml used in a ASP.Net page
(5 messages)
Date: Mon, 20 Aug 2007 16:56:01 -0700
Hi All,
A piece of XML is stored in sql server; retrieved; different UI fields are
filled with appropriate data by fetching data from xml which is stored in sql.
Usually the UI fields after modification are processed; ...
|
Retrieving Stylesheet information from a CSS file
(5 messages)
Date: Mon, 20 Aug 2007 19:40:09 -0400
I have an ASPX file in which there are properties that depend on the CSS
properties in a *.css file specified in a link tag, such as:
<link href="mystyles.css" rel="stylesheet" type="text/css"/>
Is there a way to get ...
|