all groups > asp.net building controls > march 2006 > threads for march 22 - 28, 2006
Filter by week: 1 2 3 4 5
User Control - Properties
Posted by Paul Say at 3/28/2006 10:13:00 PM
Can the properties of a User Control be made available to be set in the
properties panel in visual studio at design time.
... more >>
Custom DataSourceControl with parameter collection at design time
Posted by MattBell at 3/28/2006 2:09:02 PM
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 property 'SelectPara... more >>
regex replace
Posted by AVL at 3/26/2006 8:55:01 PM
Hi.
I've a requirement in regular exp..
I need to replace a pattern...can anyone help me out,...
My input string is as below
<img src="c:\windows\images\bluehills.jpg"><a heref="sfjs">
<img src="c:\vij\granny.bmp">.........
My output string should be like
<img src="D:\images\bluehills.jp... more >>
playing audio n video files
Posted by AVL at 3/26/2006 2:53:23 PM
Hi,
I want to play audio n video files in my web application...
How can I do this?
Are there any samples..... more >>
missing identifier ?
Posted by Jon Paal at 3/23/2006 2:00:26 PM
what's missing here ?
Compiler Error Message: BC30203: Identifier expected.
Source Error: Line 11
Line 9: Public Class GetVol
Line 10:
Line 11: Private Shared<DllImport("kernel32.dll")> _
Line 12: Function GetVolumeInformation(PathName As String, VolumeNameBuffer As S... more >>
need example of how to get assembly info
Posted by Jon Paal at 3/23/2006 12:32:48 PM
Trying to get assembly and hard drive info
any working examples in vb available ?
I couldn;t find any examples for assembly info.
I tried this for hd info but no success.
Imports System.Management
....
Public Shared Function Volume(ByVal strDriveLetter As String) As String
If strD... more >>
compositedataboundcontrol with template databinding problem
Posted by Samuel at 3/23/2006 3:30:27 AM
Hi everyone,
I am new to this ASP.NET 2.0 feature. I am having a hard time getting the
databinding syntax evaluated in my template for a control that inherits the
CompositeDataboundControl that is new to ASP.NET 2.0. I don't have such
problem with a control that inherits from CompositeContr... more >>
Web derived controls in VS2005 designer view
Posted by postings NO[at]SPAM alexshirley.com at 3/23/2006 2:54:34 AM
Hi
I'm more or less desperate here, I've posted this in a few forums now
over the months and got absolutely no response. It would be very much
appreciate that you could help in any way here... So take pity :)
I have a control derived from a drop down list written in VB.NET
(ASP.NET 2.0) tha... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Usercontrol enable property
Posted by greatdane at 3/22/2006 1:01:26 PM
I have a usercontrol with a textbox.
I displayed the control programmatically on my .aspx
How could I manipulate the 'enable property' and/or bordercolor of the ucl
textbox from my .aspx page?... more >>
Asp.net2 How can I create my custom CompositeDataBoundControl
Posted by Dédé at 3/22/2006 12:00:00 AM
Hi
I'd like to create my own CompositeDataBoundControl to show and edit data
with other custom webcontrols.
In the MSDN there is a small sample :
http://msdn2.microsoft.com/en-US/library/system.web.ui.webcontrols.compositedataboundcontrol(VS.80).aspx
I think this sample is too short...
... more >>
|