ModalPopupExtender and ScriptManager AsyncPostBackError Event
Thu, 4 Sep 2008 11:58:16 -0700 (PDT)
Hello all,
I have been using the ModalPopupExtender as a way of catching errors
and displaying them to users. This includes business rule violations
that I catch. This all works fine as long as I can write the if
statement to trap the error.
However this does not work in the case of un-handled exceptions. I ...
|
Text Field in a GridView
Thu, 04 Sep 2008 15:32:05 -0300
Hi, maybe a stupid question but i can't figure it out.
I want a simple way to edit a sqlserver table. One of the fields is
varchar(max) or varchar(255) or text
I want to add rows and edit rows too.
But editing that text column is hard. I cannot copy and paste text
because I lose all formating, returns, ...
|
DateTime
Thu, 4 Sep 2008 10:05:20 -0700 (PDT)
Hello,
I am inserting records on the database and I want to insert the
current date and time.
I don't know where the web site will be hosted and I always want to
display the date time in the timezone of the user.
Shouldn't I insert the data time in the database always using
something like UTC or Greenwis ...
|
ServerApplicationError
Thu, 04 Sep 2008 11:38:52 -0700
Sometimes our users get a Server Application Error, when opening the
asp.net site. We would like to be able to replace this page with one of
our own. Is there away to use the webconfig file to determine if this
page is the about to be displayed and redirect it to our own error page?
Currently this is on ...
|
SmtpFailedRecipientsException error
Thu, 4 Sep 2008 12:33:27 -0400
When I test out my web app using my smtp server it works fine. When I put
my clients smtp server info (SMTP server and FROM address) I get this error
when trying to email from the web app. Any ideas?
System.Net.Mail.SmtpFailedRecipientsException: Unable to send to all
recipients. ---> System.Net.Mail.S ...
|
web.sitemap
Thu, 4 Sep 2008 09:04:29 -0700 (PDT)
This site map information prevents the initial page that references it
form loading:
<siteMapNode url="" title="Reports" description="Reports">
<siteMapNode url="Reports.aspx?report=case" title="Case
Reports" description="Reports for Cases">
<siteMapNode url="repviewer.as ...
|
Error Executing CMS_GetProductsPage: Unspecified error
Thu, 4 Sep 2008 07:39:25 -0700 (PDT)
Hello,
have you suggest about this event? Thanks! JD
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Event code: 3005
Event message: An unhandled exception has occurred.
Exception information:
Exception type: Exception
Exception message: Error Ex ...
|
|
|
accessing sessionstate variable from a seperate webpart assembly
Thu, 4 Sep 2008 06:52:01 -0700
I have create a webpart portal with a custom catalogpart that can instanciate
a webpart from a dll.
The webpart.DLL is a dll library with a classed inherited from
System.Web.UI.WebControls.WebParts.WebPart
I can successfully create the part and show it on my portal, except I can't
seem to get acces to t ...
|
get page length
Thu, 4 Sep 2008 05:45:39 -0700 (PDT)
Hi,
can I know the request and the response page bytes (its length)?
Thanks ...
|
is it possible to bind a nested property to a GridView column?
Thu, 4 Sep 2008 12:15:49 +0100
I have an object which references another object (courtesy of LINQ) and I
would like to use a property from the referenced object in a grid view.
However, my feeble attempt at doing this does not work
//field is retrived as expected
<asp:BoundField DataField="name" HeaderText="name" />
//GridView complain ...
|