| Thread | Last Post | Replies |
|
| TemplateField Buttons Ignoring OnClick Event | 29 Feb 2008 21:06 GMT | 1 |
I had to turn off EnableViewState on my GridView, due to odd ViewState issues involved with adding dynamic columns. Because there is no ViewState, I have to rebind the grid on every postback. As long as I do the rebind during the page load, everything seems to work, but I would ...
|
| WebGrid Replacement | 29 Feb 2008 14:31 GMT | 3 |
Where can I get a free WebGrid component to replace the default WebGrid that can freeze the title? TIA, Gun
|
| image upload | 29 Feb 2008 11:15 GMT | 1 |
I am trying to upload images using fileupload in asp.net It uploads data but no images. can someone help I am going nuts Thanks in Advance
|
| asp:Repeater and asp:Table | 27 Feb 2008 18:19 GMT | 3 |
Hi; Is there a way to build a table using asp:Repeater where the asp:Table is started in the header and ended in the footer? Everything I have tried does not work.
|
| Graphics generation and website protection. | 27 Feb 2008 06:16 GMT | 2 |
I do not know exactly where to post this because I don't know exactly what I am asking for. I have noticed that a number of websites, that allow readers to comment on articles, protect themselves from automated responders by generating a graphic image of random numbers and ...
|
| Can I merge adjacent cells in a .NET 2.0 Gridview control? | 24 Feb 2008 03:22 GMT | 2 |
I have a gridview control that is returning rows where for 1 column the value is usually the same. Occasionally the last couple of rows will have a different value for this column. (2 unique values total). Instead of displaying the same value in this column for every row, I'd ...
|
| handling whitespace in the asp.net menu | 20 Feb 2008 09:05 GMT | 1 |
I have a asp.net menu in my project. I want it to be possible to add menuitems with very long strings. At the same time I dont want the menu to be wider than 200px. Therefore the text in long strings must be displayed on multiple lines. This
|
| Emitting Client Script | 19 Feb 2008 21:50 GMT | 1 |
I've got a very simple custom control that requires a small section of JavaScript to function at the client - nothing out of the ordinary. In the overridden RenderContents method of my custom control I check whether the required client script block has been registered with
|
| storing images in filesystem | 17 Feb 2008 21:36 GMT | 1 |
I am convinced that I want to store images in filesystem as to database and store path into database Can someone point out an article as to how to do it or help me I am using fileupload method but I am getting nowhere
|
| How to prevent BulletedList control from encoding HTML? | 15 Feb 2008 21:04 GMT | 3 |
Is it possible to prevent the ListItem that I add to a BulletedList control to be HTML encoded? I want to add text with <br> tags for example. Thanks.
|
| No Isert, UPdate or Delete available | 14 Feb 2008 22:42 GMT | 2 |
I have problem. For some reason the Configuration of the SQLSataSource doesn't allow me to select the commands Insert, Update and Delete. They are grayed. HOwever I seam to be able to make INsert by adding SQL commands (with parametrized values). It's when I try to make an edit
|
| .Net 2 Web Panel Font Colour | 14 Feb 2008 12:46 GMT | 4 |
how do you set the colour of a Panels text via CSS. Neither Color, ForeColor nor Font-Color work in a CSS file. It is set to grey / blue colour. Is this fixed by the system?
|
| Not able to use spaces (or equivalent characters) in sitemapnode url | 13 Feb 2008 22:22 GMT | 2 |
I am using a sitemap for a menu and I need to reference urls that have spaces in them. I have tried all of the following and still get an error saying my url is malformed. /Pages/Content/ContentListPage.aspx?type=4&sub=White+Papers
|
| Dynamic GridView Columns | 13 Feb 2008 16:04 GMT | 17 |
According to the example given in the MSDN documentation, I can call GridView.Columns.Add during the postback phase of a page. This seems to work properly. However, if I call GridView.Columns.Insert during the postback phase, the grid does not render properly, particulary, ...
|
| AddHandler and dynamically generated controls | 12 Feb 2008 15:16 GMT | 2 |
I have a form where, on a button's click event, I add some link buttons to the page. I have an event handler for these link buttons' click event, which I wire up to the buttons using AddHandler. The problem is, I can't get the event handler to fire. When I click on one
|