Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Report Viewer not displaying data
Angel - 16 Dec 2006 8:26 PM - 1 message
I am using the MS Report Viewer. I created a report (.rdlc) in my website. I set the report up using a datasource. I have the following code: Dim dta As New dsReportLoanBatchTableAdapters.FARReportLoanBatchTableAdapter Dim dt As New dsReportLoanBatch.FARReportLoanBatchDataTable ...
Score Raise Event from Dynamically loaded Web User Control
Angel - 15 Dec 2006 8:21 PM - 1 message
I created a web user control(.ascx) that I load dynamically on my web page. In this web user control I have an event that I want to expose for my page so it can capture it and perform certain functions. Unfortunately I cannot ...
Score Custom Validation Summary Problem
kpg - 15 Dec 2006 5:53 PM - 2 messages
I can't get the CustomValidator (CV) ErrorMessage to display in the ValidationSummary. On the same page I have several RequiredField Validators and a Range Validator, that all work just fine, that is, the ErrorMessage text is displayed by the Validation summary ...
Score Could not run ASP.Net 2.0 apps
Steve B. - 14 Dec 2006 3:15 PM - 1 message
Hi, I'm building an application that uses ASP.Net 2.0. During dev phase, I used the vs webserver and it works fine. Now I want to test it into a production like IIS web server, but without success, I get this error whenever I try to run a .Net page : ...
Score LinkButtons and PostBacks
narmathabala - 13 Dec 2006 12:14 PM - 1 message
Hi, I have a set of linkbuttons postback to the same page using Response.Redirect(). It works great with FF but not on IE (surprising). On IE, the PostBack does not work. Am I missing anything here? I work with .Net 2.0. ...
Score asp:Wizard control - hiding "next" button on certain steps.
Nick Gilbert - 12 Dec 2006 6:20 PM - 1 message
Hi, I'm using the asp:Wizard control and on some of the steps, I would only like the user to be able to progess to the next step by clicking an image button. Therefore I would like to be able to hide the Next button ...
Score Visual Web Designer 2005 - Button Stretch ?
Goofy - 12 Dec 2006 3:55 PM - 1 message
When using master pages with  a content area., If I drag a button to the content, when I run the page it stretches way across the page. However, If I slightly resize it, then it displays ok. Has anyone else seen this ?? ...
Score clear text password in login control in ASP.Net 2.0
anoop - 11 Dec 2006 5:15 AM - 1 message
Hello,          I am using Login control in ASP.Net 2.0. I have also done settings for Membership class in Web.Config file. Now I want to know that how can I ...
Score Style Sheet not getting applied to content page
Amit - 10 Dec 2006 9:12 PM - 1 message
I have a master page and a content page but the stylesheet isnt getting applied like how it looks in visual studio design view. The master page is defined like this: <%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> ...
Next »