Search

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

Matching Posts

  • Re: also reply blank message

    The site actually does block empty posts. In the case of the test post referred to above though, a validation for empty input (or input that contain only spaces) wouldn't block that post . it contains: <p><br></p>
    Posted to Feedback on this website (Forum) by mbanavige on 11/23/2009
  • Re: Status box does not reflect or change the status

    perhaps i have mis interpreted this remark: [quote user="guenavan"]Can it be changed/configured for changing the status without closing the thread?[/quote] It sounds then like maybe you are ok with the thread status being set to resolved when a post is marked as an answer, but you want the thread status DropDownList to be automatically updated to reflect the "Resolved" state immediately upon a post being marked as an answer. On this i would agree. It would be more user friendly
    Posted to Feedback on this website (Forum) by mbanavige on 11/22/2009
  • Re: Auto change page after time duration

    I think you can accomplish what you want with a meta refresh tag http://en.wikipedia.org/wiki/Meta_refresh so in page one, you could have a refresh to show page 2 after 30 seconds < meta http-equiv = "refresh" content = "30;url=http://yoursite.com/page2.aspx" / > page 2 would point to page 3 etc...
    Posted to Client Side Web Development (Forum) by mbanavige on 11/22/2009
  • Re: accidental Necro-Posting and how it can be avoided (at least some of the time)

    [quote user="rtpHarry"]dont show posts that are replied to after X days[/quote] I think if the posts are never to appear in the forums, then we should not let them be submitted in the first place. [quote user="rtpHarry"] I regularly use articles from 2005 or older.[/quote] Articles are not the same thing as threads in a forum. Forum threads are created to answer a specific question that a member has for a specific moment in time. The answer provided in that thread may be perfect
    Posted to Feedback on this website (Forum) by mbanavige on 11/22/2009
  • Re: Search and Reset buttons actions Search

    are you sure the wrong event is firing? keep in mind that with viewstate, your form will retain various values, so if you have populated a grid with your search results and made it visible, then on a postback , it will still appear. In your reset event, you are not resetting the visibility of those panels. so they would retain the visiblity that you had initially set them to. In that reset event handler, it sounds like you would want to also do this to completely reset the form: searchForm.Visible
    Posted to Web Forms (Forum) by mbanavige on 11/22/2009
  • Re: Is there a way to do xhtml 1.0 compliant book mark?

    use id instead of name <a id="topOfPage"></a>
    Posted to Client Side Web Development (Forum) by mbanavige on 11/22/2009
  • Re: Deselect the ListBox Programaticaly

    A listbox control has a ClearSelection method ListBox1.ClearSelection() This will clear both a single selection as well as clearing multiple selections. http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.listcontrol.clearselection.aspx
    Posted to Web Forms (Forum) by mbanavige on 11/22/2009
  • Re: Populating an array from a data dase, first index is skipped

    calling Reader.Read advances the position in your data rows. If you want to check if the reader has any data before you beging reading through it, you can use the Reader.HasRows property. http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqldatareader.hasrows.aspx so you could change this line of code: If myReader.Read Then to this: If myReader.HasRows Then
  • Re: MIX 2008 Presentations Videos

    [quote user="anas"]Strange because i can't download or watch it.[/quote] I've tried a few in both IE and Chrome and can watch them. A couple questions: Are you getting any sort of error? Have you tried an alternate browser to see if it may be browser specific?
    Posted to Feedback on this website (Forum) by mbanavige on 11/21/2009
  • Re: ther'is no Resolved mark in thread text !

    [quote user="guenavan"]So, "Resolved" is completely irrlevent info for finding something.[/quote]I disagree. This community is composed of groups with different interests. Some members come here to ask questions, while others come to answer questions. There are Askers, Answerers, Moderators, Site Developers, and of course the site Owners. We all use this site in different ways. When i am answering questions, i use the thread status to find posts that are flagged as unresolved
    Posted to Feedback on this website (Forum) by mbanavige on 11/21/2009
Page 1 of 946 (9459 items) 1 2 3 4 5 Next > ... Last ยป