Can you send which error its giving. Thankst & Regards obalesu.n
obalesu
Posts
-
i want code to remove submenu -
Handle frame close eventHi vasudevan, Can you please send example code for this. Thanks & Regards Obalesu.N
-
Handle frame close eventHi Vasudevan, Thanks for reply,Actually i tried both the events but this event is triggering multiple time and the scenario is like this we are loading some data in the grid in parent form and on clickcellbutton event of the grid we are opening one document in the frame which will directly go to the print. But this printed document is getting saved in physical location.so on close of the this window(frame) we want to delete this file from the physical location. we already used onbeforeunload of parent window but this event is getting triggered multiple times. The issue is it shouldn't trigger the clickcellbutton event multiple times(it is triggering in load as well as unload). We tried both the events in parent form only as shown below. in parent form frame1.Attributes["src"] = "../Forms_PDF/" + srcFilePath; in javascript of parent form -- function HandleClose() { if( document.getElementById('hdnTemp').value=='Delete') { document.getElementById('btnFileRemove').click();//this 'btnFileRemove' is from frame window.so that we are executing server side code of frame from this parent form onunload event but is triggering twice. } } The thing is we need to execute server side code only when the frame window is closed.how we can achieve this.
-
Handle frame close eventHi, How can i handle frame close event.Actually i wanted to executed server side code when frame window is closed. I am opening this frame window from InitializeRow event of webgrid as shown below frame1.Attributes["src"] = "../Forms_PDF/" + srcFilePath; Whenever i close this frame window i need execute server side code. how can i do.
-
Request for Sharepoint tutorial linksHi All, I am new to sharepoint.Can you please suggest some links to learn sharepoint 2007. Thanks & Regards Obalesu.N
-
Remote accessing of Win Ce5.0 deviceThanks for reply, Can we access the mobile device without using active sync (with wifi)?.what i need is to access the mobile device(we can see, what all the proceses currently running the device) when running our application in the device remotely from PC. Thanks Obalesu.N
-
Remote accessing of Win Ce5.0 deviceHi All, I am using device with WINCE 5.0 and my application is in .NET compact framework in C#.I want to operate my device from my desktop pc.how can i do this process. Thanks Obalesu.N
-
tooltip control for win ce appHi Joshi, Thanks for sending reply.but i am new to calling win32 functions can you please send one example creatingTooltip in windows ce 5.0 application i am using .net 2005. Thanks.
-
tooltip control for win ce appHi, I want to show a tooltip. How to show a tooltip in Win Ce? what a class and namespace is for it? Or i must use a API function? what? Thanks
-
tooltip control for win ce appHi, I want to show a tooltip. How to show a tooltip in Win Ce? what a class and namespace is for it? Or i must use a API function? what? Thanks
-
printscreen in windows ceHi how to take screenshots on windows ce (5.0) device like prt scr button in pc. Thanks.
-
Wifi disconnection problem in windosce applicationHi all, When i open my windows ce application in device the wifi is disconnected automatically. before opening the app(in constructor) the application is actually retriving the data from the xml file(web call) storing it into hashtable object.i did not get why wifi is disconnecting in the device. Do anybody have idea what is the wrong? Thanks.
-
Wifi disconnection problem in windosce applicationHi all, When i open my windows ce application in device the wifi is disconnected automatically. before opening the app(in constructor) the application is actually retriving the data from the xml file(web call) storing it into hashtable object.i did not get why wifi is disconnecting in the device. Do anybody have idea what is the wrong? Thanks.