Search

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

Matching Posts

  • Re: Site Map Node Issue

    let me try this actually they uses the same querystring but i have read we can do it programatically but i have no idea what to change and if some one has already done this i can use the code sample.. I read microsoft article it was so hard to understand may be i have to read that document again ;) Thanks
  • Site Map Node Issue

    Hi, I have found that site map control and site map.XML is a easy way to implement breadcrumbs. But i am facing a problem here.. I have a page program details U can come to program details from HOME>PROGRAMS>PROGRAMDETAILS or HOME>DOCUMENTS>PROGRAMDETAILS But right now I am able to show only one way So somebody can help me how to show differnt breadcrumb in different times using the same XML file. Thanks In Advance
    Posted to Master Pages, Themes and Navigation Controls (Forum) by vadambaibala on 1/2/2009
    Filed under: Site Map Node Issue
  • Re: Callin Server Side function from Javascript..

    <input type="submit" name="ctl00$ContentPlaceHolder1$btnServer" value="Server" id="ctl00_ContentPlaceHolder1_btnServer" /> name of the control is differnt than id so that is why it is not workin. Now i am gettin the name like this var btnName = document.getElementById( '<%=ContentPlaceHolder1.FindControl("btnServer").ClientID %>' ).name; This works.. refer this for more info http://forums.asp.net/p/1199402/2082998.aspx Thanks
  • Callin Server Side function from Javascript..

    Hi, I have a master page it contains some HTML buttons I have to call server side code. So I added a Server side button and and on click of html button I used __doPostBack method to invoke the asp button click. I made a sample from plain aspx this worked fine. When i moved that to master page I am gettin post back but the function is not gettin excecuted. am i makin any mistakes here. Please let me know if i am doin something wrong.. < head runat ="server"> < title > Untitled
  • Re: Internet Explorer Settings for an WCF AJAX web Application

    The root cause of the problem is the incurrect identity set on IIS application pool. We set the right user Now the application works for all users. But still could not understand how it was working when i set to cache the application.. Anyway Problem solved ... Thanks
    Posted to Getting Started (Forum) by vadambaibala on 12/22/2008
  • Internet Explorer Settings for an WCF AJAX web Application

    Hi, I have an web application runs on windows 2003 server. It uses WCF services. and configured to use windows authetication. This is application uses host headers and the real problem comes here. It works on one system not on other systems. finally we figured it out when we enable proxy it works!! but further evaluation led me to this. When i check never on temporary internet files caching. It works fine. I have no idea what is wrong but i want to know what is the settings why my application is
    Posted to Getting Started (Forum) by vadambaibala on 12/18/2008
  • Re: integrated windows authentication

    http://support.microsoft.com/kb/258063
    Posted to Security (Forum) by vadambaibala on 12/8/2008
  • Re: integrated windows authentication

    if you have dots(.) in your url it is considered internet url so it wont pass user name password credntials by default..
    Posted to Security (Forum) by vadambaibala on 12/8/2008
  • Re: IIS Authentication

    thanks i was searchin where i should log this i thought may be here i will post in there
    Posted to Free For All (Forum) by vadambaibala on 12/8/2008
  • IIS Authentication

    I wanted to know how authentication process is takin place in IIS. I had my friend explained to me once but I have not noted it down so now my bad i forgot. when a user request for a page in what order the authentication happening. is there a document which gives some insight for a beginers.. help is appreciated. Thanks
    Posted to Free For All (Forum) by vadambaibala on 12/8/2008
Page 1 of 9 (82 items) 1 2 3 4 5 Next > ... Last ยป