Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:470072
More Search Options
RSS Available
Matching Posts
Re: GridView ImageButtons not participating in ValidationGroups
I can't repro the problem you're seeing. Are you using the final release or an earlier build? Both setting CausesValidation=false on the CommandField and setting CausesValidation=true and ValidationGroup to a different group with ButtonType="Image" cause the validator not to fire on my page. If you're still seeing this, you might want to file an MSDN feedback bug with your entire repro file so we can investigate further.
Posted to
Web Forms
(Forum)
by
ninatang
on 12/1/2005
Re: Generating a NavigateURL for a Hyperlink in GridView from VB.NET
You can convert your HyperLinkField to a TemplateField, which will allow you to handle the HyperLink's events.
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/29/2005
Re: Reload page after FormView edit
Are you sure your method is correct? It seems like you have one using System.Web.UI.WebControls.DetailsViewPageEventArgs as a parameter instead of DetailsViewUpdatedEventArgs. The code you pasted looks correct.
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/18/2005
Re: Displaying built-in controls in GridView/DetailsView when empty
You can set the DefaultMode to Insert.
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/17/2005
Re: Cannot format date in gridview
If you turn HtmlEncode off on the BoundField, it should work as expected.
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/16/2005
Re: Reload page after FormView edit
Here is an example from the ASP.NET quickstarts. In the DetailsView ItemUpdated event, GridView1.DataBind() is called so that the GridView values will refresh with the updates made in the DetailsView. If you're new to ASP.NET, you might want to check out the quickstarts (the main page can be found here ).
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/16/2005
Re: Reload page after FormView edit
If you programmatically databind the GridView, it should refresh with the new values.
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/15/2005
Re: Force GridView PagerRow to be visible
Or you could just do GridView.BottomPagerRow.Visible=true (or TopPagerRow, depending on which you're using).
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/14/2005
Re: insert problems with detailsview that has a drop down or calendar control
You aren't binding the DropDownList. It should look something like this: <asp:DropDownList SelectedValue='<% Bind("type") %>' ... (If you look at your controls in the other templates, you'll notice that their text properties are being bound similarly)
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/14/2005
Re: ASP.NET 2.0 RRRRRRRRRRRRRRRRRRRRRRRRRR
The default value of OldValuesParameterFormatString on the SqlDataSource was changed from original_{0} to {0} between Beta2 and the final release. My guess is this is the change that's causing your update/insert/etc. to work differently. You can either rename your parameters that are currently original_[something] to not have the original_ or set the OldValuesParameterFormatString="original_{0}" for the SqlDataSource. You can read more about this property here .
Posted to
Data Presentation Controls
(Forum)
by
ninatang
on 11/14/2005
Page 1 of 12 (115 items) 1
2
3
4
5
Next >
...
Last ยป
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online