Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Building Controls / January 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to use Collection Editor for control15 Jan 2004 15:50 GMT3
Hey guys,
I am building a web control. Can someone give me a sample snippet or
explanation on how to use the collection editor to add/remove items to my
control's collection or array?
warning sign15 Jan 2004 07:47 GMT2
is it possible to get a warning window when using user
Control ?
(warning window like the one apper when installing exe
file )
Controls with a client side onLoad function or seting a cursor server side15 Jan 2004 03:55 GMT3
Is there any way to create a web control that calls a client side
onLoad function?
Its diffucilt since you are not able to access the form or body tags
in the control.
Inherited TextBox14 Jan 2004 21:19 GMT1
All,
I want to create a custom control which is actually inherited from a
textbox.  This custom control will have one more field called
Required.  If requires is set to TRUE then before user can post this
user controls: dynamiclly added child controls dont survive post back ?14 Jan 2004 21:13 GMT1
i have some strange behaviour:   i've created a web user control that add's
some child controls (e.g: textbox, image buttons) to its control collection
(= Me.Controls) at runtime.
no prob.  but after a postback gets fired (and the web page reloads) the
extending the RegularExpressionValidator14 Jan 2004 18:39 GMT1
I would like to have a RegularExpressionValidator that would also require an
entry.  So I opened Reflector and looked at the RegularExpressionValidator
control and found the EvaluateIsValid function.  In this function it returns
a true if the ControlToValidate is empty.  OK so my ...
validation not working properly14 Jan 2004 16:03 GMT1
I have a control that I am building that adds two validation controls to the
control heirarchy like so:
[code]
'setup and register client-side validation
control value after submit14 Jan 2004 15:52 GMT3
QUESTION IS AT BOTTOM...
------------- ASPX -----------------------------------------
<form id="form1" runat="server">
   <asp:placeholder id="plhA" runat="server"/>
Exposing an internal datasource in the designer14 Jan 2004 14:13 GMT3
I've created a Custom control that inherits from the
DataGrid class.  My control contains collections that I
want to appear in the DataSource property dropdown at
design time.  Once I've selected the DataSource, I want
Controls like IE URL entry field14 Jan 2004 08:18 GMT1
I need to design a control like IE URL entry field. When I type "http://www.a" in URL, all the addresses have "http://www.a" would display. the number of URL display would be decreased as you type more words on the URL. Is it possible to do the same in ASP.NET? If so, which ...
Adding Controls to Toolbox With Add-In14 Jan 2004 04:08 GMT1
I'm having problems creating an add-in to install a library of custom
controls I have in the toolbox. I've created a Visual Studio .NET
Add-in project and implemented this code in the OnConnection() method:
public void OnConnection(object application,
usercontrol and clientside validation14 Jan 2004 00:06 GMT2
I have a usercontrol and i have written sone clientside
validation script associated along with it. Now when i
register this usercontrol in the mainwebform, how can i
access the clientside validation to validate the
Use "Class" to display CSS data in ASP.NET13 Jan 2004 15:45 GMT2
As I know, I can use "Class" attribute in ASP to render the HTML control with some CSS properties. I want to know that is it the same effect in ASP.NET?  But I found it is not.
Below is my code. Please suggest the correction, if I wrong. If not, how can i use CSS in ASP.NET
<asp ...
dropdownlist control13 Jan 2004 10:38 GMT5
I want to display a image and the text in the dropdownlist
box.
How can i do that by adding a property to dropdownlist
control?
Add control to asp:PlaceHolder on asp.net page from user control on same page12 Jan 2004 22:52 GMT5
I have an asp.net page default.aspx with a user control and a placeholder
control.
<html>
   <body>
Pages: 1 2 3 4 5 6 7 December, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.