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
R

raghu g

@raghu g
About
Posts
18
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hearing Problem
    R raghu g

    A man feared his wife wasn't hearing as well as she used to and he thought she might need a hearing aid. Not quite sure how to approach her, he called the family Doctor to discuss the problem. The Doctor told him there is a simple informal test the husband could perform to give the Doctor a better idea about her hearing loss. Here's what you do," said the Doctor, "stand about 40 feet away from her, and in a normal conversational speaking tone see if she hears you. If not, go to 30 feet, then 20 feet, and so on until you get a response." That evening, the wife is in the kitchen cooking dinner, and he was in the den. He says to himself, "I'm about 40 feet away, let's see what happens." then in a normal tone he asks, 'Honey, what's for dinner?" No response. So the husband moves to closer to the kitchen, about 30 feet from his wife and repeats, "Honey, what's for dinner?” Still no response. Next he moves into the dining room where he is about 20 feet from his wife and asks, Honey, what's for dinner?" Again he gets no response so; He walks up to the kitchen door, about 10 feet away. "Honey, what's for dinner?" Again there is no response. So he walks right up behind her. "Honey, what's for dinner?" "James, for the FIFTH time I've said, RICE!"

    The Lounge help tutorial question

  • Response.Write error
    R raghu g

    It works perfectly fine for me.. add semicolon ; at last of your statement

    ASP.NET help database sysadmin debugging tools

  • Types of Developers
    R raghu g

    7 Personality Types of Developers Today

    The Lounge com

  • Happiness caliculations
    R raghu g

    Click[^] :laugh:

    The Lounge com

  • Accessing ASP.net control in [Ajax.JavascriptMethod()]
    R raghu g

    Hi.Thanks for you reply. document.GetElementById("somecontrol").value = ""; this code is valid,but in my case i'm unable to do it, var URL = 'AddParticipant.aspx?Id='+EventId+'; retVal = showModalDialog(URL, false, "dialogHeight:700px;dialogWidth:900px;scroll:yes;"); I'm able to retrieve the value well. after that i wrote following document.getElementById("<%=txtOrderNo.ClientID%>;").value=""; But i'm unable to clear the content. and the textbox is readonly, and the page is in side updatepanel. Does it have anything to do.. Thanks again

    ASP.NET tutorial csharp asp-net help

  • Accessing ASP.net control in [Ajax.JavascriptMethod()]
    R raghu g

    Hi. On a button click i'm opening a page with showModalDialog, depending on the value returned from modal dialog, i want to clear contents of asp.net controls. These controls are read only controls. But i'm unable to clear the controls. Please guide me how to resolve this issue. Thanks in Advance.

    ASP.NET tutorial csharp asp-net help

  • MVP Again !
    R raghu g

    Congratulations......:thumbsup:

    The Lounge csharp architecture

  • Thanks a lot
    R raghu g

    Congrats...:thumbsup:

    The Lounge architecture

  • What is the best movie that you see ever?
    R raghu g

    Some movies i liked. Day After Tomorrow. Indiana Jone-Kingdom of crystal skull. Rush Hour 3. Gladiator. The dark knight. etc..

    The Lounge question

  • Merging Header Cells
    R raghu g

    Pls have a look at this article.It may help you. http://marss.co.ua/MergingGridViewHeaderColumns.aspx[^]

    .NET (Core and Framework) csharp help learning

  • sort
    R raghu g

    use SortExpression in every column of grid view that you want to sort.this will solve the problem...

    Web Development question

  • sort
    R raghu g

    Write following code in your grid sorting event.. DataTable m_DataTable = (DataTable)(Give your gridview data source here) if (m_DataTable != null) { DataView m_DataView = new DataView(m_DataTable); m_DataView.Sort = e.SortExpression + " " + ("ASC" or "DESC"); gridview.DataSource = m_DataView; gridview.DataBind(); }

    Web Development question

  • moving the new row to the bottom
    R raghu g

    by taking the rowcount of the data table. and using the code dtBasel.Rows.Insertat(Newrow,Rowcount+1); This may help you..

    Web Development

  • Iframe Issue.
    R raghu g

    Hi.. The problem was due to permission levels when accessing from a virtual directory.I have added "Identity" tag in web.config.The problem was solved. Thanks for your suggestions.:thumbsup:

    Web Development help database

  • Iframe Issue.
    R raghu g

    Thanks for your reply.. I'll work on that.

    Web Development help database

  • Iframe Issue.
    R raghu g

    hi.. Thanks for your reply..I'm using server.mappath to retrieve the path. But the problem is same...and i'm showing the iframe inside update panel...please suggest me if there are any other ways to do this.. Thank you..

    Web Development help database

  • Iframe Issue.
    R raghu g

    Hi.. I'm retrieving a word document from database and saving it in local path,after that showing it inside an iframe. when i run the application in localhost ,word document is shown properly. but when accessing from a virtual directory.iframe is not displayed. :( Please help me on this issue..

    Web Development help database

  • Garbage Collection
    R raghu g

    http://www.dotnetuncle.com/Framework/58_generations.aspx[^] Pls check this link

    .NET (Core and Framework) question csharp help career
  • Login

  • Don't have an account? Register

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