all groups > asp.net webcontrols > february 2008 > threads for february 8 - 14, 2008
Filter by week: 1 2 3 4
No Isert, UPdate or Delete available
Posted by Lars at 2/14/2008 4:03:07 AM
Hi
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
form for th... more >>
How to prevent BulletedList control from encoding HTML?
Posted by John Doh at 2/13/2008 5:47:54 PM
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.
... more >>
.Net 2 Web Panel Font Colour
Posted by Waldy at 2/13/2008 4:07:19 PM
Hi there,
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?
... more >>
AddHandler and dynamically generated controls
Posted by Greg at 2/11/2008 12:17:11 PM
Hello,
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
of the li... more >>
white space question
Posted by Rob Eventine at 2/9/2008 5:26:59 PM
hi all,
is there a way to eliminate a 'space character' (the space bar being
pressed) from the beginning of a line?
eg:
hello
as opposed to
hello
thanks in advance
... more >>
Automatic Sequential Paging
Posted by mg at 2/9/2008 1:14:11 AM
I am doing a sql select statement and using gridview I want to automatically
page through and display data in a web browser with no user intervention.
What is the best way to do this. I have read about setting up the automatic
paging controls, but I just want the pages to sequence by themselv... more >>
Dynamic GridView Columns
Posted by Harry Keck at 2/8/2008 1:52:01 PM
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, nothing displays i... more >>
|