Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Problem with calendar control
Ron Harter - 3 Jul 2009 3:21 AM - 3 messages
I am unable to set the width for the day cells in the calendar control. I am controls to various days for events and have set wrap to false. The problem I am having is I am getting some really skinny days because they are getting ...
Score Clearing the days of anydata
Ron Harter - 2 Jul 2009 11:39 PM - 2 messages
I am new to ASP .Net and still learning so please bear with me. I have a calendar control where I need the days that are not part of the current month to be empty. I can't find anything in the documentation on how to do ...
Score Live Chat
Morris Neuman - 2 Jul 2009 2:18 PM - 3 messages
Hi, Would like to provide Live Chat scenario on our website.  Can you provide link on how best to do this?  Any documantation with sample code would be very helpful. ...
Score How do i show all pages in the gridview
John Cantley - 1 Jul 2009 8:04 PM - 2 messages
I set the following gridNews.PagerSettings.Mode = PagerButtons.Numeric; int pCnt = gridNews.PageCount; gridNews.PagerSettings.PageButtonCount = pCnt; It still shows pages 1-10 then the ... If I have 50 pages I want it to show all of them. This is not my request but ...
Score Email Body New Line
Morris Neuman - 30 Jun 2009 9:56 PM - 6 messages
Hi, I want the EmailBody to have new line between fields.  Tried '\n' as well as "\n" but neither work. My string is as follows: string EmailBody = "Name=" + TextBox1.Text + '\n' + "Phone=" + TextBox2.Text + " Email=" + TextBox4.Text + " Message=" + TextBox3.Text + " Remote Host=" + ...
Score Email resent on page refresh
Morris Neuman - 30 Jun 2009 5:51 PM - 5 messages
Hi, My page has several textbox fields and a submit button.  I have attempted to reset the textbox fields to nulls after the email is sent.  However, when the user clicks on the page refresh button, though the textbox fields are empty, ...
Score UserControl Self-Inserting JavaScript
Alex Maghen - 30 Jun 2009 1:34 AM - 6 messages
I am building an ASP.NET UserControl. The UserControl will be making use of one or two JavaScript functions. I want to assure that those functions will be on the Page once and only once, but I don't want to have to remember to ...
Score UserControl "PreRender" Event
Alex Maghen - 30 Jun 2009 1:21 AM - 2 messages
I am building a C# Web UserControl. By default, when you create one in VS, it comes with the     protected void Page_Load(object sender, EventArgs e) event handler set up. How do I add an Event Handler function for other ...
Score Visitor's IP Address
Morris Neuman - 29 Jun 2009 11:12 PM - 5 messages
Hi, I have a textbox fields on an aspx page that the user fills in then when they click on submit the fields get emailed to me. How do I get the user's IP address?  I don't have any sign-in requirements. ...
Score Error with Page Views
Morris Neuman - 29 Jun 2009 11:11 PM - 3 messages
Hi, I have a few pages with Views and I sometimes get the error below.  I am using Expression web2.  What am I doing wrong? Compilation Error Description: An error occurred during the compilation of a resource required ...
Next » 2 3 4 5 6 7 8 9 10