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 / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Javascript and ServerControl30 Apr 2005 19:54 GMT1
 I'm trying to add Server controls on the JavaScript side, I'm using the
following syntax:
var oText = document.createElement("asp:Label");
div.appendChild(oText);
Creating a panel with a collection property -- NEED HELP30 Apr 2005 11:05 GMT3
I've been working lately on making my own tabstrip control because I couldn't find anything that works the way I want it. But now I have a problem, because I have a "Tabs" property which is the collection of tabs inside my control, I'm no longer able to add controls inside the ...
registerclientscriptblock error28 Apr 2005 17:11 GMT5
I'm currently trying to register a block of javascript on a custom web
control using the Page.RegisterClientScriptBlock functionality.  I am
trying to include the "<!--" in the javascript block to hide it as
required by XHTML standards, but when I add these characters and
webcontrol with embedded javasript in assembly28 Apr 2005 15:13 GMT8
I've created a webcontrol that uses some javascript. Currently i've embbed
the javascript into the assembly and it's added to the webpage if
necessary..
The disadvantage of this approach is that the client can't cache the script
custom control onblur postback28 Apr 2005 10:26 GMT1
I have a custom control with a textbox and dropdown list.  The dropdown
list is hidden and acts as a data source for the textbox.  When the user
enters text in the textbox, an onKeyup event is fired and retrieves the
first value from the dropdown list equal to that entered, and ...
Only one instance of my control per Page27 Apr 2005 09:50 GMT7
Hi, what's the best practice of ensuring that only one instance of a
(custom) control can be placed on a Web form (either at design or run time)?
~ Zarko
Custom controls that contain other controls26 Apr 2005 22:20 GMT1
Okay... maybe this has been done.  I hate the Microsoft Tab and
Multipage controls.  So I'm building my own Tabstrip control.
The style and DHTML isn't a problem.  In fact, I'll post it at the end
of this for those who'd like it.  It's probably IE only, but that's the
Dynamic User Controls26 Apr 2005 22:19 GMT5
Hello, I have a page with user controls 1,2,3.
1-will always load in the page
2 or 3 will load depending on the action that is taken in
1.
Can't retain state for Control inherted from ListBox26 Apr 2005 18:46 GMT1
I have created a Web Custom Control that inherits from
WebControls.ListBox but can't get it to retain the selectedIndex after
a postback.  As a test I created a very simple version of the control
with no additional code.  I just inherited from the exisiting ListBox
Limiting number of control instances?26 Apr 2005 13:40 GMT1
Hey all,
Is there a way of limiting the number of instances of a server control
that the user can put on a form?
I'm writing an interfaceless server control, and I want to make it
IHttpHandler and VS design-time26 Apr 2005 09:16 GMT3
I've developed a custom handler for my custom control that stores and serves
all the JS and GIF files to the control user at run time.
Question: how do I force the images to appear on the control (as those are
child controls to this composite control) at design time in VS's  ...
removing item from dropdown list26 Apr 2005 04:17 GMT1
Hi just wondering if there is a way to remove an item from a dropdown list in
code after it has been filled with data from a dataset?  Also do I need to
know the index of the item I want to remove or is just knowing the string
value sufficient?
Using controls in datagrid cells25 Apr 2005 17:43 GMT1
How can I retrieve the Container.DataItem name in a checkbox used in a
template column.  During an Update, I can dynamically retrieve the value of
the checkbox, but I need to retrieve the DataItem also.
<asp:TemplateColumn>
Read a CSS File25 Apr 2005 10:26 GMT5
Using vb.net.
Can anyone provide some insight or examples of reading a css file.
I want to be able to read the name/value pairs for some classes.
My asp.net app is using IE WebControls TabStrips which don't support css
Multicolumn combo box23 Apr 2005 14:34 GMT9
Hi,  
I have to show data in grid like manner in the combobox.  
Please give me ne idea to create multicolumn comboBox.  
Thanx.
Pages: 1 2 3 4 5 March, 2005
 
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.