| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I am creating a Templated Data-Bound control. When the DataBind()
method is called I would like the OnItemDataBound to fire. I can tell
something...
AT
|
07-08-2003 03:05 PM
AT | 0 | 30 |
|  | Hello,
I have this
page.aspx
----------
<%@ Register TagPrefix="uc1" TagName="Userdetails" Src="Userdetails.ascx" %>
...
<asp:datagrid id="dgTest"...
Andreas Klemt
|
07-08-2003 10:18 AM
Andreas Klemt | 0 | 22 |
|  | Hi!
I know how to paint listbox items, but don't know how to
paint the scrollbar of the listbox. Can someone give me
some hints on this?
Thanks...
dotty
|
07-08-2003 07:00 AM
Vidar Petursson | 1 | 27 |
|  | Thanks for your interest.
Let me explain it differently:
We have an ASP.NET web site. When you are surfing inside our site, if
something wrong...
ozgur develioglu
|
07-07-2003 08:03 PM
Victor Garcia Aprea [MVP] | 2 | 20 |
|  | Hello all,
I have two forms form1.aspx and form2.aspx.
I need to reterive all the form elements from form1 into form2.
In Form1.aspx n number of...
Mathew George
|
07-07-2003 07:50 PM
Victor Garcia Aprea [MVP] | 1 | 32 |
|  | I have created a Web User Control with a link button on
it. I dynamically load this control on my default page.
In the Click event on my control I...
developer1996
|
07-07-2003 07:44 PM
Victor Garcia Aprea [MVP] | 2 | 31 |
|  | I am unable to load the user control from client machine browser if the user
controls referes other custom dlls that I have created. Its working fine...
news.microsoft.com
|
07-07-2003 04:19 PM
news.microsoft.com | 0 | 26 |
|  | Hi Paul,
Could you post some code?
--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my...
Victor Garcia Aprea [MVP]
|
07-07-2003 04:15 PM
Paul Ingles | 1 | 29 |
|  | Hi
Answered in microsoft.public.dotnet.framework.aspnet
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client &...
Vidar Petursson
|
07-07-2003 12:41 AM
sramruttun | 1 | 33 |
|  | Pease be excuse the poorly phrased question. I'm a bit confused:
I've got a user control that accepts username and password values submitted
from a...
Joe Iano
|
07-06-2003 09:13 PM
Joe Iano | 2 | 32 |
|  | All,
I am unsure of why this is happening... When I run the same code at
work, I get the expected results. However, when I'm at home I
don't...
I...
AT
|
07-06-2003 07:11 PM
Victor Garcia Aprea [MVP] | 1 | 25 |
|  | Hi to all,
How would I use a public string property to use a color converter
effectively?
Yes, you can use a Color type for this property but I...
Justin Lovell
|
07-06-2003 09:04 AM
Justin Lovell | 0 | 30 |
|  | Hi
I dont know if such a control exists but its not hard doing it
simply use a div with display=none and toggle it, In Explorer you
can add visual...
Vidar Petursson
|
07-05-2003 10:02 AM
Vidar Petursson | 0 | 37 |
|  | Hello all,
I'm trying to build a user control (specifically, a date picker) and
am experiencing several issues. Also, I'm brand new to web...
AT
|
07-05-2003 04:57 AM
AT | 1 | 27 |
|  | Yes thx...
"awhk" <awhk (AT) portalcontext (DOT) nospam> wrote
Brian Bugge
|
07-04-2003 09:13 PM
Brian Bugge | 0 | 30 |
|  | Hi
I have a WebControl Inheriting from the DataGrid. Most of
what I need to change is fairly straight forward, but I
can't seem to get my head...
Brett
|
07-04-2003 01:43 AM
Brett | 0 | 25 |
|  | I have created a server control for asp.net using C#. Everything works fine
in Visual Studio, but when I attempt to look at the page I get an...
xyz
|
07-03-2003 01:01 PM
xyz | 0 | 40 |
|  | I am trying to build a control that can only be used on a page that inherits
from a custom class.
This base class as a series of public...
Steve
|
07-03-2003 01:07 AM
Steve | 0 | 27 |
|  | peter (AT) workingmachines (DOT) com (Peter Chang) wrote in message news:<ce2e3f1c.0306201035.36a03bd5 (AT) posting (DOT) google.com>...
Perhaps it...
AT
|
07-02-2003 05:37 PM
AT | 2 | 26 |
|  | UserControls have a page_load event as well as pages. when the Load event
occurs for the page, the load events for all child controls are...
Nikolaus Hruska
|
07-02-2003 10:04 AM
Nikolaus Hruska | 0 | 23 |
|  | I am attempting to create a usercontrol that display real statistics /
reporting for specialists and at this point I am looking for some
suggestions...
AT
|
07-02-2003 09:35 AM
AT | 0 | 38 |
|  | I have a collection-property on my control. I Add the items through a
collection editor, and items tags...
Brian Bugge
|
07-02-2003 09:09 AM
Brian Bugge | 0 | 32 |
|  | All,
I have written a very simple custom composite control that includes a
control of type System.Web.UI.WebControls.Table.
The control renders...
AT
|
07-02-2003 03:05 AM
Teemu Keiski | 1 | 29 |
|  | Hi,
I'm trying to create a rich text box using VB.Net. Does
anybody know how I can go about creating one without
having to buy a third party...
Peter
|
07-01-2003 10:51 PM
Peter | 0 | 33 |
|  | Hi, first remove the control from its parent controls collection them add it
to the form controls.
ad-hoc slice of code...
Robozel
|
07-01-2003 01:21 PM
Robozel | 0 | 32 |
|  | Hi all,
I have a question on ASP.NET Datagrid.
Here goes nothing :-
I have a datagrid with a SELECTCOMMAND on the first column.
Whenever i click...
Joseph T.S.Lim
|
07-01-2003 12:52 PM
Teemu Keiski | 1 | 30 |
|  | Hi,
A page consists of a link button. Clicking this link button should first
save data in the database.
If the data is saved correctly then it...
Mathew George
|
07-01-2003 01:06 AM
Mathew George | 0 | 27 |
|  | Thanks for the tip! I read about this on MSDN, google'd some examples and I
was able to get it to work. However, there is a glitch:
Suppose I have...
David J. Berman
|
06-30-2003 02:24 PM
David J. Berman | 0 | 28 |
|  | Is there a way to convert type tablecell to boundcolumn? I need to set,
say column A of some rows (depends on the primary id of each row) to...
May
|
06-30-2003 09:31 AM
May | 0 | 35 |
|  | Hi Mahew,
I used this article at Microsoft Knowledge Base to create a custom...
awhk
|
06-30-2003 04:35 AM
Mathew George | 1 | 38 |
|  | I got it
with(document.forms){
if(!RFV_FrameSelection.IsValid){//validator is false
//code...
return;
}
}
David Medina
|
06-29-2003 02:28 PM
David Medina | 0 | 37 |
|  | I am working on building a DataGrid that has two states: the standard
"read-only" state, where all the columns and rows of the DataGrid are
shown as...
Scott Mitchell [MVP]
|
06-29-2003 12:55 PM
Scott Mitchell [MVP] | 0 | 34 |
|  | I've dynamically creating a datagrid and have the grid setup to allow
sorting. The problem is that the event isn't getting called until after...
Michael Horton
|
06-29-2003 02:41 AM
Michael Horton | 0 | 43 |