Search

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

Matching Posts

  • Re: Using Javascript on a .net Image

    [quote user="adamargyle"]and then using javascript to navigate around this image thus creating the effect of multiple views. This works when I could enter in the image URL, but now I would like to use it where my image URL is created in code. [/quote] HotSpot in image http://www.javascriptkit.com/howto/imagemap.shtml or ImageMap control in asp.net http://msdn.microsoft.com/en-us/library/cc295596.aspx
    Posted to Web Forms (Forum) by Tomorrow on 12/1/2009
  • Re: Disabling request validation for one control in webform?

    FreeTextBox http://freetextbox.com/download/ How To Use FreeTextBox in Asp .Net http://www.a2zdotnet.com/View.aspx?id=28 http://sourceforge.net/projects/freetextbox/
    Posted to Web Forms (Forum) by Tomorrow on 12/1/2009
  • Re: Decrypt client certificate

    Encrypt/Decrypt text files using Rijndael or TripleDES http://www.dotnetspark.com/kb/810-encryptdecrypt-text-files-using-rijndael.aspx
    Posted to Security (Forum) by Tomorrow on 11/30/2009
  • Re: Copying Data from Gridviews between webforms

    [quote user="jgraham95"] What im looking to do is have a Link on the left side of the column that will use a Query string for that row to a second page that ill then use to get car details from another table. Once thats done i want to do the same thing again and go to a 3rd page. Ie Page 1 is he customers details, when i click the link it goes to page 2 (with the customer_id) i then chose a car from the database, i then click on a link on the database there that then takes the customer
    Posted to Web Forms (Forum) by Tomorrow on 11/29/2009
  • Re: DropDownList CommandArgument

    [quote user="mad-halfling"] I had gotten around this in the meantime by addind an attribute and using the selectedindexchanged event - is there any reason why I shouldn't do it that way? [/quote] What's your mean about that?
    Posted to Web Forms (Forum) by Tomorrow on 11/29/2009
  • Re: Regular Expression Validator Problem

    How to learn Regular express http://geekswithblogs.net/brcraju/articles/235.aspx http://en.wikipedia.org/wiki/Regular_expression
    Posted to Web Forms (Forum) by Tomorrow on 11/29/2009
  • Re: virtual web.config?

    [quote user="guenavan"] Deleted [/quote] What do your mean? If you hope to authenticate user with parcular account without leave the UserName&Password with clear format. You can customize the Login method and create a FormsAuthenticateTicket manually and append to the Request.Cookie. http://support.microsoft.com/kb/910443 http://msdn.microsoft.com/en-us/library/system.web.security.formsauthenticationticket.aspx
    Posted to Security (Forum) by Tomorrow on 11/26/2009
  • Re: LinkButton OnClick method not firing on left-click but will on right-click ->open

    [quote user="Kurt77777"]When I mouse over the Edit Link I see: javascript:__doPostback('lnkEdit','') in statusbar as I expect and the left click does do the postback, but the lnkEdit_Click method does not execute? However if I right-click-> open the postback and the OnClick method lnkEdit_CLick is executed. I am using IE6, is there some security, privacy, etc... option in IE Internet Options I have set to create this weird behavior? Known bug?[/quote] Could you please
    Posted to Web Forms (Forum) by Tomorrow on 11/25/2009
  • Re: Download a file and refresh the page at the same time in asp.net 2.0

    It is impossible to refresh the page if the file has download. However, you can trigger a block javascript when you click the download button. after serveal time, the page will refresh.
    Posted to Web Forms (Forum) by Tomorrow on 11/25/2009
  • Re: Login frame problem

    You can refer to here http://bytes.com/topic/javascript/answers/572184-cookies-frames
    Posted to Web Forms (Forum) by Tomorrow on 11/25/2009
Page 1 of 39 (381 items) 1 2 3 4 5 Next > ... Last »