| Thread | Last Post | Replies |
|
| Where is the processing done - VS2005 Web development | 27 Feb 2007 11:32 GMT | 3 |
I use datagrids bound to Objectdatasources in turn bound to datatables Every thing works Ok, but I'm curious on how it actually works. I have a view in my SQL Server 2000 database. i.e. vw_KPITurnAround I connect to the view via a XSD data table with something like
|
| Datagrid to emulate Excel Spreadsheet | 27 Feb 2007 00:31 GMT | 3 |
I am totally new to .NET datagrid. Just want to explore the possbility of datagrid. I am currently using Microsoft OWC to launch Excel over the Web. As OWC is going to be discontinue by Microsoft. Therefore, I would like
|
| GridView DropDownList events | 23 Feb 2007 02:55 GMT | 1 |
When editing I show a DropDownList. I want to show/hide a textbox next to that list if the user selects Other. I've tried many ways but I can get it to work: 1.) If I knew the TextBox controls name/id I could just add an onchange
|
| problem to creating dynamically gidview | 15 Feb 2007 21:33 GMT | 1 |
when ever i m creating my dynamic gridview not by (asp:gridview). On the click of the link button its not displaying anything..and if i m using(asp:gridview) then its working properly.. so plz help me out
|
| GridView/FormView Issue | 14 Feb 2007 21:36 GMT | 1 |
Hi to all.. I am new in asp.net 2.. I have a table with 3 fields. First name, Last Name, Description. I've created a GridView page to show list of them and provide insert, update, delete.
|
| Not working for allow paging in datagrid | 14 Feb 2007 20:32 GMT | 1 |
hi, I developed one web application using visual studio 2005 and created one new webforms with datagrid control and set AllowPaging="true".But it's not work on it
|
| what's wrong with this code? | 11 Feb 2007 14:27 GMT | 4 |
I want to limit the amount of data shown in a page coming from a database. Everything works except that I get the error: "Unable to cast object of type 'System.Web.UI.WebControls.SqlDataSource' to type 'System.Collections.IEnumerable'"
|
| Field not updating in gridview unless visible? | 09 Feb 2007 05:21 GMT | 3 |
In my gridview are the primary keys of the record that is being modified, and obviously I have them hidden. However, when I try to use the update, the id parameter -- or any field that is not visible -- does not come across and the update fails since it's based on that id. Not ...
|
| question about DataSourceMode | 08 Feb 2007 17:19 GMT | 2 |
i defined a datalist and a datasource like this: <asp:DataList ID="DataList1" runat="server"> ..... </asp:DataList>
|
| Overriding Gridview Control | 08 Feb 2007 12:39 GMT | 2 |
I want localize GridView Control What i have override to change default text in CommandField: Edit, Delete,Update... ? thanx
|
| GridView.Rows empty on PostBack | 01 Feb 2007 14:54 GMT | 2 |
I have a GridView on my Asp.net page where I've added a TemplateField that contains a CheckBox. The idea is that a user can checkmark which records they want and then click a "Submit" button. I want to take action in the PostBack for the
|