User Profile

Collapse

Profile Sidebar

Collapse
Paulson
Paulson
Last Activity: Aug 28 '08, 05:14 AM
Joined: Apr 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Paulson
    replied to Menu Problem in IE for CSS stylesheet
    Hi all,

    I did not try but I think gving the js file like this will help in your part page
    Code:
    <script type="text/javascript" language="JavaScript1.2">
        <!--#include virtual="iehover.js"-->
        </script>
    Paulson
    See more | Go to post
    Last edited by eWish; Apr 2 '08, 07:57 PM. Reason: Removed lengthy quote

    Leave a comment:


  • Paulson
    started a topic Menu Problem in IE for CSS stylesheet

    Menu Problem in IE for CSS stylesheet

    HI all

    I got a problem with my menu display.I am making a list as shown below in one of my aspx pages. And added a stylesheet in CSS for it.
    This is not working in IE but not in Mozilla Firefox it is working.
    Can anyone please help me with this?

    Just after the page html I pasted my CSS stylesheet code also.

    _______________ _______________ _______________ _______________ ______...
    See more | Go to post
    Last edited by eWish; Apr 2 '08, 07:56 PM. Reason: Please use code tags

  • Paulson
    replied to Hover menu opera bug
    Hi

    Im not sure with Opera but I will try out but adding this code js file and adding in your code will help you for IE6

    sfHover = function() {
    // Support the standard nav without a class of nav.
    var el = document.getEle mentById("nav") ;
    if(!/\bnav\b/.test(el.classN ame) && el.tagName == "UL")
    setHover(el);

    // Find all unordered lists....
    See more | Go to post

    Leave a comment:


  • Paulson
    replied to Crystal report problem
    in .NET
    Thanks for the reply I will be checking it out and I will reply to you
    Thanks for the help.

    Paulson....
    See more | Go to post

    Leave a comment:


  • Paulson
    replied to Crystal report problem
    in .NET
    HI ,


    Thanks for reply.I used the crystal report wizard option selected the two tables I needed and using the Link options I gave a right join "=" in the Link options.Then I made a subreport and showed the join result in the subreport.
    Then I made a main report and showed the countrynames only in the main report.I made the subreport a subreport in main report and linked using the country name.Then...
    See more | Go to post

    Leave a comment:


  • Paulson
    replied to Crystal report problem
    in .NET
    Crystal report problem again in VS2005.net

    Hey guys

    I need to show a crystal report in which name of countries must be a report.State names a sub report within it and citynames
    another sub reports within it.I dont think that we can make a subreport in a
    subreport. So i made a main report for countries and in that I made 2 sub reports
    but for each country all...
    See more | Go to post

    Leave a comment:


  • Paulson
    started a topic Crystal report problem
    in .NET

    Crystal report problem

    Dear friends

    I am working on a windows application and I am using
    crystal reports in that.I have a table Country and another table State in the database.I want to show the report as follows.

    Country(TableNa me) State(TableName )

    India TN
    ...
    See more | Go to post

  • Can I typecast like this while passing a comaseperated string?

    set ANSI_NULLS ON
    set QUOTED_IDENTIFI ER ON
    go


    -- =============== =============== ===============
    -- Author: Lokesh Rao V.L
    -- Create date: 18 June 2007
    -- Description: Adds, updates LogCompliance details.
    -- =============== =============== ===============
    ALTER PROCEDURE [dbo].[logLogComplianc eAddUpd]
    @loginUserId Int,
    @logId Int,
    @complianceIds Varchar(4000),...
    See more | Go to post

  • Paulson
    started a topic Coma seperated stored proc method
    in .NET

    Coma seperated stored proc method

    /*************** *************** *************** ***** ***************
    **** Parse A Comma Delimited String Into A Table
    *************** *************** *************** ***** ***************/
    CREATE FUNCTION dbo.ParseByComm a (
    @String VARCHAR(600) )
    RETURNS @TblSubString TABLE
    (
    VarSubString VARCHAR(10)
    )
    AS
    BEGIN
    DECLARE @intPos INT,
    @SubStr VARCHAR(10)

    --...
    See more | Go to post

  • Paulson
    started a topic Datagird checkbox populating
    in .NET

    Datagird checkbox populating

    [code=vbnet]
    Dim i As Integer
    Dim dr As SqlDataReader
    Dim objDataAccess As New DataAccess.Data Access
    dr = objDataAccess.g etThirdLevelPre vileges(CInt(dd lUserGroup.Sele ctedValue))
    clearCheckedLis tBox()

    While dr.Read()

    If dr.Item("Status ") = True Then
    chkLevel3.Items .Add(dr.Item("L evel3"),...
    See more | Go to post
    Last edited by Frinavale; Mar 18 '08, 05:58 PM. Reason: added [code] tags

  • Paulson
    started a topic MDI Forms vb.net
    in .NET

    MDI Forms vb.net

    Hi all,

    I am having a problem with MDIForm designing.In MDI Form we can make menuitems and submenuitems.Us ually when we click on this menu item
    it shows the dropdown items.My pronblem is that it is not showing the menudrop down items sometimes.Once I double click the menuitem it must goto the menuclick event it does not goto that also.It gets totally stuck can anyone tell me why?Please help me.
    Thanks in advance....
    See more | Go to post

  • Paulson
    started a topic retrieve a menuItem childmenuitem
    in .NET

    retrieve a menuItem childmenuitem

    [CODE=vbnet]Dim arr(1) As String
    arr(0) = "Paulson1"

    For Each ctrl As ToolStripMenuIt em In MenuStrip.Items

    For Each ctrl1 As ToolStripMenuIt em In ctrl.DropDownIt ems

    If arr(0) = ctrl1.Text Then
    ctrl1.Visible = False
    End If

    Next

    Next[/CODE]
    Is this possible?
    See more | Go to post
    Last edited by Killer42; Apr 1 '08, 10:51 AM. Reason: Added [CODE=vbnet] tag

  • Paulson
    replied to Order of column in Arraylist
    in .NET
    HI

    Thankyou very much for your reply.I have not tried this out but still I will be and shall tell you whether it is successfull.Any way can you pls explain why it is not displayed in the order we expect? I am asking the logical reason why it happens like this.Once again thankyou for your reply.

    bye Pau...
    See more | Go to post

    Leave a comment:


  • Paulson
    started a topic Order of column in Arraylist
    in .NET

    Order of column in Arraylist

    Hi guys

    I am developing a windows application and im using an arraylist to binddata to datasource,but the problem is that the order of rows displayed is not as expected it is like random ie Name Address Phone is dispalyed as
    Phone Name Address, is it a problem bcos Im using arraylist.Pls help me if you
    know why it is coming like that.

    Please help me experts.
    Thanks in advance...
    See more | Go to post

  • Paulson
    replied to help regarding vb.net
    in .NET
    HI Hitesh

    I cannot give you each line of code but this link will be helpfull.
    http://www.startvbdotn et.com/

    There are 2 types of connection methods Connected and Disconnected.

    Eg: for connected is Datareader
    Eg: for Disconnected is Dataset

    For any connetion u need the connctionstring
    like
    "server='sqlser ver';database=' mydatabase';uid ='sa';pwd='sa'; "...
    See more | Go to post

    Leave a comment:


  • Paulson
    started a topic Doing a bulk insert into SQL

    Doing a bulk insert into SQL

    Hello everyone

    I need to insert almost 150000 records into a table from a word file?How can I
    do this in the most efficient way? Can you send me any related links or documents that will help me to do this?
    Pls Help me out experts.
    Thanks for help in advance.


    bye Paulson.
    See more | Go to post

  • Paulson
    started a topic Scheduled task programmatically
    in .NET

    Scheduled task programmatically

    Dear Freinds

    I want to make a program that acts as a reminder for the
    users.I need to open up the Scheduled task wizard programmaticall y.If you
    type Tasks in the run command the Tasks folder(ie. Scheduled Taks folder)
    is opened,but what I want is to open the Add Scheduled Task wizard in it.Is
    there any run command to do that?

    Also if I am able to open the Scheduled Task wizard like this...
    See more | Go to post

  • Paulson
    replied to falsh in windows forms c#
    Can you kindly telll me how you brought a flash swf file into a windows Application I need it urgently please help....
    See more | Go to post

    Leave a comment:


  • Paulson
    replied to Pdf report fit page
    in .NET
    I tried that it is not working...
    See more | Go to post

    Leave a comment:


  • Paulson
    started a topic Pdf report fit page
    in .NET

    Pdf report fit page

    Hi guys ,
    I got a problem.
    I have made a pdf report using .rdlc in .net 2007.
    The problem is that the report has 2 parts First it displays the search fields then
    it displays the list in the next page.This is the required output.
    I am getting it done in 4 pages
    1. First page displays SearchFields.

    2. Second page is blank.

    3....
    See more | Go to post
No activity results to display
Show More
Working...