all groups > asp.net building controls > june 2004 > threads for june 1 - 7, 2004
Filter by week: 1 2 3 4 5
Iterating custom controls
Posted by Richard S. Byer at 6/6/2004 6:47:30 PM
Here's a simple problem that's eating my lunch:
I need to write a base class method in ASP.NET that will iterate the page
and find all controls of a certain type. The type is a custom web control
that I created. The controls are never found in Page.Controls - instead,
using the debugger, I s... more >>
Dynamically adding controls to a data repeater
Posted by Chris Kennedy at 6/5/2004 12:51:21 PM
I would like to create a composite control based on a data repeater how do I
dynamically add and bind child controls to it? I imagine this is not a one
post answer so any pointers to books or resources to developing such a
control in vb.net would be great. Regards, Chris.
... more >>
How to pass variables from aspx page to user control
Posted by Sathyadeva Aithal via .NET 247 at 6/5/2004 12:24:47 PM
Hi,
Anybody knows how to pass variables from aspx page to user control?
Thanks in advance
--------------------------------
From: Sathyadeva Aithal
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>3hKiJFVHt0yiPxQwLllp3g==</Id>... more >>
Internet Explorer Window Form User Control - Embed - Urgent
Posted by ilan NO[at]SPAM time4learning.com at 6/4/2004 3:36:23 AM
Hi,
This is URGENT, THANKS!
Without getting into the "why", here's what I'd like to do, followed
by where I am:
1. I would like to embed an Internet Explorer user control within
Internet Explorer. I do not want to use IFRAME to simply call up
another page.
Where I am:
1. I've "sco... more >>
Writing javascript code in every page of my site using aspx
Posted by postmaster NO[at]SPAM etantonio.it at 6/4/2004 3:27:55 AM
Good Morning,
I would want to use aspx to write this javascript code for me in every
page of my site www.etantonio.it how can I do this ???
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXX";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_a... more >>
Events LifeCycle
Posted by Josema at 6/4/2004 2:01:03 AM
Hi,
Im reading that this is the Control Execution Lifecycle
Initialize, Load View state Process postback data, load, send postback change notifications, handle posrback events, prerender, save state, render, dispose, unloa
My questions about this are
1) All this methods, and events are execu... more >>
Dynamically loading user control
Posted by Divya at 6/3/2004 5:31:03 PM
Hi
I am adding a user control to an aspx page dynamically. This user control has a link button. Hence I have to enclose it in a form tag with runat=server. When I execute the page, I get a javascript runtime error (; expected). The error occurs in the asp generated part of the code. The line where... more >>
Custom Server Control Question
Posted by Simon Schmidt at 6/2/2004 7:06:20 PM
Hi,
Two Questions:
1. How can I realize a Array-Property on my ServerControl like the Items
Property of the DropDownList Control?
2. I want to place my Server by using CSS.
But how can I find out the Position where it was placed in Visual Studio?
Thanx Simon... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Interacting with Windows Scheduler
Posted by guevara_81 NO[at]SPAM yahoo.com at 6/2/2004 9:11:04 AM
Hello,
I'm looking for a way to set the windows scheduler from an
application. What my end goal is to be able to configure the
app.config file with parameters that would be interpreted and then set
the windows scheduler accordingly.
Thanks,
AP... more >>
Programatically created controls in an ascx user control misbehaving
Posted by Gary Graham at 6/2/2004 9:06:02 AM
Hello
I have a need to dynamically (programatically) create various different controls (TextBox, RadioButtonList, CheckBox, etc.) at page_load from within a User control - (.ascx). The reason is that the page content is dynamic and we are using a template .ascx page that loads the .ascx page that... more >>
Security - Best Encryption Tool
Posted by gaurav.khanna NO[at]SPAM wipro.com at 6/1/2004 7:41:43 AM
Hi
I need to store the credit card information in my database. I have
been looking for some third party tools which could provide encryption
for credit card numbers.
The help I need is:
a) What is the most secure encryption tool that can be used to store
credit card information?
b) ... more >>
|