| Thread | Last Post | Replies |
|
| How to use Eval / Bind to create a mailto link? | 31 Oct 2006 23:49 GMT | 13 |
In my gridview or datalist control, I know how to use the Eval or Bind method to bind a control property to a data as follows: <asp:HyperLink ID="email" runat="server" NavigateUrl='<%# Eval("email", "mailto:{0}") %>'>Email me</asp:HyperLink>
|
| Button column event not firing | 28 Oct 2006 18:57 GMT | 2 |
I just edited about 12 DataGrids on as many pages to update the look and feel to current company standards. One thing I did was replace LinkButtons with PushButtons. On all of the DataGrids, I simply edited the Text attribute to the current requirement and then added a ...
|
| only for expert: what's wrong with this code? | 26 Oct 2006 16:57 GMT | 3 |
I want to use a detailsview only for inserting data into a database (for a survey). In order to check the inputted data, i need Templatefield. So I defined a detailsview and a SqlDataSource in the aspx file. The creation of the templatefields are done programmatically, because the
|
| Datagrid paging wierd behaviour | 26 Oct 2006 13:11 GMT | 2 |
I have a DataGrid which uses a dataset as its source. I have it set to allow paging and page length set at 9 rows, and page style set to numeric. My dataset has 25 rows, so just as expected I see rows 1 to 9 and paging links 1 to 3 with "1" as a static label and "2" and "3" as ...
|
| hyperlink field in gridview | 26 Oct 2006 02:59 GMT | 1 |
I tried to use a hyperlink field in a gridview and it did not work. It just behaves like a normal boundfield. I included the name of the bound field to the DataTextField. This field value pulls aURL value. When I look in the gridview there is no hyperlink...
|
| Reference to gridview control | 26 Oct 2006 02:58 GMT | 1 |
Anybody here knows how to make reference to en emptydatatemplate control?
|
| what' wrong with this? | 23 Oct 2006 21:17 GMT | 1 |
I try ro insert programmatically data into 2 fields of a Access table from a detailsview. My problem is: when clicking on the 'insert' button, nothing happens (no error but no data inserted).
|
| datagrid field to span other columns? | 20 Oct 2006 09:46 GMT | 1 |
ASP.Net 1.1 How do I get data to span accross other columns ? I'm not sure if I'm stating this well, but I would like to use the Datagrid's paging but I want there to be two rows of data per record. [SourceCode [Carrier [Agent [Profile [FeeSplit (a few more fields)
|
| Date format hiding null values | 19 Oct 2006 06:58 GMT | 2 |
Greetings, I'm using a custom date format to display date values in a BoundField in a GridView. Here's the line that formats the date value: DataFormatString="{0:MM/dd/yy}"
|
| Gridview keeps adding rows when user causes postback | 17 Oct 2006 12:55 GMT | 4 |
I have a gridview that has a footer with text fields and an "add" linkbutton. This footer allows the user to add new rows to the gridview. When the user clicks the "add" linkbutton everything works as you would
|
| Refreshing Crystal Reports.... | 12 Oct 2006 20:49 GMT | 7 |
How can i refresh crystal reports? Iam using VS.NET2003 and using vs.net i created a aspx webpage and on the page i placed a drop dwon list and a button...
|
| Retrieving datagrid heading information | 09 Oct 2006 04:13 GMT | 1 |
I am writing a method in a component that gets passed a 1.1 Datagrid. The datagrid's columns were created at run time meaning it has no columns collection. How can I access Header and Footer data in the grid?
|
| Datagrid paging problem | 05 Oct 2006 03:53 GMT | 6 |
I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. When clicking on the "Next" button for paging in a datagrid, i get the
|
| Can't seem to bind data in a header or footer of a datalist. | 03 Oct 2006 16:14 GMT | 1 |
I'm trying to bind data in a header list and it doesn't appear to work. My code is: <asp:DataList id="dgOurSolutionArray" runat="server" RepeatDirection="Horizontal" RepeatColumns="4">
|
| Gridview selected Row displayed on second aspx page | 03 Oct 2006 12:41 GMT | 1 |
Hi, I am working on a Knowledgebase page that will post the selected row onto another page. So for example, I have Page1.aspx which contains my gridview. The gridview control is retrieving the data from the database and displaying it. That's working. I also have a .CS page for Page1 ...
|