User Profile

Collapse

Profile Sidebar

Collapse
dipalichavan82
dipalichavan82
Last Activity: Sep 10 '09, 12:26 PM
Joined: Feb 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • i found main div in which this grid exists. i set div.style.overf low= visible for this main div, and also for all divs which are child of this main div.

    its working well in IE.
    In mozilla it works fine for first time, for next attempt, it automatically increase height of main div, sets scrollbar(may be it is setting, div.style.overf low= auto)

    can you help me in this situation.
    See more | Go to post

    Leave a comment:


  • hi serdar,
    thanks for reply

    i have very much complicated structure of tr, td div , that also i cant reprodeuce here.i would try to explain some.
    i have 8 <tr> in body.
    In 6th <tr>, i have a grid in a div (div1).
    In 7th <tr>, i have a div (div2).on right click of gridcell , a div pops up(popupdiv).
    on popupdiv i have 3 links , that opens , 3 different webpages.
    Problem...
    See more | Go to post

    Leave a comment:


  • display div over all other elements in document

    I am working on sharepoint application.
    I am displaying some data in gridview.
    when I right click on gridcell, context menu opens in a div.
    this div hides onmouseout event.
    In this div i have three links for three different pages.
    Now problem is, I have 2 main divs on page.
    in 1st div this gridview comes. and second main div in which i am displaying some other data.
    Now in 1st div, i have gridview.when...
    See more | Go to post

  • dipalichavan82
    started a topic equivalent of onmouseleave in firefox

    equivalent of onmouseleave in firefox

    I am working on sharepont application. In a webpart , i have a grid.I want, when i right click on , grid cell, a popup comes(div). it has three items, on click of which particular links open. When i am going out of this div, i want this div to disappear. i used onmouseleave event in IE, its working well in IE.

    In firefox i used onmouseout event. With this, pop up comes. But i am able to click on 1st link only. as i am going out of...
    See more | Go to post

  • dipalichavan82
    started a topic window.event.x

    window.event.x

    i m wrinting javascript. on button click i am calling a javascript function that returns (x,y) coordinate of point where i clicked.
    i used
    window.event.x and window.event.y

    it works fine in IE but not in mozila ..why so
    any solution
    thnx
    See more | Go to post

  • dipalichavan82
    started a topic adding annotation
    in .NET

    adding annotation

    I want to send a image to client. i am able to get image in outlook.
    now i want to add annotations to image and want to send 'image + annotataion'.
    Is there any way to add and save anntoation in image.
    i m using .net 2008 c#
    plz help
    See more | Go to post

  • dipalichavan82
    started a topic insert row in table using innerhtml

    insert row in table using innerhtml

    i m writing javascript.i hae a table.i want on button click, tr(this tr itself has another table, class for style) to be added as first row in table.

    i searched on net but didnt get gud solution. i want to use innerHTML or clonenode or createelement ......plz help
    See more | Go to post

  • dipalichavan82
    replied to validation
    in .NET
    thanx dhaval,
    can u plz explain same for web app,
    thnx
    bye...
    See more | Go to post

    Leave a comment:


  • User password confirmation validation: how to prevent user from copy/pasting

    i m creating a login page.i want user password to be entered twice for confirmation... ......but user can use ctr+c and ctrl+v(i.e.copy -paste) .how to restrict user to do this
    plz tell
    thnx in advance.....i m using asp.net
    See more | Go to post

  • dipalichavan82
    started a topic validation
    in .NET

    validation

    i m creating a login page.i want user password to be entered twice for confirmation... ......but user can use ctr+c and ctrl+v(i.e.copy -paste) .how to restrict user to do this
    plz tell
    thnx in advance
    See more | Go to post

  • dipalichavan82
    started a topic dataset transfer from client to server

    dataset transfer from client to server

    I am developing .net application (.net remoting) where i am sending (currently) whole database from client to server n vice versa, so that updation made at client can be updated to server. and also changes at server can be updated at every appropriate branch(client). this application run at every time interval since i am assigning this application to windows scheduler.
    problem is currently i am sending whole databse (in datasets) from...
    See more | Go to post

  • dipalichavan82
    started a topic .net remoting
    in .NET

    .net remoting

    on Client:
    i have given this application to windows scheduler, so windows is calling this application after each interval.
    I want to update data on server depending upon changes made at client.
    Currently in my application every client send all data(dataset) while calling update method in refernceobject( .net remoting).
    Since all branches sending all data, server n aslo netwok will be loaded, i want to avoid this.HOw can...
    See more | Go to post

  • dipalichavan82
    replied to editable gridview
    in .NET
    thank u so much for this detail explanation.Cur rently i m doing other project.i will check this soon.thnx once again...
    See more | Go to post

    Leave a comment:


  • dipalichavan82
    replied to editable gridview
    in .NET
    thnx for ur reply..
    actually prob is i m confused withedtitemtemp late n itemtemplate in html source file.
    can u tell what is purpose of both of these. can u explain sequence of steps occurs when i click a row to edit. wh happens inside.plz help...
    See more | Go to post

    Leave a comment:


  • dipalichavan82
    started a topic eidt update mode button
    in .NET

    eidt update mode button

    i have a form on which i m displaying data in datagridview.on same form i have update ,insert,delete button.when i click on insert or update btn new form opens with controls(textbo x) in which user is giving values.on this 2nd form i have 2 btns -save and cancel.if i click on cancel i will go to 1st form and if i click on save btn -
    record should be inserted in list n displayed in datagridview or record should be updated in list n displayed...
    See more | Go to post

  • dipalichavan82
    started a topic windows service account property
    in .NET

    windows service account property

    i implementd windows service .in service somewhere i m creating a text file in which i want to write username by which user is logged on to system.to what i should set account property of serviceprocessi nstallr ? should i set it to user?
    how to assign username n password then?plz help
    See more | Go to post

  • dipalichavan82
    started a topic gridview quest
    in .NET

    gridview quest

    anyone know about this error.i m implementing editable gridview using <itemtemplate>, <edititemtempla te>.....



    System.Argument Exception: Invalid postback or callback argument. Event validation is enabled using <pages enableEventVali dation="true"/> in configuration or <%@ Page EnableEventVali dation="true" %> in a page. For security purposes, this feature verifies that arguments...
    See more | Go to post

  • dipalichavan82
    replied to To stop a windows services
    in Java
    go to window from where u r starting ur process(right click 'my computer',selec t 'manage', 'computer management' window will b opened........c lick on 'services'..... ..from list of services single click on ur service .............in same window at top left corner stop/restart option is present...selec t dat..........

    to uninstall:
    on .net command prompt write:
    installutil /u [path of exe]...
    See more | Go to post

    Leave a comment:


  • dipalichavan82
    started a topic setup for windows service.
    in .NET

    setup for windows service.

    i have implemented windows service that uses timer in VS2005 c#.i created setup for that.when i install that setup on other machine ,i need to run installutil command in command prompt to register service.Is there any way to start service without running installutil on command prompt of client machine........ ...
    thnx in advance
    See more | Go to post

  • dipalichavan82
    started a topic insert in database
    in .NET

    insert in database

    i m using asp.net vs2005.i have gridview on page.it displays datatable values.i have insert button on page.i want to insert data in textbox into database.i m using disconnected archi.


    protected void BtnInsert_Click (object sender, EventArgs e)
    {
    SqlDataAdapter adap= new SqlDataAdapter( "select * from info", con2);
    adap.MissingSch emaAction = MissingSchemaAc tion.AddWithKey ;...
    See more | Go to post
No activity results to display
Show More
Working...