Search

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

Matching Posts

  • Re: passwordrecovery BodyFileName property (from sql db)

    [quote user="ozatmaca"] hi friends. I am using recovery.txt file for password recovery. but I want to use ms sql db for mail body. PswRcvry.MailDefinition.BodyFileName = ?????? ; I don't want to use txt file. how can I it. [/quote] Based on your description, it seems that you hope to send email to the end-user to get the new password with PassWordRecovery control. if this is the case, I suggest you subscrible the SendingMail event. Please refer to the following code: protected void
    Posted to Security (Forum) by Gary yang - MSFT on 12/18/2009
  • Re: Authorization from AD with multiple profiles

    [quote user="rlpeacock"] After some experimentation, here's what I have discovered: Enabling Anonymous access shows me that Page.User.Identity.Name is blank, even though the user logs into DOMAIN when they log into the computer. Since the Page.User.Identity.Name is blank, I can't search for the user in AD. So the question is, how can someone log into DOMAIN and not be part of AD? [/quote] Do you join the computer to the Domain? Otherwise, the client Browser will pompt window ask
    Posted to Security (Forum) by Gary yang - MSFT on 12/18/2009
  • Re: Treeview Folders and Files VB

    [quote user="rsvore"]I'm trying to use the Treeview cvontrol for the first time. I found several sources on the web to help configure the treeview. The problem I have is with the Navigate URL. The example I have will not link to documents in the subfolders in the tree structure. Here is what I have for the Treeview control followed by the code behind page. Any ideas what I can do to make the links work. Thanks-Rob[/quote] Based on your description, it seems that you hope to iterate
    Posted to Web Forms (Forum) by Gary yang - MSFT on 12/18/2009
  • Re: Dynamically created controls + user controls

    [quote user="bodekms"]Basically I've tried doing a FindControl and looping through controls.[/quote] If you hope to create controls dynamically, please add the controls according to the records of DataBase in Page_Init Event. http://support.microsoft.com/kb/317515
    Posted to Web Forms (Forum) by Gary yang - MSFT on 12/18/2009
  • Re: Duplicates

    [quote user="davidl"]pattern is, for example: *.m2t , it will also find *.m2ts files. Is there any way to do a more specific match?[/quote] Please try to do this: \s+.m2t\s*
    Posted to Web Forms (Forum) by Gary yang - MSFT on 12/18/2009
  • Re: Treeview Folders and Files VB

    [quote user="rsvore"]I'm trying to use the Treeview cvontrol for the first time. I found several sources on the web to help configure the treeview. The problem I have is with the Navigate URL. The example I have will not link to documents in the subfolders in the tree structure. Here is what I have for the Treeview control followed by the code behind page. Any ideas what I can do to make the links work. Thanks-Rob[/quote] Based on your description, it seems that you hope to recursive
    Posted to Web Forms (Forum) by Gary yang - MSFT on 12/17/2009
  • Re: How to obtain the User's Password Expiration Date (Windows 2003 Domain Controller)

    [quote user="larrydotnet"] Our System Administrator gave me a report that includes the Interactive Logon policy regarding the days the system asks for password changing. The report looks like: Local Policies/Security Options Interactive Logon Policy Setting Interactive logon: Prompt user to change password before expiration 5 days The big question here is, how to get that value (5 days)? Really thanks. [/quote] Based on your descripton, since you can get the report from Administrator, you
    Posted to Security (Forum) by Gary yang - MSFT on 12/17/2009
  • Re: Pop up/Roll over text displayed

    [quote user="castfamilydad"]I posted the code above...... listed below is a few column sample of how I specify the columns (not all of them...) then, i use the code I posted above to rip through the columns and put data in them. I want to be able to somehow specify template column for tooltip in these columns with a variable that is filled with the table field element when the cursor moves over the "chd-id" column. Do you know if there is a way to do this? If not, do you have
    Posted to Web Forms (Forum) by Gary yang - MSFT on 12/17/2009
  • Re: textbox validation with paypal buynow button

    [quote user="ranswrt"] I am trying to create a simple form to validate textboxes when the buynow button is clicked. How do I accomplish this? The code is below. Thanks [/quote] Based on your description, it seems that you hope to validate the typed value with ASP.NET Validator control and then post to the Target site if the typed value passed the validation. If this is the case, I suggest you refer to the following code: <script type="text/javascript"> function WebForm_OnSubmit
    Posted to Web Forms (Forum) by Gary yang - MSFT on 12/17/2009
  • Re: How to use an arraylist?

    [quote user="geeknout"] Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button1.Click ListBox1.DataSource = myList ListBox1.DataBind() End Sub [/quote] Based on your previous post, It seems that you hope to update the items of ListBox when you click the Button(Button1) on Windows Form (Here absorption WebForm ). If this is the case, I suggest you try to refer to the following code: Private Sub button1_Click(ByVal sender As Object, ByVal e
    Posted to Web Forms (Forum) by Gary yang - MSFT on 12/17/2009
Page 1 of 220 (2199 items) 1 2 3 4 5 Next > ... Last »