all groups > asp.net > june 2006 > threads for saturday june 10
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
MasterPage problem
Posted by Sean at 6/10/2006 8:56:02 PM
I have set up public properties, methods and even classes inside my masterpage.
only when I go to my content page they are not visible. I try
master.<where is my property>
and even
asp.nameofmymasterpage.<no public property here>
on my content page I also have to directive
<%@ MasterType ... more >>
Dynamic Data Entry Screen? How-To?
Posted by Spam Catcher at 6/10/2006 5:44:29 PM
Hi all,
I'm building an application which requires custom dynamic data entry
screens. These screens could do anything - from displaying data, to doing
complex calculation.
I'm thinking of using a web browser (IEControl - .NET 1.1) control to load
up an ASP.NET page. The ASP.NET page will... more >>
Custom control - how to access text inside the tag
Posted by Paul at 6/10/2006 5:19:29 PM
Hi all,
I'm making a custom control. I can set attributes to determine how the
control is rendered, but I don't know how to access the text inside the
tag. For example:
<tagprefix:TestControl runat="server">My text</tagprefix:TestControl>
How can I fetch the "My text" value in the custom ... more >>
how to raise SelectedIndexChange event?
Posted by Dave at 6/10/2006 3:51:10 PM
Hello,
I'm starting with asp.net and i don't know how to raise the
SelectedIndexChange event when clicking in a dropdownlist control.
I thought it was the same as by clicking on a button.
This is what i did:
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
In th... more >>
Application Restart happens for each page
Posted by amolkasbekar NO[at]SPAM gmail.com at 6/10/2006 1:16:31 PM
Hi All,
I have a asp.net application that I am migrating from 1.1 to 2.0.
The App runs fine in 1.1. My setup is Winxp with IIS5. However, when I
run the app in 2.0, IIS is doing an 'Application Restart' for every
new aspx page. This is causing application state to be lost. I added
code to... more >>
Trouble opening a asp.net project
Posted by Frank Rizzo at 6/10/2006 12:48:38 PM
Hello,
I've inherited an vs2003 asp.net project from a fellow that had Windows
2000 advanced server as his development machine. As a result he mapped
the project to a web site (mapped to a non-standard port, 87 I think)
instead of mapping it to a virtual directory.
My dev machine is win... more >>
Move progress indicator in atlas
Posted by Chris at 6/10/2006 8:22:01 AM
Hi,
I had asked this question on the asp website but no ans.
How can I move the Atlas Progress Indicator on a page. It seems to default
only to the top. I have three textbox and a button on a page. When the user
clicks on the button I want three of the animated progress indicator to be at
... more >>
trying to change the mediaplayer url from a databound listbox
Posted by Stephen at 6/10/2006 7:20:25 AM
Here is my issue. I have a <asp:listbox control that is populated with movie
titles and url for the media file
from a database. No problem.
No what I want is the
OnSelectedIndexChanged event to be able to change the mediaplayer.url on
the webpage sound simple
but intellisnse doesnt see... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Where is Page.RegisterClientScriptBlock Available?
Posted by Nathan Sokalski at 6/10/2006 1:19:43 AM
I have used the RegisterClientScriptBlock method in external functions of
mine (ones that are saved in a separate *.vb file), where I use them as
follows:
Public Shared Sub MyFunction(ByVal txtbox As TextBox)
'other code
txtbox.Page.RegisterClientScriptBlock("mykey","myscript")
... more >>
a Simple JavaScript
Posted by Bruno Alexandre at 6/10/2006 12:00:00 AM
Hi Guys,
I wonder How can I include a JavaScript inside a Wizard Step...
all I need is to perform a Function that will return True Or False (if False
I'll show a ASP Panel), and while I get False I can't allow the user to
click Next Step Buton...
anyone knows where can I start?
I sti... more >>
|