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
S

stambekar

@stambekar
About
Posts
9
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Outlook web App customization
    S stambekar

    Hi All, can some one please let me know can we add a custom menu option to the right click on Contact item. and if its possible then please provide with the sample or some description. i have read documentation regarding UI customization online and have successfully added custom menu to the right click of the mail items. i need to do this with the other items. also asked the same question on technet http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/c0fca574-4cd5-41b1-9f3a-148708933442[^] Thanks Sandeep

    ASP.NET com design question lounge

  • Exchange Server Get the details of mail on custom form.
    S stambekar

    hi all, i m using Exchange Server 2010. i have opened a custom form by right clicking the mail. i have got the following URL of my custom form https://Myserver/owa/forms/Postform/Postform.aspx?ea=MyAccnt%40mydomain&fId=LgAAAABCREiOPkBlS72IvuhwDfZdAQAtmb8qRqDeQZv7eHvssBIrAAAAAAARAAAB&n=1&id0=CID.MN%2feVp%2byQM6%2bZy6qaj43Eg%3d%3d.LgAAAABCREiOPkBlS72IvuhwDfZdAQAtmb8qRqDeQZv7eHvssBIrAAAAAAARAAAB.AQAAAAAAAAsAAAAAhQwAAAAAAAA%3d[^] what i want is to get the details of this mail item. ie i want the subject ,body etc of this mail item. also please guide me on what all these URL parameters means Regards Sandeep

    ASP.NET sysadmin tutorial question

  • Images not visible after publishing the web application
    S stambekar

    hi Surender, Thanks for reply well for ur questions Check whether images folder is copied properly and whether the images are referenced properly. Checked and is there Check whether any heavy resource activities are happening on server. NO You can uncheck directory browing option on iis and browse the image.. even if i check or uncheck that checkbox it is not being visible By default when u make virtual directory it has anonymous access to the application and directory browsing is turned off. only when i published the application inside the www root of the IIS then the application worked correctly. initially the application was posted on other folder other than the WWW root of the IIS. i m sure it has something to do with the path outside the home directory of the IIS but wht it is im not sure of. there is no probs with the path of Images as the same application is running well whn is hosted in WWW root ne help will be appreciated Thanks & regards Sandeep

    ASP.NET javascript windows-admin help tutorial

  • Images not visible after publishing the web application
    S stambekar

    hi all, i have built a webapplication using VS08 and IIS 5.1 then i published it to IIS but now i have noticed that the images the application has are not visible. also the Javascript that i have added are not being added. this was not the case when i was developing the application. i was sure that i was path problem but i changed it <img alt="Loading" src="images/progress.gif" /> still the image is not being shown. also if i try to browse the path http://localhost/MyApplication/images/progress.gif then i see this message You are not authorized to view this page can some one guide me on this. Thanks Sandeep

    ASP.NET javascript windows-admin help tutorial

  • Open Custom form in Exchange Server 2010
    S stambekar

    i haven't seen the category for the Exchange Server hence posted on this category.

    .NET (Core and Framework) help com sysadmin windows-admin xml

  • Open Custom form in Exchange Server 2010
    S stambekar

    hi All, i am stuck with a problem with custom forms. i m new to exchange server and may sound naive at times. the problem is that i have modified the UIextension.xml file to add a Navigation bar item named as "MY Application" and on its click i want my custom form to be opened. for this i have made a folder for my testform in the forms folder. the testform will do nothing initially except printing some hello world stuff. i have added a registry.xml file in that folder as well. the registry and UIExtension entries are as follows UIExtension File <?xml version="1.0" encoding="UTF-8" ?> <OWAUICustomizations> <SmallIconMappings> <!--You can register your own icons for custom message classes here--> <!--Default IconFlag="Default"--> <!--Default PrefixMatch="false"--> <!--Attributes should be in the order of: ItemClass, SmallIcon, IconFlag, PrefixMatch--> <!-- Sample entry: <Mapping ItemClass="IPM.CustomClass" SmallIcon="CustomClass.gif" IconFlag="CustomClassRead"/> --> </SmallIconMappings> <MainNavigationBarExtensions> <!--You can register your own entries to appear in Outlook Web Access navigation bar here--> <!-- Sample entry --> <MainNavigationBarEntry LargeIcon="LargeIcon.gif" SmallIcon="SmallIcon.gif" URL="https://myserver/owa/forms/Testform/Default.aspx"> <string language="en-us" text="My Application"/> </MainNavigationBarEntry> </MainNavigationBarExtensions> <NewItemMenuEntries> <!--You can register your own entries to appear in Outlook Web Access New item menu here--> <!-- Sample entry <NewItemMenuEntry ItemType="IPM.CustomClass" Icon="foo.gif"> <string language="en-us" text="New custom item"/> </NewItemMenuEntry> --> </NewItemMenuEntries> <RightClickMenuExtensions> <!--You can register your own entries to appear in Outlook Web Access mail view right-click menu here--> <!-- Sample entry <RightClickMenuEntry Icon="Icon.gif" URL="http://server/application.aspx" filter="IPM.Foo;IPM.Bar"> <string language="en-us" text="My Application"/> </RightClickMenuEntry> --> </RightClickMenuExtensions> </OWAUICustomizations> And Registry.xml File is as follows <Registry xmlns="http://schemas.microsoft.com/exchange/2004/02/formsregistry.xsd

    .NET (Core and Framework) help com sysadmin windows-admin xml

  • MsBuild OutPut to the TextBox on the fly in Windows Application
    S stambekar

    Hi all, i have a application which takes the .csproj file and builds it using the Msbuild Engine that .NET provides. http://msdn.microsoft.com/en-us/library/microsoft.build.buildengine.engine.buildprojectfile.aspx[^] have the code from here. what i want now is that whatever build process that is logged in the log file needs to be shown in the text box on the fly when the building is in process.(ie the text box should behave like the console window) (when we build using the MSVisual Studio command prompt then on the console build messages are shown) can some one help or throw some info on this Thanks & Regards Sandeep

    .NET (Core and Framework) csharp visual-studio com help

  • Anti Frame Breaker Code
    S stambekar

    hi enhzflep thanks for the reply. can u pls elaborate with the code so that i can understand it. also if we try to get a page in a string and strip of the Javascript(frame breaker code) then what is the way to display the stripped content in a iframe. please have a look at the following link http://www.iframehtml.com/iframe-scripts.html[^] it tells way to strip the JS from the page but how to display that page in a iframe then Regards Sandeep.

    Linux, Apache, MySQL, PHP php com design security help

  • Anti Frame Breaker Code
    S stambekar

    Hi all Need help on frame breaker code. i have a page with two frames in it.the pages are built in PHP. the first page displays page from my site whereas the second frame displays page from the other site for which i do not have control on. but for some sites that do have a frame breaker code in them, those pages open in the parent window rather than opening in the frame. have tried the security TAG in Iframe but it works only in IE. for mozilla its of no use. tried a few things but to no effect. tried from this link http://coderrr.wordpress.com/2009/02/13/preventing-frame-busting-and-click-jacking-ui-redressing/[^] is it even possibe to do so. Pls help Thanks in Advance. :) Sandeep

    Linux, Apache, MySQL, PHP php com design security help
  • Login

  • Don't have an account? Register

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