Search

You searched for the word(s): userid:844501

Matching Posts

  • Expired Web Page

    Is there a way to redirect to a specific page if the current web page is expired?
    Posted to Web Forms (Forum) by Nowman on 11/4/2009
  • Health Monitoring One Email

    I have health monitoring working so it sends me an email based off of the SimpleMailWebEventProvider with a rule being for the provider being eventName="All Errors" minInstances="1" maxLimit="Infinite" minInterval="00:00:001". How would I go about setting it so if a specific error occurs that the email would only be sent to me once instead of many times. For example, the database server goes down. Instead of sending me an email for everytime someone tries to
    Posted to Configuration and Deployment (Forum) by Nowman on 10/21/2009
  • Reducing the number of columns

    What are the pros and cons of having a table with four columns vs having one column which stores all of the combinations of the four boolean with that column having a data type of binary or int?
  • Re: Printing with page-break

    Thanks for the response but the issue has not changed with your suggestion.
    Posted to Data Presentation Controls (Forum) by Nowman on 10/14/2009
  • Re: Printing with page-break

    Thanks for your response. The following code is my issue. wucTestQuestionCollection is nothing but a web user control with a gridview displaying testing information. <asp:Panel ID="pnlAnswerKey" runat="server" Style="page-break-after: always;"> <wuc:wucTestQuestionCollection ID="wucTQCAnswerKey" runat="server" Title="Answer Key" /> </asp:Panel> <wuc:Panel ID="pnlQuestions" runat="server"> <wuc
    Posted to Data Presentation Controls (Forum) by Nowman on 10/13/2009
  • Printing with page-break

    I only have two panels with gridviews in each panel on the page and style="page-break-after: always;" on the first panel. When I print the webpage the last printed page of the first panel is printed at the bottom of the page and not the top like I want. Is there a fix for this? I've tried everything to get this to work with no luck. Thanks.
    Posted to Data Presentation Controls (Forum) by Nowman on 10/7/2009
  • .Net Speed

    If I have a web project that runs using .Net v2 Framework, what is the pros and cons of converting the project to v3.5? Would the application run slower or faster?
    Posted to Getting Started (Forum) by Nowman on 10/7/2009
  • Understanding HTML Encoding

    &hearts; Alright, I'm confused. So without HTML Encoding &hearts ; without the space in between the 's' in hearts and the semicolon will draw the heart symbol. But with HTML Encoding it will display that text because the & is replaced with &amp;. So how do you display the heart with html encoding turned on? Thanks.
    Posted to Web Forms (Forum) by Nowman on 9/8/2009
  • Re: Understanding HTML Encoding

    So what you are saying is it impossible to display the heart symbol in a label that html encodes the text?
    Posted to Web Forms (Forum) by Nowman on 9/8/2009
  • Set text of label

    I want to write code on my master page so i set text of a label that is on the master page after the page load of my pages. I tried to set it in the Master Page's Unload event, but the label won't appear because the page is done loading. Any suggestions?? Thanks.
Page 1 of 14 (131 items) 1 2 3 4 5 Next > ... Last ยป