Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
Y

Yogesh Jamkhindikar

@Yogesh Jamkhindikar
About
Posts
12
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need to register click event for a Checkbox in side WPF Datagrid using MVVM
    Y Yogesh Jamkhindikar

    i hava a Datagrid with Checkbox as one of the columns in it. Need to trap the click event & accordingly enable/disable buttons on my WPF Page (xaml).am using MVVM architecture. Following is the code:

    WPF wpf architecture csharp

  • increase z index for a button/link in a div
    Y Yogesh Jamkhindikar

    Hi, i have a image with Thread.Sleep (5000)that makes background opaque/ non clikable for 5 secs. Now i have a close image in a div that has z index higher than the background page to stop the processing. My problem is that even the image is disabled & the click event is not fired... how can i achieve the same?? Have reffered this url for coding the same- http://mattberseth.com/blog/2007/08/disable\_updatepanel\_contents\_d.html Code block:- <pre><div id="updateProgressDiv" class="updateProgress" style="display:none"> <div align="center" style="position:relative"> <img alt="Processing...." src="loading.gif" style="position:relative;width:40;height:40;margin-top:53px;z-index:10001" /> <span class="updateProgressMessage">Processing your request...<br />Please wait.....</span><br /> <div id="div2" align="right" style="position:relative;z-index:10001"> <asp:image id="img2" runat="server" imageurl="~/close.gif" xmlns:asp="#unknown" /> </div> </div></div></pre> Appreciate help in this regard... Thx in advance.. Regards, Yogesh

    Web Development help question html database com

  • help required for making background blur/opaque/non clickable
    Y Yogesh Jamkhindikar

    Hi, i have a timer image that makes background opaque/ non clikable. Now i have a close image in a div that has z index higher than the background page to stop the processing. My problem is that even the image is disabled & the click event is not fired... how can i achieve the same?? Code block:-

    <div id="updateProgressDiv" class="updateProgress" style="display:none">
    <div align="center" style="position:relative">
    <img alt="Processing...." src="loading.gif" style="position:relative;width:40;height:40;margin-top:53px;z-index:10001"/>
    <span class="updateProgressMessage">Processing your request...<br />Please wait.....</span><br />
    <div id="div2" align="right" style="position:relative;z-index:10001">
    <asp:Image ID="img2" runat="server" ImageUrl="~/close.gif"/>
    </div>
    </div>
    </div>

    Appreciate help in this regard:confused:... Thx in advance.. Regards, Yogesh

    Web Development javascript sysadmin testing beta-testing help

  • help required for making background blur/opaque/non clickable
    Y Yogesh Jamkhindikar

    Hi Yusuf, u r post was of good help... referring to this code on url - http://www.stephendaly.org/blog/post/2008/03/Creating-a-popup-div-that-disables-the-background-of-the-screen.aspx Here Stephen has mentioned about args in function getPosition(args), but this value is never passed in the code block?? Can u plz tell me what this arg means?? becoz it gives an undefined in the alert & the code block does not work becoz of this. Regards, Yogesh

    Web Development javascript sysadmin testing beta-testing help

  • help required for making background blur/opaque/non clickable
    Y Yogesh Jamkhindikar

    hi yusuf, Thx for the reply but my requirement is using a div & not a modal popup...Also i forgot to mention i'm using IE6.0 & want to do it with javascript only... Regards, Yogesh

    Web Development javascript sysadmin testing beta-testing help

  • help required for making background blur/opaque/non clickable
    Y Yogesh Jamkhindikar

    Hi, Would appreciate is someone can help me out in this....Really bugged by this!! am using a div which appears with an "Please Wait..." image on a button click, now when that div appears i want to make the background opaque/non clickable as it contains menu items,...which i do not want the user to click while i do a processing logic. am using VS2008 & want to do it with javascript... a small code snippet that i use for testing... -

    <tr>
    <td>
    <div id="divMain" runat="server" class="content">
    <asp:UpdateProgress AssociatedUpdatePanelID="updpnlTest" ID="updateProgress" runat="server">
    <ProgressTemplate>
    <div id="divProgressBackgroundFilter" runat="server">
    </div>
    <div id="divProcessMessage" runat="server">
    Processing your request...Please wait.....<br />
    <br />
    <img alt="Loading..." height="40px" width="40px" src="loading.gif" />
    </div>
    </ProgressTemplate>
    </asp:UpdateProgress>
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    </div>
    </td>
    </tr>

        <tr>
            <td align="center">
                <asp:UpdatePanel ID="updpnlTest" runat="server">
                    <ContentTemplate>
                         <asp:Button ID="btnDisableBackground" runat="server" Text="DisableBackground" 
                             onclick="btnDisableBackground\_Click" />
                     </ContentTemplate>
                </asp:UpdatePanel>   
            </td>
        </tr>
    

    Thx in advance... Regards, Yogesh

    Web Development javascript sysadmin testing beta-testing help

  • how to upload files in sharepoint using wss sdk 3.0 + VS 2008+ C#
    Y Yogesh Jamkhindikar

    1. With respect to the above subject matter, would appreciate if someone could help me out with this. 2. My OS is Win XP+SP2 . Have searched the net for the same, but i guess this combination does not hold true for either VS2008 OR for Win XP SP2. Thx in advance. Regards, Yogesh

    Web Development csharp sharepoint visual-studio help tutorial

  • skmmenu query
    Y Yogesh Jamkhindikar

    Hi all, I have used skmmenu 2.2 version in my sharepoint(2003)project. now when i view the same page in netscape browser 8.1 or Mozilla firefox, the look & feel of the browser drastically changes & the menu seems distorted,in terms of the alignment & css applied to it. The menu works fine for IE 5.5/6. Went thro the skmmenu documentation as well, but did not come across any mention of browser compatibility. Would appreciate any kind of help on this issue. Regards, Yogesh J.

    C# help css sharepoint database announcement

  • Script library error in Majic Ajax on Windows XP
    Y Yogesh Jamkhindikar

    Hi All, Facing a peculiar problem. I have MajicAjax implemented in my web page & the code runs perfect(My M/c's OS - Win 2000 Professional),whereas on the Tester's M/C it gives me script library '/AjaxCallObject.js' error on loading the same page(Tester's OS - Win XP). Furthermore, this problem persists only in some selective M/c's running on Win XP. Found some useful sites & tried the same but with no success. Can anyone plz help asap... Thanks in advance. Yogesh J.

    C# help javascript tools

  • Avoid Postback using Adobe Flex2
    Y Yogesh Jamkhindikar

    Hi All, Want to know abt Adobe Flex 2 to avoid Postback in .net C# instead of Ajax. not able to find any help/code snippet for the same. Would appreciate if anyone could help... Regards, Yogesh J.

    C# csharp adobe help

  • Avoid Postback using Adobe Flex2
    Y Yogesh Jamkhindikar

    Hi All, Want to know abt Adobe Flex 2 to avoid Postback in .net C# instead of Ajax. not able to find any help/code snippet for the same. Would appreciate if anyone could help... Regards, Yogesh J.

    ASP.NET csharp adobe help

  • Avoid Postback in webpage using Adobe Flex2
    Y Yogesh Jamkhindikar

    Hi All, Does anyone know abt how to avoid Postback in a webpage using Adobe Flex2??? instead of usual Ajax. need some code 4 reference. Kindly help Regards, Yogesh J.

    Work Issues adobe help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups