Search

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

Matching Posts

  • Re: invoking keyup for javascript method in dynamic created textbox with dynamic name

    ok thx how can i pass c# int variable in txtCost.Attributes.Add( "onkeyup" , "sum()" ); sum method
    Posted to Client Side Web Development (Forum) by michael122 on 10/7/2009
  • invoking keyup for javascript method in dynamic created textbox with dynamic name

    used this code to create textboxes txtCost = new TextBox(); txtCost.ID = "txt" + dtjCostCenter.Rows[i]["int_CostCenterId"].ToString(); txtCost.MaxLength =12; //txtCost.Text = dtjCostCenter.Rows[i]["int_CostCenterName"].ToString(); phcosts.Controls.Add(new LiteralControl("<td>")); phcosts.Controls.Add(txtCost); AjaxControlToolkit.FilteredTextBoxExtender ftbx = new AjaxControlToolkit.FilteredTextBoxExtender(); ftbx.ID="ftb" + dtjCostCenter.Rows
    Posted to Client Side Web Development (Forum) by michael122 on 10/6/2009
  • Re: getting active directory username

    The thing is solved by using hostname to call the server instead of ip
    Posted to Active Directory and LDAP (Forum) by michael122 on 9/14/2009
  • getting active directory username

    HI My scenario is that i am using Active Directory user to login on my web application so i didnt want to re authenticate user when he access my web application(it ll automatically be authenticated). SO i need active windows client username in my web application. I try HttpContext but it give null value on Client side. On Deployment senario HttpContext return null value.
    Posted to Active Directory and LDAP (Forum) by michael122 on 9/11/2009
  • Re: getting active directory username

    We are building an intranet base application with windows server 2003 and windows xp pcs as the client. the username is for finding that in ultimus to see that it exists there,if it is there then it will be reauthenticated.The iis is installed on the server 2003 machine and I AM PUBLISHING MY APPLICATION ON THE SHARED LOCATION THERE. I will try your setting in my office as the active directory is there. Well the thing is that I am getting the username of the person logged in but it is asking to reauthenticate
    Posted to Active Directory and LDAP (Forum) by michael122 on 9/11/2009
  • referencing an external dll on the network

    I have a client's dll which is installed on the main server(which has to be there) when I am accessing it by adding a reference to it on my client pc the assembly is adding perfectly with all the paths etc. but when i am accessing the methods in it through code it is saying Could not load file or assembly 'xxxxxxx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2703beac21567cde' or one of its dependencies. The system cannot find the file specified. can some one guide me through how
  • getting webpartzone the user is moving to

    i have two webpartzone (webpartzone1,webpartzone2) on the page with images inside. i have made the displaymode as the designdisplay mode. now what i want 1) user moving the image from webpartzone1 to webpartzone2 2) image from webpartzone1 is now in webpartzone2 3) image from webpartzone2 is now in webpartzone1 4) basically they are interchanging. can someone tell me how to achieve this. can some tell me how will i get the reference of the webpartzone the image is moving to.(i am using vb.net )
    Posted to Web Parts and Personalization (Forum) by michael122 on 10/24/2006
  • Re: can atlas toolkit help me here

    now i want to create my own functionality of drag and drop .what i want is that after the person dropping one window from one webpartzone to another window containing in another webpartzone. the two windows should interexchanged. could someone point me to the article that produces something like above. or some article that code everybit of drag and drop functionality so i can produce something like above or anything usefull. thanks
    Posted to ASP.NET AJAX UI (Forum) by michael122 on 10/23/2006
  • adding webpartzone to updatepanel at runtime

    plz can some one tell me that how can i add webpartzone to updatepanel at runtime and then add a image control to the webpartzone. image->webpartzone->updatepanel
    Posted to Web Parts and Personalization (Forum) by michael122 on 10/19/2006
  • Re: view state manangement.

    ok now i want to take it little furthur here how matching will be done with the values in the viewstate with the e.commandargument
    Posted to State Management (Forum) by michael122 on 10/19/2006
Page 1 of 5 (50 items) 1 2 3 4 5 Next >