all groups > asp.net building controls > april 2005 > threads for april 8 - 14, 2005
Filter by week: 1 2 3 4 5
notes, trust deeds and mortgages
Posted by Michael Lescault at 4/14/2005 8:49:21 AM
Hello
My name is Michael Lescault; I buy notes, trust deeds and mortgages
I was hoping you would be able to help me find some people or a list of mortgagees that may want to sell there notes, trust deeds or mortgages.
Thank you for your help
Michael Lescault
401-475-3280
mlescault91967@aol.c... more >>
Image control not working
Posted by Venkatesh.Bhupathi at 4/13/2005 10:37:01 PM
I have a user control inside a aspx page and i have event handler inside the
user control for the ImageClick EVent. But when i am trying to instantiate
the event in the .aspx page load event it is throwing object reference set to
null. Please find the sample code attached i have done please ch... more >>
Urgent! GridView and templated controls binding. Plz help
Posted by Shafia at 4/13/2005 2:52:16 PM
Hi,
My GridView has templated controls in it and I'm binding to an
ObjectDataSource. The problem is it refused to bind to my grid column
"ColumnName" which is also an UpdateCommand Parameter for the
ObjectDataSource. It displays the following error
"DataBinding: 'System.String' does not conta... more >>
East Central Florida training
Posted by FloridaJoe at 4/13/2005 9:53:55 AM
I cannot find a group better devoted to this question.
Can anyone recommend a source for training in ASP NET in the east / central
florida area. I'm looking for an evening course in college or university or
a reasonably priced private school. The only courses I can find in Orlando
are 5 day cl... more >>
Including Java Scripts in Server controls
Posted by Sundararajan at 4/12/2005 2:37:02 AM
Dear Folks,
I am developing a server control as a composite control. I need to
associate some javascripts with the individual controls of the composite
control.
I have the javascrips in a separate .js file. how can i associate the
functions in .js file with the server controls.
Th... more >>
Setting default values to datagrid headerstyle
Posted by Joey Lee at 4/12/2005 12:00:00 AM
Hi,
How do one set default value for objects?
For simple attributes like string, one can do it like
[Bindable(true),
Category("Appearance"),
DefaultValue("datagridstyle")]
public override string CssClass
{
get
{
return base.CssClass;
}
set
{
base.Cs... more >>
Server PUSH to client
Posted by PBS at 4/11/2005 8:41:49 AM
We have an internal asp.net application for orders/manufacturing
information. Presently we have set the META Refresh tag on the affected
pages set to "120" so the client browsers refresh every two minutes so
displayed data is "current". This has several drawbacks, including the
annoyance o... more >>
Transform html to code
Posted by Steve at 4/10/2005 9:15:02 AM
Is there a class that will assist with taking existing aspx markup from a
file and creating a sort of tree structure that will allow you to transform
the html layout to code?
Example aspx code:
<asp:Table runat=server>
<asp:TableRow>
<asp:TableCell>
<asp:Label id=mylabel>test</asp:La... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Accessing path in a custom designer
Posted by Dale Preston at 4/10/2005 8:57:56 AM
I am creating a custom web control with a custom property editor. The
custom editor is for setting a relative URL property of an item in a
collection property of the control. Because the property is a collection,
the UrlEditor will not work because of a known (even if not confessed) bug
in all... more >>
Setting the order of LoadViewState
Posted by lisa NO[at]SPAM starways.net at 4/8/2005 12:43:33 PM
I have a server control. It has a Layout property, a Height property,
and a Width property. What happens in the Height and Width property
depends on the Layout.
Unfortunately, what seems to be happening is that when I run a page
that has my control in it, the Height and Width properties are
... more >>
|