all groups > asp.net webcontrols > february 2008 > threads for february 15 - 21, 2008
Filter by week: 1 2 3 4
WebGrid Replacement
Posted by Gunawan at 2/21/2008 1:43:09 PM
Hi All,
Where can I get a free WebGrid component to replace the default WebGrid that
can freeze the title?
TIA,
Gun
... more >>
DetailsView - Works in Firefox, not in IE7
Posted by Ricardo Costa at 2/20/2008 3:40:41 AM
Hello,
I'm developing an ASP.NET website with Visual Studio 2008. One page displays
a couple of DetailsView controls with some information from the data source.
I want the column on the left to be 120 px wide. The right column should
fill the available space, and the table has the width set ... more >>
handling whitespace in the asp.net menu
Posted by koldskaal at 2/20/2008 12:54:59 AM
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
seems to be something that the creators of the aspne... more >>
Failed to enable constraints
Posted by cs_in_va at 2/18/2008 6:44:47 PM
I get the following error when trying to access a page (prodcuts.aspx)
with a single drop down list box bound to a objectdata source linked
to my categoryBLL,.vb file. Here is what I have.
Table Categories with CategoryId and CategoryName.
My DAL for this is very simple again:
SELECT Ca... more >>
How to Reference Gridview child controls
Posted by Mike at 2/18/2008 12:15:03 PM
Hello,
I have a gridview that I want to basically convert to behavior like Excel
autofilter. I have created a dropdown list and put it into the header of the
gridview, but I can't seem to reference it correctly. I have been trolling
through the net and ms references for hours but I can't ge... more >>
storing images in filesystem
Posted by nbs6@yahoo.com at 2/15/2008 6:00:07 PM
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... more >>
Emitting Client Script
Posted by Ed Courtenay at 2/15/2008 3:23:34 PM
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
Page.ClientScri... more >>
|