| Thread | Last Post | Replies |
|
| DataFormatString not getting applied to GridView's BoundField | 22 Dec 2007 00:31 GMT | 3 |
Hello, I have a control that inherits from GridView and i'm overriding databinding. My control works correctly but is not respecting the DataFormatString property that i'm setting on the field. As you will notice, i am using column information from meta data. The actual format ...
|
| A question for all those who struggle with automatically databound controls | 21 Dec 2007 05:44 GMT | 1 |
On reading of the problems people are complaining about with such controls as GridView, FormView etc I wonder whether they have considered that maybe, just maybe, they have simply made the wrong choice!
|
| LinkButton Casting error | 21 Dec 2007 05:22 GMT | 1 |
I am trying to determine the row of a Button on a DataView an. I need to set the CommandArgument when the row is first created. I copied the following from Visual Studio 2005 documentation public void GridView1_RowCreated(Object sender, GridViewRowEventArgs e)
|
| DropDownList Binding to LINQ DataSource | 19 Dec 2007 14:57 GMT | 1 |
I was playing around with the LINQtoSQL and found an interesting problem. i am using the Northwind database on SQL 2005 Developer Server. In my webform's PageLoad event I have the following code: NorthwindDataContext db = new NorthwindDataContext();
|
| StaticItemTemplate is not applied on postback Options | 19 Dec 2007 14:49 GMT | 2 |
I am having a strange problem when using the ASP.NET (2.0) menu control. I have a menu control that gets populated in the page load. I do not check the PostBack value because I want to rebuild the Menu Control
|
| Programmatically Access Data Behind SQLDataSource Controls | 19 Dec 2007 07:39 GMT | 1 |
I have a GridView that is bound to a SQLDataSource. I have enable item selection on this GridView. I have a button on this .aspx page which does some work on a different table that what the gridview (SQLDataSource) is bound to. In order for the button to do its work I need the ...
|
| baseValidator.ErrorMessage is rendering between start & end tags instead of as an attribute | 19 Dec 2007 07:03 GMT | 1 |
I don't understand why this is so. why doesn't it render as an attribute of the span tag? thanks
|
| control creates too many add_init | 18 Dec 2007 17:00 GMT | 1 |
I am doing a sample control pieced together from pieces on the web... I am using Visual studio 2008 and I created it as a Ajax web control. The problem is, at run time, it generates the following code: ...
|
| Calendar control renders as a single column on IE Mobile 6 | 17 Dec 2007 16:22 GMT | 1 |
I am trying to put a standard calendar control (ASP.NET 2) into a page that will be viewed in IE Mobile 6 (Palm Treo 750). I've put the control on the page and narrowed everything down as far as I can (i.e. width=100, font-size = xx-small, cellpadding = 0,
|
| fileupload fails in updatepanel | 17 Dec 2007 14:35 GMT | 3 |
I have a fileupload component and a submit button inside an updatepanel. (C#, asp2). In the debugger in page load, I see that the hasfile property is false, even though the fileupload control was used to select an existing file on the client.
|
| Problems with Flash in WebBrowser | 16 Dec 2007 20:07 GMT | 3 |
I am having problems interacting with flash objects (i.e., Adobe Flash Player 9) in web pages when using a System.Windows.Forms.WebBrowser control. The flash objects always seem to display correctly, but when I click on a link within the flash object the WebBrowser often fails ...
|
| How to write code and design? | 15 Dec 2007 20:42 GMT | 2 |
How to make Textbox and Button like at 1 time Textbox Button at 2 time
|
| Layout issues with MultiView control/tabbed display | 15 Dec 2007 20:34 GMT | 1 |
I'm using version 2.0 of the framework. Using a Multiview control to produce a tabbed display. I'm putting two Panels in each View, one for the "tabs", one for the content. The mark-up looks something like:
|
| Is any way to palce a control(button/label) at a location on a panel in a webPage ASP.net 2.0in runtime?? | 15 Dec 2007 20:31 GMT | 1 |
Is any way to palce a control(button/label) at a location on a panel in a webPage in runtime?? I am trying to place a control at mouse click position on the a panel in a
|
| DetailsView button in TemplateField click event not firing | 15 Dec 2007 20:15 GMT | 1 |
I have a DetailsView with a number of TemplateFields, (plus other types of fields). One has a button and a click event handler. Another has DropDownList, which has its selected value initialised when editing, (from a session variable source).
|