MI5-Persecution: Why do you think MI5 are responsible? (4085)
16 Dec 2007 12:02:22 GMT
Why do you think MI5 are responsible?
The question of who is ultimately responsible for this eight-year
harassment is one which is very difficult to answer, as the persecutors
have never clearly made their identities known to the persecutee. However,
I believe I am correct in attributing the continuing victi ...
|
how can I reference a user control from a page class?
Fri, 14 Dec 2007 14:04:00 -0800
I am trying to reference a user control from a custom page class that all of
my other pages inherit from. Since the base page class is just a class file
with no aspx partial, I cannot use a @Register directive to register the user
control with the page class. I tried adding the user control to the
web.conf ...
|
Naming Container difference between VS2003 and VS2005
Tue, 4 Dec 2007 16:30:23 -0500
I have an ASP.Net project I developed in VS2003 (ASP.Net 1.1) that works
fine, but when I convert it to VS2005 (ASP.Net 2.0) it's behavior seems to
change. I have the following datagrid in my project:
<asp:datagrid id="grid" runat="server" AutoGenerateColumns="False"
AllowSorting="False" DataKeyField="myID" ...
|
Web Custom Control Absolute positioning in VS 2008
Fri, 30 Nov 2007 09:23:02 -0800
Hi all,
I've built customs controls with VS 2005, now I've recompiled and use them
in the new VS 2008 but the controls no longer works as for positioning. I
can't even move them in the designer.
I've notice that the "me" object in the "render" event on the control no
longer has values for style("top") or ...
|
setting up custom databound control
Tue, 20 Nov 2007 18:25:00 -0800
hey all,
i have a solution that contains a website and class library. when i add a
web custom control to my class library and compile it it shows up in my
toolbox.
well, i'm trying to do a walkthrough article dealing with custom databound
controls and the very first step is to change the inherits object fr ...
|
custom databound control help
Tue, 20 Nov 2007 12:50:02 -0800
hey all,
I'm trying to follow the article walkthrough from msdn and had an issue that
i'd like to get some help with if i could. i've gone thru the whole
walkthrough and it works fine except for when i go into design view it shows
an error trying to render my the custom control.
NOTE: To view image: don' ...
|
control rendering question
Tue, 20 Nov 2007 09:34:14 -0600
there seems to be different scenarios when controls that are added to a
control's hiearchy are rendered. If you just add them to the hierachy and
don't override the control's render method i believe they will just get
rendered.
I have some scenarios where i have built/seen controls and they seem to
render ...
|
|
|
Re: Retrieving values from dynamically added controls
Tue, 20 Nov 2007 00:36:03 -0800
Hi! Can anyone please explain this for a textbox.text value? After I click a
button, all the controls disappear, and also the textboxes and their values,
which I need in the next process.
Thank you.
"NightOwl888" wrote:
> On Sep 8, 8:23 pm, "Nathan Sokalski" <njsokal...@hotmail.com> wrote:
> > I have a ...
|
control with changing name?
Mon, 19 Nov 2007 08:24:01 -0800
Hi,
My idea is that I want to draw more textboxes runtime, with a "for".
Like
for (i=0; i< sg;i++)
{
TextBox something+i = new TextBox; //meaning something1
}
when i is always added to the previous, and gives multiple textboxes.
I need this because I have to draw multiple textboxes, and ...
|
Static user control disappears after postback
Mon, 19 Nov 2007 01:14:00 -0800
Hi, I have recently come across a subtle behavior of ASP.NET 2.0 user
controls, for which i cannot find the cause and therefore need som help. I
have the following scenario - i need to show one grid view where I can select
individual rows, which are displayed in a second grid upon selection. From
the second ...
|