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
T

trilokharry

@trilokharry
About
Posts
217
Topics
140
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • get API for facebook, twitter and myspace--urgent
    T trilokharry

    Hi How to get API for facebook, twitter and myspace. these APIs are free or paid. my requirement: We are going to make one web application in asp.net with c#. we need some functionality like: we have one email id and we need to check that account for this email id exists or not in facebook, twitter and myspace. if exists then we need email IDs of this user's all friend contacts. thanks in advance.

    You get the best out of others when you give the best of yourself.

    .NET (Core and Framework) csharp asp-net json tutorial

  • ViewState is always null on Postback
    T trilokharry

    viewstate available only in same page and on post back means when you click any button then it's data will be available but if you will redirect to same page or another page on click of button no viewstate data will be available.

    You get the best out of others when you give the best of yourself.

    ASP.NET question xml help

  • modal popup issue
    T trilokharry

    Hi in asp.net, I have opened modal pop using jquery with login form and after logged in I'm displaying data in modal popup itself but I want to display username and Logout link in parent page which content is disabled when modal popup is opened. when i use below code to refresh parent page: window.parent.location.reload(); it refreshes parent page and in parent page username logout link also displayed which is managed by user control. but I want that: modal popup should not be closed and paraent page should be refreshed without looking like server trip. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp javascript asp-net sysadmin help

  • jquery in asp.net+server side execution
    T trilokharry

    not getting exactly what to do with this code. I tried but no output. I'm new in jquery so please help me.

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp javascript asp-net sysadmin tutorial

  • jquery in asp.net+server side execution
    T trilokharry

    button click event not getting executed. thanks for your kind reply.

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp javascript asp-net sysadmin tutorial

  • jquery in asp.net+server side execution
    T trilokharry

    Hi how to execute server side code in asp.net while using jquery. like some login form is opened by using jquery as model popup and how will be executed submit button click event. or any other way while using jquery to perform login form functionality. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp javascript asp-net sysadmin tutorial

  • ScriptManager.RegisterClientScriptBlock issue
    T trilokharry

    This is a weird thing I never seen. Hoping somebody got the solution. So I have a asp .net page with an UpdatePanel. Inside that I have a dropdownlist and a button. In the On Page Load I populate the dropdownlist and have a value selected. On the button click even I register a clientscript something like this ScriptManager.RegisterClientScriptBlock(Page, this.GetType(), "Alert", "alert(hello')", true); Problem part: When I click on the button, the alert goes on, then I cannot select anything on the dropdownlist. And this seem to happen with Mozilla only. IE is behaving ok with this.

    You get the best out of others when you give the best of yourself.

    ASP.NET help csharp

  • sms alert
    T trilokharry

    Hi How to send sms to any mobile no. by web application in asp.net on click of button and automatically on particular date. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net tutorial

  • image size in Kb in asp.net c#
    T trilokharry

    Hi how can I get image size in Kb in asp.net c#. I'm providing facility to download image in 800*600 or 1024*768 dimension but along with these links I want to display actual size of image in Kb in both dimensions. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net question

  • word press with asp.net web app
    T trilokharry

    Hi How can I use word press blog and forum in my asp.net web application as I have less time and already we have blog and forum in word press so any way to do above. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp css asp-net question

  • tiny mce editor issue
    T trilokharry

    How can I reload tiny mce editor by javascript code. or How can I get frequent changed content of tiny mce editor by javascript code. My issue: I'm not able to put restriction of no. of char limit in tiny mce editor and what first time content is there getting but when I add something and click on save button and not getting updated content. This web application is being developed in asp.net. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp javascript asp-net help question

  • unique browser session id in asp.net
    T trilokharry

    Hi How to get unique session id that generated same for all browser tabs and different and always unique when we close and open new browser in asp.net code. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net tutorial

  • Rating control in asp.net
    T trilokharry

    Hi Please can anyone help me to provide link or code to implement rating control in asp.net. requirement: while putting rating, on mouse over, stars should be highlighted and can recognized value of clicked star. while displaying star should be highlighted as per average rating, I mean to say that last star might be highlighted 1/2 or 3/4 or ... as per average rating. like:average rating is 3.5 means 3 stars full and 4th star half will be highlighted. Thank

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net help

  • update panel issue
    T trilokharry

    when I put setting on web config: <system.webServer> <handlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> </handlers> <modules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> </modules> </system.webServer> eroor: 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net help announcement

  • update panel issue
    T trilokharry

    Hi update panel not working in asp.net 3.5 as it was working in asp.net 2.0. may be because of I'm not able to make setting for httpHandlers and httpModules in web config in asp.net 3.5. regards Hari

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net help announcement

  • resize image in asp.net
    T trilokharry

    It's resizing image but no quality in image like in 800*600 dimension. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net tutorial

  • resize image in asp.net
    T trilokharry

    I need to resize and want to save in disc so pixel quality will be maintained. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net tutorial

  • resize image in asp.net
    T trilokharry

    Hi how to resize image in asp.net. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET csharp asp-net tutorial

  • 500 - Internal server error.
    T trilokharry

    getting below error in remote server itself. An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. thanks

    You get the best out of others when you give the best of yourself.

    ASP.NET help csharp asp-net sysadmin windows-admin

  • 500 - Internal server error.
    T trilokharry

    It's already configured in IIS.

    You get the best out of others when you give the best of yourself.

    ASP.NET help csharp asp-net sysadmin windows-admin
  • Login

  • Don't have an account? Register

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