User Profile

Collapse

Profile Sidebar

Collapse
ppuniversal
ppuniversal
Joined: Feb 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks ....
    I need to print the header and footer on all pages I print.
    The logic you are saying will have only 1 header and 1 footer, but I need according to the page. If the page will be printed on 1 page, then 1 set of header and footer. and it will depend on the number of pages...this is just like we have header and footers on word document !!
    Thanks Pawan...
    See more | Go to post

    Leave a comment:


  • Thanks ....
    How is this possible....
    Can you provide me a more insight to this.
    I need to print the header and footer on all pages I print.
    Thanks Pawan...
    See more | Go to post

    Leave a comment:


  • How to generate multipage Header and Footers using ASP.NET on web pages.

    Hi,
    I am developing an application in ASP .NET where I have to generate a Header and a Footer on my web pages. The issue is that, these headers and footers need to be dynamically placed on the page. For example, if the page length is 1 page, there will be only 1 header and 1 footer. But if the page length is larger, and when we do the print/print preview of the page and it goes to say more than 1 page, then I need the headers and footers on...
    See more | Go to post

  • How to add a new field into already created Clustered Index?

    Hi,
    I have a table in SQL Server 2000 with clustered index set on the Primary key. The primary key is a set of 5 fields(attribut es).

    Now I want to add 1 more field into this clustered index as most of my queries are retrieving the data of this filed.

    When I tried to add this field into the index, SQL Server 2000 allows only to create a non clustered index, and not the clustered.

    Any suggestions...
    See more | Go to post

  • ppuniversal
    replied to Dataset question?
    in .NET
    Will this automatically insert/update the data in the dataset to the database?...
    See more | Go to post

    Leave a comment:


  • ppuniversal
    replied to Dataset question?
    in .NET
    I am using MS SQL Server.

    Thanks for the reply.
    Pawan...
    See more | Go to post

    Leave a comment:


  • ppuniversal
    started a topic Dataset question?
    in .NET

    Dataset question?

    Hi,
    I am developing an ASP .NET 2.0 application with code behind in VB.
    I have a dataset in which I have some data (1 table and around 200 rows) fetched from the Database.

    Now my query is as follows:

    I have to insert the value of this dataset to a table. I want to avoid using 200 insert statements (even in a loop). How can I achieve this efficiently.

    I am thinking to create dynamic insert...
    See more | Go to post

  • ppuniversal
    started a topic Why Solution file is not created?
    in .NET

    Why Solution file is not created?

    I have just installed Visual Web Developer 2005 Express. My problem is that when I create a new website, it does not creates a new solution.

    Also I am not able to Open solution files created in Visual Stdio 2005 Professional.



    Is this because of Express edition, i.e. does Express editions do not create Solution file.

    Will this be solved if I install VS2005 Express SP1.

    ...
    See more | Go to post

  • ppuniversal
    started a topic Could Not load ftp4w32.dll ERROR.

    Could Not load ftp4w32.dll ERROR.

    Hi,
    I have a program made in VB6 webclasses. It uses this ftp4w32.dll to send the data over a network.

    The code runs fine in almost 90% of the cases but fails sometimes.

    I use the FtpInit() fumction of this FTP4W32.DLL.

    When it fails, it returns the following error: Could Not load ftp4w32.dll..

    I searched the internet for a solution but I could not find one.

    As this...
    See more | Go to post

  • Yes, I can store it as XML, and that would be a better idea also. But my assignment wants me to store it in HTML format....
    See more | Go to post

    Leave a comment:


  • How to save the to be generated HTML page onto the client's disk in ASP .NET 2.0?

    Hi All,
    My question is as follows:

    I have a text box and two links.Let the two links be - Show and Save .

    On clicking the Show , a web page is generated by fetching some data from database according to the input in the textbox and the web page is displayed to the user.

    Now on clicking Save also, with the same input to the textbox, the same set of data will be fetched from the database, but in this...
    See more | Go to post

  • ppuniversal
    replied to SessionHelper Class problem in ASP .NET
    in .NET
    I would like to say that the global session variable is global only because its declared above all the methods in the Common.vb.....a nd not global at the application level.

    Do you mean to say that if I make a session variable global(like this), even in the Common.vb file (which only contains some common methods), the session variable becomes global to the whole application.

    Because in my case, I get proper value of...
    See more | Go to post

    Leave a comment:


  • ppuniversal
    started a topic SessionHelper Class problem in ASP .NET
    in .NET

    SessionHelper Class problem in ASP .NET

    Hi,
    I am facing the following problem while using my version of SessionHelper class in ASP.NET.

    The scenario is as follows:

    I have my version of SessionHelper Class where I store many of my session variables. One of them is UserID.

    Now there is a MyCommon.vb module file where I have a global instance of this SessionHelper class. Again, in the module file I have few methods which I call from my main...
    See more | Go to post

  • Thanks
    But I found the ShellandWait code when I searched google for Shell + Wait. It solved my issue, the way I wanted.
    Pawan
    See more | Go to post

    Leave a comment:


  • How to make Shell() function synchronous ?

    Hi everyone,
    I am making using Shell() function to run a command line tool from my VB Application.

    I am using it to archive a folder. So I am using the code :
    Code:
    Shell("command line argument as string")
    where "command line argument as string" is the DOS command for the particular command line zip tool.

    The command is properly working but when the number of...
    See more | Go to post
    Last edited by ppuniversal; Oct 14 '07, 04:02 PM. Reason: To provide the VB version

  • ppuniversal
    replied to Server not accepting client connection.
    in C
    This is in Linux. I have mentioned this at the beginning of the post. And I will try your suggestion and will reply accordingly.
    Thanks and Regards
    Pawan...
    See more | Go to post

    Leave a comment:


  • ppuniversal
    started a topic Server not accepting client connection.
    in C

    Server not accepting client connection.

    Hi everyone,
    I have made a client-server code in Linux. The server is running properly and is sitting at its
    Code:
    accept()
    method. But the client is unable to connect to the server. The Server and Client codes are as follows :


    Filename : Server.cpp

    Code:
    #include<sys/types.h>
    #include<sys/socket.h>
    #include<netdb.h>
    #include<stdio.h>
    #include<stdlib.h>
    ...
    See more | Go to post

  • Thanks, it worked.
    Pawan...
    See more | Go to post

    Leave a comment:


  • What is this getpass() function, I didnt find it anywhere!
    Pawan...
    See more | Go to post

    Leave a comment:


  • ppuniversal
    started a topic Attribute updation problem!!!

    Attribute updation problem!!!

    hello,
    I am making an application where I have to copy the values of some of the tuples(which are not already copied into the files) from my database in MySQL into two files.Now I have an attribute with name "Replication_Don e". This is an integer type of attribute and its initial value is 0, meaning that this tuple has not been copied into any of the 2 files.
    Now whenever a tuple is copied into one of the file, the value of...
    See more | Go to post
No activity results to display
Show More
Working...