ListView OnItemDelete
Tue, 29 Apr 2008 15:40:54 -0700
How do I pass the DataKeyName of my ListView to my OnItemDelete.
My List View
<asp:ListView ID="lvSubmittalStatus" runat="server"
DataKeyNames="submittalstatusID"
ItemPlaceholderID="itemPlaceholderSubmittalStatus"
OnItemDeleting="lv ...
|
this might help..
Tue, 29 Apr 2008 01:52:10 -0700
hi this was the same error i was getting
try removing the line
ExpandDepth="1"
i had written this line in Page_Load event and after removing it my code worked just fine.
i hope it helps..
...
|
newbie crystal reports question
Tue, 29 Apr 2008 04:46:31 GMT
Hi
I have VS2008 with the basic version of crystal reports that comes with it.
If I have my website hosted by a web hosting company, can I have a crystal
report in one of my web pages without having crystal reports installed on the
web host's server?
Does the web host need to be running .net 3.5 or will ...
|
FormView display issue in design mode
Fri, 25 Apr 2008 11:38:56 -0500
I am using VWD 2005 and added a FormView control to my page in the third row
of a table. After editing the ItemTemplate, the controls look fine in design
mode, but when I view in the browser, the FormView controls are no longer
under the last row in the table, but about two inches below that row. I
edited th ...
|
How to use AppSettings with Custom Control
Wed, 23 Apr 2008 16:32:19 -0500
I've built a custom control -- now I need to retrieve a setting in the
AppSetings section of the Web.config of the current web app using my custom
control.
How can I access the Web.config file for something like this?
...
|
Panel Border question
Wed, 23 Apr 2008 22:53:28 +0200
Hi,
I want to place a div or panel on my page that has a text in it which is
also a hyperlink.
So it looks like a button but isn't really.
I don't want to see the button-pressed-state on screen.
The panel I want to have dotted lines around it.
If I use de border part in the stylesheet and look at the pag ...
|
Multiselect DropDownList with CheckBoxes
Tue, 22 Apr 2008 06:12:47 -0700 (PDT)
Hello,
Has anyone any samples how to code a Multiselect DropDownlist using
CheckBoxes
in ASP.NET 2.0 or above using C#?
Or are there any other Open Source projects than CodeGuru's which does
not support FireFox.
Cheers, ...
|
|
|
PagerStyle - Horizontal Align?
Sun, 20 Apr 2008 08:57:38 -0700 (PDT)
hello,
is there a way to left-align the DataGrid's numeric paging thing?
currently it shows the prev/next links for on the right-side of the
grid table, which is problematic for very long grids that scroll off
the page.
i have tried setting the HorizontalAlign="left" property on the
PagerStyle template, bu ...
|
ASP V2, Membership Beginner Question
Sun, 20 Apr 2008 12:41:52 +0100
Hi all
I have set off using the Create User and Login Control.
When I look at the Membership Table the UserID has a default format of
Unique
Identifier and the data value looks nothing like the values I keyed in.
How does the Login control in which the User Name as been entered relate tot
the Stored User I ...
|
How can I speed up producing repeated controls?
Sat, 19 Apr 2008 14:48:01 -0700
Once you get the knack of creating a report with charts using the report
viewer, it seems easy to predict how long it will take you to do several
pages full, especially if they are all based on the same dataset, but only a
different slice of it.
It becomes heart wrenching, however, when a control becomes di ...
|