User Profile

Collapse

Profile Sidebar

Collapse
ravitunk
ravitunk
Last Activity: Dec 17 '08, 08:22 AM
Joined: Jun 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ravitunk
    started a topic Can't access ASP.net application through browser
    in .NET

    Can't access ASP.net application through browser

    hello all...I wanted to test whether my IIS is working fine and I created a simple ASP.net application...t hen created a virtual directory and tried to access my application through browser(IE 6).....but its hitting out the following error....can anyone tell me what could be the problem...???.. .any help would be appreciated...

    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error...
    See more | Go to post

  • hello thks for reply...I know not to cache the page...but please put ur answer in detailed way.....I just want how the yahoo mail page works when a user logs out and then hitting the browser back button.......st ill takes to the login page OR..when the user logs in and hits the back browser button(goes to login page) and then forward button(trying to get the secured page)...yahoo takes the user to login page...plz reply me..
    See more | Go to post

    Leave a comment:


  • Preventing Page Review after Logout with Forms Authentication

    hello all...I have an issue with my ASP.net pages, suppose you have logged into a site using your username and password. On correct username and password you are re-directed to the appropriate page. Then if you click your browser's backward navigation button then the login page is shown (where you entered your username and password) and then if you click the browser's forward navigation button then you are re-directed to the page without again asking...
    See more | Go to post

  • thks for reply...all my excel files are stored in a folder at a particular location....I have VS.net 2005 installed...I can use C# or VB.net....plz let me know the steps to create a DTS package....will be thankful for ur help......
    See more | Go to post

    Leave a comment:


  • how to create a DTS package in SQL Server 2000

    hi all...I have to create a DTS package in SQL Server 2000....it should be able to import all the data from the Excel files(there are many excels)....Plea se tell me how to do this and the best way to do this....Will appreaciate any help...
    See more | Go to post

  • how to opening excel,edit and save it back to server in ASP.net/C#

    hi all....I need to Open an Excel Sheet in a Web Browser (using ASP.Net) from a server, and edit this document and save it back to the server. I have this excel in App_Data folder on server...can anyone tell me how to accomplish this.....plz reply back soon...
    See more | Go to post

  • ravitunk
    started a topic how to add two times in C#
    in .NET

    how to add two times in C#

    hello all, i have two times in the format.."hours: mins:secs" and and I want to add these two times..how can I do that in C#.....for example...i have two different times like...."2:10:1 5" and "1:10:55".. .the result should be "3:21:10".. can anyone tell me how to do this???
    See more | Go to post

  • GridView column to be filled with time on button click

    Hello, I have a GridView with the following columns.

    Code:
    <asp:GridView ID="myGridView" runat="server" AutoGenerateColumns="False"/>
    <Columns>
    <asp:BoundField DataField="name" HeaderText="Name" ReadOnly="True" />      
    <asp:BoundField HeaderText="Out-Time" />
    <asp:ButtonField ButtonType="Button" CommandName="Select"
    ...
    See more | Go to post

  • hi..thks for ur reply....this is working fine....if i click on a button..i can see the datetime in the "time label" column(in the same row as that of the button clicked)...but the problem with this is....if i click on the other button(s), the previous datetime is getting cleared...i want all the datetimes to be there until the .aspx page is closed....plz reply soon.....
    See more | Go to post

    Leave a comment:


  • i dont understand y u always go for a datatable.....i magine i got 10rows after I bind the datasource to a gridview....now I want the system datetime to be taken in to the corresponding cell(same row and 2nd column) and I hope thr's nothing to do with the datatable......
    See more | Go to post

    Leave a comment:


  • hello..thks for ur reply...u dint my question completely..... my gridview has 10rows.....with 10buttons in all the rows....now I need the event handler where I can write the code to display the datetime whenever I click the button(in the 2nd column in the same row).....for example....if i click the first row button..then it should display datetime in the second column of the same row......then if I click on the second row button then datetime should...
    See more | Go to post

    Leave a comment:


  • Where to write code for button event handler in a GridView

    hello all...I have a girdview(with two columns)...the first column has buttons and second column is empty......so my task is everytime I click on the button the corresponding row(2nd column) should be filled with the current datetime...can anyone tell me how to do this....i wil be thankful to anykind of help...
    See more | Go to post

  • ravitunk
    started a topic How to Convert Text file to PDF in VB6

    How to Convert Text file to PDF in VB6

    hello....Can anyone tell me how to convert a text file to PDF using VB6...Plz reply soon..I will be thankful...
    See more | Go to post

  • ravitunk
    started a topic iTextsharp Library in VB6 application

    iTextsharp Library in VB6 application

    hello all....Iam using VB6........Can anyone tell me how to merge two pdf files using itextsharp library.....???
    See more | Go to post

  • I have downloaded iText.dll (Java Library) and copied it to the System32 folder in C drive.....and the in command prompt I tried to register the dll...the command I used is...
    <Code>
    C:\>regsvr32 "C:\WINDOWS\sys tem32\iText.dll "
    </Code>

    but its hitting out an error saying...

    LoadLibrary(C:\ WINDOWS\system3 2\iText.dll) failed- The specified module could not be found.
    ...
    See more | Go to post

    Leave a comment:


  • I have a Library called "iText" which is a Java Library.....can we use tht Library in VB application to manipulate PDF files...?????.. Please confirm the same....I will be thankful to u....reply sooner than later......
    See more | Go to post

    Leave a comment:


  • ravitunk
    started a topic how to use a library with VB6 application

    how to use a library with VB6 application

    hello all...I have a VB6 application...f or this I want to use iText library......ca n anyone plz tell me where to get it from and how to use that library...plz reply soon....I will be thankful for any reply...
    See more | Go to post

  • How to add reference to "Adobe Acrobat 5.0 Type Library" in VB6 project

    hello all...I have a VB6 project...I want to add reference to ...."Adobe Acrobat 5.0 Type Library" or "acrobat.tlb".. ..my computer has Acrobat 5.0 installed..but
    I cant see that dll in the Add Reference dialogue box....can anyone tell me what sholud I do to add that reference.....a ny help will be appreciated....
    See more | Go to post

  • ravitunk
    started a topic Merging two pdf files using VB6

    Merging two pdf files using VB6

    hello all...can anyone tell me how to merge two pdf files using VB6...I have a pdf with plain text and the other pdf with a header and footer....I want to merge these two pdf's....please reply ASAP...I will be thankful for anykind of reply....
    See more | Go to post

  • adding some text to an existing PDF file using VB6

    hello...can anyone tell me how to add the contents of a text file to an existing PDF file which has a header and a footer(my company logo and address)...usin g VB6...plz reply back soon...
    See more | Go to post
No activity results to display
Show More
Working...