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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to Display an image, from a DB, into the Gridview (ASP.NET 2.0) 30 Apr 2006 11:42 GMT2
I would like to know how do display an image into a Gridview (ASP.NET 2.0)
taken directly from a DataBase, NOT using an URL, like described in this
article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/Gri
dViewEx06.asp

Toolboxbitmap Attribute for custom control29 Apr 2006 23:21 GMT1
THanks in advance to anyone who can help :)
The only way I'm able to add my custom 16x16 toolbarbitmap image is by using
the ToolbarBitmap constructor:
ToolbarBitmap(//path to imagefilename)
Accessing hidden controls on ascx page26 Apr 2006 23:37 GMT1
I have a hidden control
<input id="FieldSortOrder" type="hidden" name="FieldSortOrder"
runat="server"> in a ascx page. I want to store some value in this
control in the code behind page.
How to "Imports Resources" into compiled custom controls?26 Apr 2006 02:58 GMT1
I am building a custom control for a Web Application in ASP.NET 2.0 that
makes use of the name space "Resources" for localization
(app_globalresources) by adding this to the top of the customcontrol.vb file
in the app_code directory:
Iterate through page controls 24 Apr 2006 09:09 GMT1
Hi friends,
I need of some help,
I have this code:
For Each t As TextBox In Page.Controls ' here is the error
Collections properties in custom controls21 Apr 2006 15:29 GMT3
Hi, How I can create collections properties in my custom controls in ASP.net
(C#), I need create properties inside other propierties.  Thanks! My english
is bad, excuse me!
VS 2005 & Web User Controls21 Apr 2006 14:53 GMT4
Hi. When you create a Web User Control using VS.NET 2005, it creates
something that looks quite different from what was created in previous
versions. Is there a documetn anywhere that expalins specifically how ASCXs
have changed in this version?
Reg: Showing default data in DropDownList21 Apr 2006 13:42 GMT1
I have a datagrid with 2 DropDownList controls...I am binding data to these
controls on pageload event.
I wanted to show some default text in these controls like "Select Drodown1"
but this value is not present in dataset...
converting varchar to double21 Apr 2006 09:29 GMT3
I try to cast/convert a varchar into a double but it doesn't work, i get an
error that it isn't possible to convert. What can I do?
The code is:
whereSQL += "cast(bedrag as numeric(10,2)) > '" &
User control init event in C#21 Apr 2006 05:34 GMT2
I’m using user controls in a web application, and i’m triyng to make use of
its init event.
This is the sample code I’m using in the user control
using System;
Custom DataSourceControl with parameter collection at design time20 Apr 2006 14:43 GMT2
I have a custom DataSourceControl which has a parameter collection defined as
a property on the object.  While everything works just fine I'm having
problems with the design time implementation of the control.  I'm getting an
error: 'DocumentDataSource' could not be set on ...
CompositeControl and Toolbox19 Apr 2006 22:32 GMT3
This has been asked repeatedly many times and no one has been able to answer
it. Now, I have the problem too..... why are  CompositeControls so hard to
make show up in the Toolbox? Why do they show up sometimes and then
disappear? What's magic combination of tricks need to happen ...
ASP.Net 2.0: Help with ClientScriptManager 19 Apr 2006 10:15 GMT1
I'm working on a custom control that needs to register client script to the
page.
string key = "ScriptKey";
string script = "<script language=\"javascript\"> alert('Hi'); </script>";
problem whil adding user control dynamically multiple times18 Apr 2006 14:34 GMT1
I have two buttons add and save on my aspx page
as and when i click on save button ,i want to load user control on form
it works fine but when i click on add button then that previously
loadded user contol goes away
ASP.NET 2.0 - How to build a Monitoring Application18 Apr 2006 07:51 GMT2
Hello to everybody,
I would like to know how to build an ASP.NET 2.0 Application that show me
some data from a SQL Server Table and refresh it every one or two seconds ?
With autorefresh ? May be it is not so elegant...
Pages: 1 2 3 March, 2006
 
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.