all groups > asp.net > june 2005 > threads for sunday june 26
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
Configuration
Posted by Just D. at 6/26/2005 9:22:13 PM
Does anybody know if we have a good web control to select the colors for the
WebApp? It can be like a circle with the colors, table with the standard
colors or in the worst case a triple slider for the same purpose to mix the
colors and get the number to use it in the WebApp.
So whatever, t... more >>
Determining the type of a UserControl (ascx) in code
Posted by Trevor Andrew at 6/26/2005 6:50:01 PM
Hi There,
I have a usercontrol that presents the majority of a page's content. Within
the ASP.NET application it appears as XXXX.PageControl, where XXXX is the
namespace of my project. There will only ever be one and onely one of these
controls per page. I want to identify the control and s... more >>
Need help displaying images dynamically in a table
Posted by tperri at 6/26/2005 3:51:01 PM
I'm familiar with the Data Controls, however what I have is a website where
users can upload multiple pictures.
I want to display these pictures in a table, that has 3 columns in each row,
and for instance if a user has 3 pictures, one row of three pictures will
display, or if they have 5 p... more >>
NUnitAsp and custom controls and pages
Posted by Sasha at 6/26/2005 2:44:05 PM
Hi,
I want to start unit testing my ASP.NET applications with NUnitAsp. But
all my applications are written with the help of custom page and server
control classes (They all inherit from core classes though. For example
CustomTextBox inherits from TextBox).
So the question is this - how do ... more >>
Requires help of true Super-MVP to explain a particular aspect of Asp.Net behavior?
Posted by Amelyan at 6/26/2005 1:58:00 PM
Can anyone explain *why* this happens (not how to work around it)?
[Step-by-step explanation would be great]
An error has occurred because a control with auto-generated id '_ctl8' could
not be located to raise a postback event. To avoid this error, explicitly
set the ID property of controls... more >>
Can two Web User Control have same File (.ascx) name within projec
Posted by MilanB at 6/26/2005 9:21:03 AM
Hello
I'm asking is it possible that two or more Web User Control have same file
(.ascx) name within same project? Namespace is different.
I got error message: "CS1595: 'ASP.EditForm_ascx' is defined in multiple
places;"
I know that I have two controls EditForm, in different namespaces, bu... more >>
How to get the page name of itself
Posted by ad at 6/26/2005 12:00:00 AM
When I a webpage, say "MyPage.aspx", How to get the page name of itsef
(MyPage.aspx)?
... more >>
Difference between Html Element and Web Controls
Posted by SAI at 6/26/2005 12:00:00 AM
Both have "TextBox" element and "Runat server". I don't understand the
difference. Please advise. Thanks.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Question About Code Behind
Posted by SAI at 6/26/2005 12:00:00 AM
I have 2 files which are copied from Microsoft for testing code behind.
But always show error "Parser Error Message: Could not load type 'MyClass'."
and highlight the aspx file code, Is my server has problem? thx.
Line 1: <%@ Page Language="C#" Inherits="MyClass" %>
aspx file content :
<%@... more >>
Globalisation help needed.
Posted by Jensen Bredahl at 6/26/2005 12:00:00 AM
Hello,
i'm implementing globalisation in my asp.net website.
i'm getting the following error when i try and read my text from the
sattelite assembly.
***
Could not find any resources appropriate for the specified culture (or the
neutral culture) in the given assembly. Make sure "MyApp.St... more >>
|