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
M

meghamaharshi

@meghamaharshi
About
Posts
89
Topics
43
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Jquery code is not working in IE [modified]
    M meghamaharshi

    Hello Everybody Following code working fine in FF but not working in IE please help me out function ManageQuantityDropDown() { if ($("#<%=grdCustAllotedQuantity.ClientID%> table[id*='MainContent_grdCustAllotedQuantity_rdbCustomerRegistrationType'] input:radio:checked").val() == "0") { $("#<%=grdCustAllotedQuantity.ClientID%> select[id*='MainContent_grdCustAllotedQuantity_ddlQunatity']").attr('disabled', true); $("#<%=grdCustAllotedQuantity.ClientID%> select[id*='MainContent_grdCustAllotedQuantity_ddlQunatity']").attr('selectedIndex', 1); $("#<%=hdnAllotedQuantity.ClientID%>").val($("#<%=grdCustAllotedQuantity.ClientID%> select[id*='MainContent_grdCustAllotedQuantity_ddlQunatity']").val()); } else { $("#<%=grdCustAllotedQuantity.ClientID%> select[id*='MainContent_grdCustAllotedQuantity_ddlQunatity']").removeAttr('disabled'); } } Thanks

    modified on Tuesday, July 19, 2011 7:36 AM

    ASP.NET javascript help

  • vertical-align problem
    M meghamaharshi

    vertical align property does not work with div you better to set padding for it.

    ASP.NET help

  • how to display weather forecast on website
    M meghamaharshi

    hi everybody, i want to display weather forecast for two days for any city world wide. user will enter city in textbox and then weather forecast for that partiular city will be shown.i have searched a lot but no luck thanks

    ASP.NET tutorial

  • Plotting multiple addresses on google map [modified]
    M meghamaharshi

    Hi everybody i have used google map in my asp.net website.i have used google map api for this.i have plotted one marker successfully but there is problem when i am plotting multiple addresses,geocoder.getlatlang method is working asynchrounusly,as i m plotting 18 addresses then sometimes it show 8 sometimes 10 like this.i have searched on google a lot but no luck. Thanks

    modified on Monday, February 1, 2010 3:01 AM

    ASP.NET csharp asp-net json help

  • how to know which control is focused
    M meghamaharshi

    i am receiving error- Cannot convert method group "Focus" to non delegate type 'bool'

    C# tutorial question

  • how to know which control is focused
    M meghamaharshi

    hi, i have many text boxes on my web page, how can i get which text box is focused. Thank You

    C# tutorial question

  • How to get the currently focused control
    M meghamaharshi

    hi, i have many text boxes on my web page, how can i get which text box is focused. Thank You

    Web Development tutorial question

  • How to allow "&" character in URL
    M meghamaharshi

    Hi All, My URL has '&' so its giving bad request so plz tell me how to handle it. Thanks

    ASP.NET tutorial

  • Div overlapping
    M meghamaharshi

    Hi all, I have div with property

    there are some more div below this div in different table i am making its visible on click of link its working in IE 7 but not in IE 8.In IE 8 its not visible properly means not expanding its hidden by below text. Thanks.

    ASP.NET

  • Move records from one panel to another
    M meghamaharshi

    Hi everybody, My requirement is i have two panels in which having records in repeaters or labels i want to move record from one panel to another like moving records from one list box to another is there any control to perform this task? Thanks.

    ASP.NET question

  • export data to .csv file and impoort to outlook
    M meghamaharshi

    hello everybody i have a nested repeater in which events and tasks are shown now the requirement is i am to export these to .csv file and then import to outlook..

    ASP.NET

  • resize calendar control
    M meghamaharshi

    thanks for reply its done first we have set its all day and header style then we will be able to..actually i needed it urgent..

    ASP.NET

  • resize calendar control
    M meghamaharshi

    i am able to make it big but not able to make it small in size. thanks.

    ASP.NET

  • resize calendar control
    M meghamaharshi

    Thanks for reply i have checked that out its not matter if i am using only calendar control on whole page then also the same problem after setting height and width its size is not changing..

    ASP.NET

  • resize calendar control
    M meghamaharshi

    Hello Everybody I am using asp calendar control on my web page but its big according to the page i have set its width and height but its not resizing.. Thanks.

    ASP.NET

  • error in reading file
    M meghamaharshi

    if it is so then why its giving same error with .txt file?

    ASP.NET com help

  • error in reading file
    M meghamaharshi

    thanks for reply.. there is an excel file (can be .txt,.rtf,.doc) containing mobile number with some text now the problem is that i successfully retrieve the numbers while running project on localhost but when i upload the compiled code on ftp then on reading that file its giving the following error. Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154.

    ASP.NET com help

  • error in reading file
    M meghamaharshi

    Hello Everybody in my page i need to read file (.doc,.txt,.rtf) and find out mobile numbers to which i am to send sms its working fine on localhost but onupload on ftp its giving following error.. Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154. Thanks

    ASP.NET com help

  • accessing page control in aspx.cs
    M meghamaharshi

    Thanks..in my content page i have table in which i have added checkboxes dynamically..i have used page.findcontrol and form.fincontrol and this.fincontrol but not able to find a check boxes.. Thanks..

    ASP.NET

  • accessing page control in aspx.cs
    M meghamaharshi

    Hello..i have a check box on my content page i want to access this in aspx.cs page.. Thanks..

    ASP.NET
  • Login

  • Don't have an account? Register

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