Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score WebControl, WSS, Session
chris - 22 Nov 2007 4:47 PM - 1 message
'm having some problems with a WebControl, Sharepoint and SessionState. and NullReferences. Somewhere, this method it throwing a NullReference Exception.  It began when I added the session information. Options for null - base - not likely - worked before SS added. I think I handled the case of the empty session appropriately, if not ...
Score Re:Problem with ReportViewer at deploy
vinod kumar - 22 Nov 2007 3:21 PM - 1 message
Hi,Try placing the reportViewercontrol in the user control (ascx page) and load that on to your aspx page.This solved this issue. url:[link] ...
Score Expressions are not allowed in skin files
Lamy - 22 Nov 2007 11:03 AM - 1 message
I am trying to set a culture in my skin file, I had used the following code in my skin file: <asp:Label ID="UserNameLabel" runat="server" Text='<%$ Resources: CreateNew, Label1UserName %>' AssociatedControlID="UserName" style="FONT-WEIGHT: bold;FONT-SIZE: 11px; COLOR: #000000"></asp:Label> ...
Score Closing a dedicated login page
Jeremy - 21 Nov 2007 8:25 PM - 2 messages
I want to use a popup login page and automatically close it when the user authenticates.  In my OnLoggedIn event handler in the code behind in the popup page, I have the following:         protected void OnLoggedIn(object sender, EventArgs e) ...
Score DataList - How to programmatically add a separator row
Tony_VBACoder - 20 Nov 2007 2:27 AM - 3 messages
With ASP.NET 2.0 VB.NET, how do I: I have a multi-column (4 columns) DataList control on my WebForm that displays sports teams for our league.  The data is grouped by Division Names where there are 4 teams per Division.  When the data is displayed on the Web ...
Score Spacing between radio button and text
J. Cairn - 20 Nov 2007 2:17 AM - 1 message
Whenever I create a radio button, there is a large amount of space between the radio button and the text label. I can't figure out how to change that. Anybody know? (I have the same problem with checkboxes.) Thanks. ...
Score dropdownlist overlap
Ganesh - 19 Nov 2007 4:59 PM - 1 message
I've a dropdownlist in a table's row, sometimes i want to increase the width of this when page load, but don't want to disturb other controls just want to overlap this dropdownlist, is it possible, how can i do ...
Next »