ASP namespace strong type access for dynamically loaded user control
Mon, 7 Apr 2008 06:11:33 -0700 (PDT)
ASP namespace strong type access for dynamically loaded user control
(web application, not web site)
I have a user control in a web application which I dynamically load
from an aspx page as follows:
UserControl ctl = Page.LoadControl("./User Controls/
MailForwardingGrid2.ascx") as UserControl;
form1.Controls ...
|
Filtering data in the ReportViewer using a drop down control
Mon, 7 Apr 2008 04:11:00 -0700
Hi
I have a ASP.Net page with a ReportControl and a drop down control to filter
the data shown in the report.
However I cannot get any data displayed. To illustrate the problem I have
made a small demo. It is based on the AdventureWorks database.
The StateProvince table is displayed in the report and th ...
|
FindControl in Datalist object
Fri, 4 Apr 2008 16:35:01 -0700
Hello,
I am trying to set an image visible field to False if the dataset is null.
With the code below, I am getting an error - "Object reference not set to an
instance of an object."
First - the code behind:
Protected Sub Image1_DataBinding(ByVal sender As Object, ByVal e As
System.EventArgs)
D ...
|
adding a handler to child component's event in design-time
Thu, 03 Apr 2008 21:47:36 +0300
Hi all,
I have this problem:
A web control contains a child component exposed as a property, and the
component declares a few events. The event list in the VS property grid
correctly displays the child events under an expandable section.
However, double-clicking an event of the child component does not c ...
|
UploadFile filtered by files type
Thu, 3 Apr 2008 06:11:02 -0700
Hi all,
is it possible to filter the files uploaded by UploadFile control by file
type?
For example, only .txt files or .doc files.
Thanks in advance.
--
Luigi
...
|
Display Image on GridView Select
Wed, 02 Apr 2008 18:06:12 GMT
I have a GridView that I would like to have an image display in a column
on the gridview when that row is selected. This would help the user know
which row has been selected. Any suggestions?
--
Richard T. Henry
Lewisberry, PA
...
|
DataList adding new Items VB
Wed, 2 Apr 2008 04:06:54 -0700 (PDT)
Hi all,
I've got datalist where I have some Items which I add from database.
Is it possible to add two more items?? I want to add Image and
label... How to do it??
Nabu ...
|
|
|
DropDownList in GridView column no declared in Button_Click
Tue, 1 Apr 2008 12:59:33 -0400
I have a GridView where I have added a DropDownList control that is bound to
a field in the GridView.
I want to be able to set the dropdown for each row in the gridview then
update the rows on the submit (button_click).
I have the following code for the button_click. The problem I'm having is
that "DropD ...
|
Using AjaxToolkit's Slideshow from inside a UserControl VB.NET
Mon, 31 Mar 2008 15:08:21 -0600
Hi all,
I am in a bit of a bind here, I am trying to create a usercontrol to
encapsulate the Ajax Slideshow from the Ajax toolkit.
I set it up so that the control has 1 public property called thumbnailPath
as string I then have a function GetSlides() that loops through all the
images in the directory, and ...
|
Sequence of Events for Custom Control
Mon, 31 Mar 2008 13:53:25 -0500
OK - I've created my first custom control, but I have a few questions.
First off - I know how to add it to the toolbox manually - so once I've got
that done, I create a web page, and double click on that control, to add it
to the web page.
I see that it's not included automatically in the BIN folder, and i ...
|