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.
User Profile
Collapse
-
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...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... -
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... -
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 -
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 -
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 -
thanx dhaval,
can u plz explain same for web app,
thnx
bye...Leave a comment:
-
dipalichavan82 started a topic User password confirmation validation: how to prevent user from copy/pastingin JavascriptUser 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 -
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 -
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... -
.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... -
thank u so much for this detail explanation.Cur rently i m doing other project.i will check this soon.thnx once again...Leave a comment:
-
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...Leave a comment:
-
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... -
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 -
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... -
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]...Leave a comment:
-
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 -
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 ;...
No activity results to display
Show More
Leave a comment: