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
H

honeyss

@honeyss
About
Posts
51
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Reading Message from MSMQ and DIsplaying
    H honeyss

    Hi, I want to display the messages from Queue in consoleapplication.I am able to read the queues.But while displaying, if i had 6 messages in queue and in that i am able to display only 3.Please help me out in solving this. My code is as follows: string QueueName = ".\\Private$\\TestQ"; MessageQueue.EnableConnectionCache = false; //// open the selected message queue this.messageQueue = new MessageQueue(QueueName, QueueAccessMode.Receive); while (true) { System.Messaging.Message message = new System.Messaging.Message(); MessageQueueTransaction msgTx = new MessageQueueTransaction(); MessageDetails messageDetails = null; try { msgTx.Begin(); message.Formatter = new BinaryMessageFormatter(); message = messageQueue.Receive(new TimeSpan(0, 0, 0, 10), msgTx); if (message.Body != null) { messageDetails = (MessageDetails)message.Body; Console.WriteLine(messageDetails.ApplicationName + "\t" + messageDetails.ThreadName + "\t" + messageDetails.Status + "\t" + messageDetails.TimeStamp); } msgTx.Commit(); messageQueue.BeginReceive(); } Thanks in Advance

    C# data-structures help

  • Paging for InsideGrid in Grid Inside Grid
    H honeyss

    Hi Can anyone help me in implementing paging for child grid while using childGrid inside parentGrid. Thanks in advance Honey :)

    ASP.NET css help

  • Getting Top 5 from table of same category
    H honeyss

    Top2 based on each categoryname..........

    Database help database

  • Getting Top 5 from table of same category
    H honeyss

    Hi Friends, Let me Show u my table first and explain the problem later CategoryID CategoryName 1 MSDN 2 Google 3 Project 4 Code 5 Google 6 Project 7 MSDN 8 Google 9 Google 10 MSDN 11 Project 12 Project Now i need the top 2 categorynames from categorynames. I need the result as below CategoryID CategoryName 1 MSDN 7 MSDN 2 Google 5 Google 3 Project 6 Project 4 Code Please some one help me in getting this Query............ Thanks in Advance :)

    Database help database

  • Transfer different files at a time from one page to another [modified]
    H honeyss

    Hi can anyone help me how to post two different files of different formats from one page to another page using HTTP Post. Thanks in Advance :)

    modified on Wednesday, April 2, 2008 1:08 AM

    ASP.NET help tutorial

  • Dynamically generating XHTML using asp.net
    H honeyss

    Hi Mike ......... I didnt reposted the question....... Please once go through these question thoroughly.... In the previoues post i posted the question as how to transform xml to XHTML... and now the post is how to generate XHTML code Dynamically .......... :((

    XML / XSL csharp asp-net help

  • Dynamically generating XHTML using asp.net
    H honeyss

    Can anyone help me regarding generating XHTML dynamically using asp.net......... Thanks in Advance :)

    XML / XSL csharp asp-net help

  • XML to HTML Conversion in .Net
    H honeyss

    Hi Can i anyone provide me the links for the conversion of XML to XHTML in .Net. Thanks in Advance.

    XML / XSL csharp html xml

  • Tooltip for dropdown list items
    H honeyss

    its impossible to have a tooltip for dropdown list items

    ASP.NET database wpf wcf help

  • Redierct to another page when we press on Enter Key instead of Submit button
    H honeyss

    HI I had two textboxes username and password and a button(Submit). Now if i press Enter Key from Keyboard instead of clicking on Submit button the page should be automatically redirected to another page.......... Please some one help me.......... Thanks in Advance

    ASP.NET help

  • WebService
    H honeyss

    Hi Please help me in this regard.How to keep more than one wsdl classes in the same solution. Thanks in advance

    ASP.NET wcf help tutorial

  • Saving the word document at the server
    H honeyss

    Hi , I am doing a website that shows one word document to everyone. If the users open that and would like to edit the information they can edit.But when they go to save button and saves it, it must be changed on the website such that the users who browses the website can view that............ Can anyone provide me the necessary code for saving the document at the server side. Thanks in Advance :)

    ASP.NET sysadmin

  • Clearing textbox on focus
    H honeyss

    Hi Ramesh, First of all let me thank u for coming forward to help me. In that link they are using Javascript.I need that with out using Javascipt as i am into developing wap site........

    ASP.NET javascript help

  • Clearing textbox on focus
    H honeyss

    ok thank you

    ASP.NET javascript help

  • Clearing textbox on focus
    H honeyss

    ok thank you............But if there is any possibility let me know............

    ASP.NET javascript help

  • Clearing textbox on focus
    H honeyss

    Can i use javascript for mobile wap browsers

    ASP.NET javascript help

  • Clearing textbox on focus
    H honeyss

    Hi I need to clear the textbox when we focus on the textbox control without using javascript. Plz anyone help me in this regard. Thanks in Advance Bye:)

    ASP.NET javascript help

  • Win32 events in Webforms
    H honeyss

    there are some application which listen for win32 events on the same system where we are hosting the webpage,Still it is not working........... will it work if we change process model in machine.config...............

    ASP.NET sysadmin hosting help

  • Win32 events in Webforms
    H honeyss

    Hi , I have created win32 events using kernel32.dll in webforms.It is working fine in the local system.But when i am hosting in the Server i am unable to create the events.Can anyone help me in this regard.

    ASP.NET sysadmin hosting help

  • DropDownlist in Ajax when using MasterPages
    H honeyss

    Hi, I have kept ScriptManager in MasterPage and UpdatePanel in contentpage.My code in content page is as follows: But selectedIndexchaged event is not firing. Can anyone help me in this regard.Thanks in Advance,.................

    ASP.NET 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