User Profile

Collapse

Profile Sidebar

Collapse
Abhinavnaresh
Abhinavnaresh
Last Activity: May 22 '08, 10:12 AM
Joined: Feb 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Abhinavnaresh
    started a topic Postback
    in .NET

    Postback

    Hi,
    I am having a small problem.i am displaying a text file which is saved in some folder im my project folder,on my aspx page.now i need to export the data to csv,but when i click the export button it searches the txt file which i was using to display,but which i have deleted now.and if i dont delete the file,i am not able to display the contents of the file next time i view the page.plzzzzzzz help really urgent.......is it something...
    See more | Go to post

  • Abhinavnaresh
    started a topic Web Service not invoking exe through IIS
    in IIS

    Web Service not invoking exe through IIS

    I have created a web service which calls an exe and i am consuming it using a web page,but the service and page are not calling the exe when run through the IIS.my code is:

    ProcessStartInf o ProcessInfo;
    Process pro;
    ProcessInfo = new ProcessStartInf o("E:\\WebSite\ \freecell.exe" );
    ProcessInfo.Cre ateNoWindow = true;
    ProcessInfo.Use ShellExecute...
    See more | Go to post

  • Abhinavnaresh
    replied to Controls not displayed properly
    in .NET
    any solution to my problem????i am still stuck.plz help...
    See more | Go to post

    Leave a comment:


  • Abhinavnaresh
    replied to Controls not displayed properly
    in .NET
    Hi,
    i tried changing the position to relative but the problem is still there.The controls are still shifting their place.dont know how to solve this issue.Plz help.

    Thanks in advance.
    See more | Go to post

    Leave a comment:


  • Abhinavnaresh
    replied to Controls not displayed properly
    in .NET
    Code:
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
             <style type="text/css">
    ...
    See more | Go to post

    Leave a comment:


  • I am using XSLT transformation to display XML file in ASP.NET 2.0 and I want to make A table of content similar as in the page of following link given .
    ....LINK....


    My Code of xslt page is :

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
      <xsl:output method="xml"
    ...
    See more | Go to post

    Leave a comment:


  • Abhinavnaresh
    replied to Controls not displayed properly
    in .NET
    Hi,
    I tried changing the doctype but the problem is still there,i am not able to view the page properly in my same machine.let me give u some more description. I am using CSS and placing an image as background.On some part of that image I am placing a few controls,but the controls are not displayed properly.Plz Help

    Thanks in Advance....
    See more | Go to post

    Leave a comment:


  • Abhinavnaresh
    replied to Controls not displayed properly
    in .NET
    Hi,
    yes the IE versions that i am using are different,but my pages have to be opened on various machines with different browsers and different width and resolution.My pages should be perfect enough to be run on all machines.plz help.

    thanks in advance....
    See more | Go to post

    Leave a comment:


  • Abhinavnaresh
    started a topic Controls not displayed properly
    in .NET

    Controls not displayed properly

    Hi all,
    I am developing a web application,and i have to access it from different machines.but my problem is that,the web controls that i am using shift when the page is displayed on different monitor.how can i avoid this.plz help.

    thanks in advance.
    See more | Go to post

  • hi
    i am still unable to remove that error.
    Actually i want to retrive that return value of javascript funtion in my Template present in the same file.

    thanks...
    See more | Go to post

    Leave a comment:


  • Cannot find the script or external object that implements prefix 'counter'.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Xml.Xsl. XsltException: Cannot find the script or external object that implements prefix 'counter'.

    Source Error:

    An unhandled exception was generated during the execution of the current...
    See more | Go to post
No activity results to display
Show More
Working...