User Profile

Collapse

Profile Sidebar

Collapse
dotpranay
dotpranay
Last Activity: Jun 21 '11, 08:03 AM
Joined: Apr 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dotpranay
    started a topic Filter data in xsl based output on button click.
    in XML

    Filter data in xsl based output on button click.

    Hi,

    I have a web application that generates an xml file and displays it in a popup window. Also, A xsl related tag is being added at the start of the file due to which the xml file will be shown in a formatted way(using divs) in the browser.

    Now the requirement is to have a button in the page and on clicking that the data should be re-rendered in the page with some filteration. (This button should be a kind of toggle...
    See more | Go to post

  • Found out the answer... adding the link below for reference

    http://stackoverflow.com/questions/1...ervice-started...
    See more | Go to post

    Leave a comment:


  • dotpranay
    started a topic How to find windows service last start time?
    in .NET

    How to find windows service last start time?

    Hi, I am working on a C# based monitoring application mostly using WMI to do the monitoring.

    I have a requirement of finding the last start time of a windows service i.e., the exact time when the windows service was started.

    Upon further investigation, i found that i can get the windows process details related to a particular windows service. But, still couldn't figure out how to find the last start time..
    ...
    See more | Go to post

  • dotpranay
    started a topic IIS Site SSL issue
    in IIS

    IIS Site SSL issue

    I have two website on my local IIS, one of them is on SSL and works fine.

    Using the same certificate i have recently moved the second the site onto the SSL. Now when i try to access the second site from IE, i get Content blocked message.


    Is there a way that i can allow only this site in the IE, without any prompting to the user each and every time?

    Thnx in advance guys....
    See more | Go to post

  • dotpranay
    replied to Cannot do Cross Frame Scripting
    Hi Clain, Thnx a lot for the reply.. i have developed the web app in 2003 and even the server has 2003. But about the security issues that you were talking about.. can you give me some idea about them.....
    See more | Go to post

    Leave a comment:


  • dotpranay
    started a topic Cannot do Cross Frame Scripting

    Cannot do Cross Frame Scripting

    Hi,

    I have two websites in my local IIS. Website A and B.
    A runs under SSL and B does not.
    A has a page that has an iframe showing B in that iframe. Both sites being on the same domain. i could write some code in a page in website B so that i can do cross frame scripting.

    This worked fine in my environment. But this did not work when i tried the same on our server.

    Are there any other conditions...
    See more | Go to post

  • dotpranay
    started a topic Issues running Ajax app in Vista

    Issues running Ajax app in Vista

    I have developed a web app using ajax, it working fine in Win 2003 and also Win XP.

    But on Vista, the app is behaving weirdly, in some vista machines the app is not doing partial postback, in other machines it works fine.

    On a vista machine that could not run the app, on disabling "Protected Mode" in the IE, the app started working.

    But in other vista machines, even with the Protected Mode enabled,...
    See more | Go to post

  • dotpranay
    replied to Problem with Viewstate.
    in .NET
    Thnx guys for the responce... I dis it using session vars this time.

    But i am facing prob while the secong partial postback.. nyways i hav used sesion vars later. Initially i wanted to use only viewstate considering the stability of it....
    See more | Go to post

    Leave a comment:


  • dotpranay
    started a topic Problem with Viewstate.
    in .NET

    Problem with Viewstate.

    Hi,

    I am developing a web appl where in i have to maintain the value of a variable between multiple postbacks.

    Please tell me how can i maintain this value in viewstate... The main point is that i would be that in each postback i want to update the value of this variable in viewstate.

    Thnx in advance...
    See more | Go to post
No activity results to display
Show More
Working...