Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score client retrieval from GridView cell values that are in an UpdatePa
thoward - 31 Aug 2007 9:00 PM - 4 messages
I am working with ASP.NET 2.0 c# and Ajax control (UpdatePanel).  The GridView Control is nested within an updatePanel Control which is populated using the partial post-back method.  I am needing to extract the GridView ...
Score Re: Gridview e.OldValues and e.NewValues are nothing
GeneB - 31 Aug 2007 1:48 PM - 2 messages
If I am understanding you correctly, the reason e.NewValues and e.OldValues are not populated is that you are dynamically populating the gridview.  The e parameter relies on a design time datasource to populate these values.  In order to make this work, you will have to programmatically grab the values from the edit and create an update. ...
Score total items in paged output
Trapulo - 31 Aug 2007 10:12 AM - 9 messages
Hello, I've a gridview binded to an objectdataSource. Custom paging is enabled and my objectdataSource is using a SelectCountMethod to retrieve the number of total retrieved rows when it's showing only 25 rows at time (the rows that ...
Score Gridview column width
peter - 31 Aug 2007 6:08 AM - 2 messages
I have a GridView, there are several boundfileds. How can I set these columns' widths at design time and run time? Thanks Peter ...
Score RE: FileUpload Control on Mobile Form
Steven Cheng[MSFT] - 31 Aug 2007 4:02 AM - 10 messages
Hi Woodgnome, Are you still focus on this issue? I've just got some new info.  I've discussed with a DEV engineer who has ever worked on a similar issue, here is a workaround for mobile page to use the fileupload control. See the ...
Next » 2 3 4 5 6 7 8 9 10