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
2

2489128

@2489128
About
Posts
154
Topics
105
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • special characters
    2 2489128

    Hi All, I have a TextBox txtBx, I set text to it as- txtBx.Text = "brutas\n\nhong\t\nsaw"; now on the application, raw characters(square boxes) are shown in stead of \n, \r etc. I want the display in the textbox as brutas hong saw can any one help me?

    C# help question

  • Validation on Texboxes dialog in Setup and deployment project
    2 2489128

    Hi, I'm ceating a Setup and deployment project using C# in which i've to collect user id and password. for this I'm Texboxes dialog. now i want to apply validation on Texboxes dialog so that user can not move further without providing user id and password. can one help me?

    C# csharp sysadmin help question workspace

  • GlobalAppointmentID
    2 2489128

    i want to read all the appointments of a outlook 2007 and bind it to DataGridView. in my application i've add refernce of following library-

    Microsoft.Office.Interop.Outlook, Version=12.0.0.0

    I'm reading appointments as-

    Microsoft.Office.Interop.Outlook.Application app = new Microsoft.Office.Interop.Outlook.ApplicationClass();
    Microsoft.Office.Interop.Outlook.NameSpace NS = app.GetNamespace("MAPI");
    Microsoft.Office.Interop.Outlook.MAPIFolder objFolder = NS.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderCalendar);

    foreach (Microsoft.Office.Interop.Outlook._AppointmentItem Item in objFolder.Items)
    {
    string Id = Item.Subject; //etc.............
    }

    but I'm unable to get Item.GlobalAppointmentID.I've search and find there is GlobalAppointmentID propery but I'm unable to get it. plz help me.

    C# com help announcement

  • location drop down list of the outlook 2007 appointments
    2 2489128

    Hi. Is it possible to add some custom location items in the location drop own list of the outlook 2007 appointments through AddIn in C#?

    C# csharp question

  • hiding the blinking cursor
    2 2489128

    I want to hide the cursor or make the blinking cursor stop blinking in the asp.net textbox. Is that possible??

    ASP.NET csharp asp-net question

  • Quering Nested Data in a table
    2 2489128

    Hi. I've a table Project(ProjectId, ParentProjectId, ProjectName) the sample data are -------------------------- 1,0, X 2,1,Y 3,2,Z 4,3,W now for a given project id i want to get projectid, projectname for a given projectid. e.g. i want 1,X for projectid = 4 i want to SQL query for this. plz help me.

    Database database help

  • Logged in and logged out.
    2 2489128

    could u provide code for it?

    ASP.NET debugging question announcement

  • Logged in and logged out.
    2 2489128

    hi. i have put this code in window.onload event: window.event.clientX < 0 && window.event.clientY <0 and on clicking browser's close button we always find window.event.clientY < 0 and window.event.clientX > 0. so i'm unable to track browser's close event.

    ASP.NET debugging question announcement

  • Logged in and logged out.
    2 2489128

    thanks. on which event will i have to call method DeleteUserLog?

    ASP.NET debugging question announcement

  • Logged in and logged out.
    2 2489128

    How can I Handle the Browser Close using Java script? plz help me.

    ASP.NET debugging question announcement

  • Logged in and logged out.
    2 2489128

    In my aplication I've to trace logged in and logged out for an user. I've created a table that contains information about logged in and logged out time of an user. whenever an user logged in i simply add a record in this table and when user logged out i simply update this table. now suppose that when a user close its browser by clicking on cross icon of browser or after a session time out then in this case user logically time out. then in this case how i update table for user logged out?

    ASP.NET debugging question announcement

  • Progress Bar
    2 2489128

    Hi I'm using modal popup extender control & update panel in my application. some pages in this application have more than one update panels. now i want to disabled all the buttons in a particular page during a add/delete/update operation with displaying progress bar so that no one click on any button on the page during operation. how can i achieve this?

    ASP.NET question announcement

  • Update panel
    2 2489128

    Hi. I've put a GridView inside a UpdatePanel. GridView is enabled for paging. now i want to display a message from the client side when ever GridView is rebinded through paging i.e. particular portion is updated.

    ASP.NET announcement

  • daylight saving
    2 2489128

    Hi. I'm storing datetime data in DB in UTC format. now i want to display correct date with daylight saving. can any one help me in this regards?

    ASP.NET database help question

  • binding a select element at the client side and accessing it at the server side.
    2 2489128

    using a XMLHttpRequest object.

    ASP.NET csharp javascript html asp-net wpf

  • binding a select element at the client side and accessing it at the server side.
    2 2489128

    Hi. I've two drop down list in asp.net form. first one is a standard server side drop down list control and binded from the server side. second one is html select element and binded through javascript at the client side by AJAX depending upon the value selected from the first drop down list. after binding second drop down list when we post back the page, i'm unable to access all the element of the second drop down list at the server side even second is has attribute runat server. where is problem???

    ASP.NET csharp javascript html asp-net wpf

  • drag and drop
    2 2489128

    hi. i'm developing an asp.net application. here i want to drag and drop a div on html table's cell. now i want to get id of that cell on which div was dropped. please help me.

    ASP.NET csharp html asp-net help

  • AJAX Control Toolkit's Calendar Extendar
    2 2489128

    Hi. I want to disable navigation button or some date ranges form AJAX Control Toolkit's Calendar Extendar. Can any one help me?

    ASP.NET help question

  • disabling BACK & FORWARD buttons of the browsers.
    2 2489128

    How to disabled BACK & FORWARD buttons of the browsers using javascript?

    ASP.NET javascript tutorial question

  • preserving state of the selected checkboxes
    2 2489128

    do you mean i've to take an extra column in data source?

    ASP.NET css tutorial
  • Login

  • Don't have an account? Register

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