| Thread | Last Post | Replies |
|
| Modify Datagrid HeaderTemplate through code | 16 Aug 2005 02:00 GMT | 4 |
I have an editable datagrid with HeaderTemplates that have to be written through code, with data from the database. I can only find code to add new columns and modify text. Is there any way to be able to modify existing HeaderTemplate.Text values?
|
| ListItem doesn't fire event handler when first item is selected | 16 Aug 2005 01:28 GMT | 1 |
I have a dropdownlist that I am intending on using as a re-director in an Coorporate Intranet page using frames. The top frame contains the dropdownlist (listitem) which contains the main categories of indices. The bottom frame will contain the category index that was selected ...
|
| DataRepeater putting Radio Buttons inside | 16 Aug 2005 01:13 GMT | 1 |
I know this is probably pretty trival. I am trying to put a radio button inside a repeater control. That will allow me to select each row one by one. Then once the user clicks on the submit button. It determines which row has been
|
| PushButton button column fails to select | 15 Aug 2005 18:39 GMT | 2 |
I added a Select button column to my datagrid. Everything works as expected when I leave it at the default LinkButton button type. When I change it to a PushButton button type, it no longer works. If I put a breakpoint in the ItemCommand handler, it triggers for the LinkButton, ...
|
| Display image from sql server | 15 Aug 2005 15:17 GMT | 1 |
Hi; I got some realy good feedback from your guys on how to insert the image to a sql server database. Now, I need to display that image on a image Control or something in an aspx page. So, I did see an example which doesn't
|
| DataGrid (fao Steven Cheng) | 15 Aug 2005 08:04 GMT | 3 |
This is a follow on from a previous posting. Ive posted as new post as the previous thread seems to have dried up Steven Thank you. I mangaged to get your sample code working. However I am having
|
| How to check/validate whether the value is a whole number in C#? | 13 Aug 2005 00:03 GMT | 1 |
Does C# has a method to check whether the value is a whole number? Thanks. Regards, Siew Yee
|
| WebControl class library problem. Help please. | 12 Aug 2005 17:59 GMT | 1 |
Working for couple of months in VS beta 2 with no problems. Now a class library of server controls that I have been editing and adding to and building suddenly refuses to update! Specifically, new classes do not show up. Build is successful but the new dll(s) does not contain the ...
|
| DataGrid: Move Pager to Header? | 12 Aug 2005 14:57 GMT | 2 |
I would like the Pager that appears (with AllowPaging=true) to be located as the first row of the grid. Is it possible to move the Pager row around, either at design or runtime? Thanks
|
| Populate DropDown list at run-time | 12 Aug 2005 13:36 GMT | 3 |
I have a web page that is accessing its data via WebServices. I've created a WebService that Returns the data I need for my DropDown control as a DataSet. How can I populate the DropDown from the DS returned by the WebService at page load?
|
| CheckBoxList and saving view state | 12 Aug 2005 02:32 GMT | 1 |
I have a checkboxlist control on my page. I have to go through the items in it and check a few on certain instances. That seems to work fine. I'm using cbo.item(index).selected = true to check it however this does not cause it to post back to the server so when something else ...
|
| Web Control - Convert Input Value From String To Decimal [VB.Net] | 11 Aug 2005 19:59 GMT | 1 |
My WebControl inherits from WebControl and implements IPostBackDataHandler and IValidator. The WebControl has quite a few properties associated with it. The primary, default property is "Value" of type Decimal.
|
| How to set focus to textbox in asp.net when page loads | 11 Aug 2005 16:06 GMT | 1 |
Hi To All plz tell me how to set focus to textbox1 , when page is loaded i asp.net Thanks
|
| Need help refreshing a datagrid client side | 11 Aug 2005 05:49 GMT | 1 |
Hi -- I'm very, very new to ASP.Net, and I've been trying for several days to figure out how to update a datagrid AND refresh it on the client side so that the page doesn't refresh. I've torn my code apart over and over each
|
| DataGrid | 11 Aug 2005 04:42 GMT | 5 |
Im am trying to dynamically add columns to a datagrid control. I have managed to add columns to display my data and I am able to add Edit and Delete buttons that fire the Datatagrid1_EditCommand event. What I would like to do is instead of having these buttons as either Link or ...
|