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
J

Jeneesh K Velayudhan

@Jeneesh K Velayudhan
About
Posts
33
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • AjaxPro and ActionChart Issues?
    J Jeneesh K Velayudhan

    Hi, am using actionchart in one of my asp.net 2.0 application. also now am using "AjaxPro.AjaxHandlerFactory,AjaxPro.2" in this application for that i have added one handler in web.config file. <httpHandlers> <!--<add verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>--> </httpHandlers> </system.web> like that. After that, my action chart is not working!!! But if am commenting the handler part, action chart will work, but ajaxPro willnot work. Please help me ASAP. I have to resolve by the end of today :( jeneesh@gmail.com

    Thanks & Regards, Jeneesh K. Velayudhan

    Web Development csharp asp-net com help question

  • AjaxPro and Actionchart issue?
    J Jeneesh K Velayudhan

    Hi, am using actionchart in one of my asp.net 2.0 application. also now am using "AjaxPro.AjaxHandlerFactory,AjaxPro.2" in this application for that i have added one handler in web.config file. <httpHandlers> <!--<add verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>--> </httpHandlers> </system.web> like that. After that, my action chart is not working!!! But if am commenting the handler part, action chart will work, but ajaxPro willnot work. Please help me ASAP. I have to resolve by the end of today :(

    Thanks & Regards, Jeneesh K. Velayudhan

    ASP.NET help csharp asp-net question

  • How can bind my dropdown inside ajaxPro method?
    J Jeneesh K Velayudhan

    Hi, I have to make server calls from client side by taking the value from first combo need to populate the second one. dont use selected change event. How it is possible????

    Thanks & Regards, Jeneesh K. Velayudhan

    ASP.NET csharp javascript asp-net sysadmin question

  • How can bind my dropdown inside ajaxPro method?
    J Jeneesh K Velayudhan

    Hi, i know update panel. I have to make server calls from client side by taking the value from first combo need to populate the second one. dont use selected change event. How it is possible????

    Thanks & Regards, Jeneesh K. Velayudhan

    ASP.NET csharp javascript asp-net sysadmin question

  • How can bind my dropdown inside ajaxPro method?
    J Jeneesh K Velayudhan

    I am using asp.net 2.0 and ajaxPro in my web application. 1. How can bind my dropdown inside ajaxPro method, without using HtmlTextWriter? Is it possible? All the server controls are null inside the ajaxPro method. 2. So, i have created dynamic server controls inside the ajaxPro method and used HtmlTextWriter and rendered in javascript. Here in javascript, i can't able to get this dynamic controls by using getElementId method. document.getElementId(asp.net control id + "ControlId"); but it returns null. thanx in advance! :)

    Thanks & Regards, Jeneesh K. Velayudhan

    ASP.NET csharp javascript asp-net sysadmin question

  • How to bind server controls by using ajaxPro method? how to get dynamic server controls on the javascript ?
    J Jeneesh K Velayudhan

    I am using asp.net 2.0 and ajaxPro in my web application. 1. How can bind my dropdown inside ajaxPro method, without using HtmlTextWriter? Is it possible? All the server controls are null inside the ajaxPro method. 2. So, i have created dynamic server controls inside the ajaxPro method and used HtmlTextWriter and rendered in javascript. Here in javascript, i can't able to get this dynamic controls by using getElementId method. document.getElementId(asp.net control id + "ControlId"); but it returns null. thanx in advance! :)

    Thanks & Regards, Jeneesh K. Velayudhan

    Web Development csharp javascript asp-net sysadmin tutorial

  • 32 bit dll issue on 64 bit Production Server
    J Jeneesh K Velayudhan

    How can we compile a dll ? we are using a thrid party dll, we dont have the source code for the dll. Also, we are using IIS 6.0 in windows 2003 server. If we set Enable32BitAppOnWin64 on IIS 6, every applications hosted in IIS 6.0 will work in 32 bit. Applications in IIS 6.0 will not support both modes simultaneously, right ?

    Thanks & Regards, Jeneesh K. Velayudhan

    ASP.NET help com sysadmin

  • 32 bit dll issue on 64 bit Production Server
    J Jeneesh K Velayudhan

    Yes, it willn't work in 64 bit machine. Do you know, any solutions for this ?

    Thanks & Regards, Jeneesh K. Velayudhan

    ASP.NET help com sysadmin

  • 32 bit dll issue on 64 bit Production Server
    J Jeneesh K Velayudhan

    Hi am using a dll in my web project ("Owc11.dll") Before upgrading our production server (32 bit) it was working fine. So, recently our production server has been upgraded to 64 bit. So, while running the application one error throwing like this: "retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154":confused:

    Thanks & Regards, Jeneesh K. Velayudhan

    ASP.NET help com sysadmin

  • Methods Description in Intellisense
    J Jeneesh K Velayudhan

    Hi, i didn't tried this on framework 1.1, but, you just try this one. after defining the complete function with return type, parameters and all. you press on the comment key 3 times just above the function name. So, it will automatically comes with the details, there you can give your details for the parameters, return type and function description etc. if it solved your problem, please dont forget to rate the answer....

    Thanks & Regards, Jeneesh K. Velayudhan

    Visual Basic csharp visual-studio

  • retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154
    J Jeneesh K Velayudhan

    yes, am on the right path. any other good suggestions, plz welcome.

    Thanks & Regards, Jeneesh k. v.

    .NET (Core and Framework) help csharp dotnet wpf wcf

  • retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154
    J Jeneesh K Velayudhan

    yes, definitely if i get this 64 bit dll. It would be resolved. Vender is not released that one. that is the issue :(

    Thanks & Regards, Jeneesh k. v.

    .NET (Core and Framework) help csharp dotnet wpf wcf

  • GridView
    J Jeneesh K Velayudhan

    EnableViewState ppty set to true for the txtbox/aspx

    Thanks & Regards, Jeneesh k. v.

    ASP.NET css question announcement

  • Excel to xml & xml to xslt conversion C# [modified]
    J Jeneesh K Velayudhan

    yes u r right, when we are using datatable/dataset. But i want any other way without using the datatable/dataset...b'coz it will consume much memory...

    Thanks & Regards, Jeneesh k. v.

    ASP.NET csharp xml asp-net tutorial

  • Retreive control with certain type (Related to Win form and ASP.net)
    J Jeneesh K Velayudhan

    Y can't you use 'findcontrol()' method. Will it solve your problem ?

    Thanks & Regards, Jeneesh k. v.

    ASP.NET csharp asp-net winforms question learning

  • Hide a row
    J Jeneesh K Velayudhan

    Hi MacIntyre, Please specify which control you are using now ??? Most of the controls support this visiblity feature. You can use Fetchrowstyle(),OnItemDataBound() methods, only when you are using grids. datarow.visible is also possible. or, place these controls in a panel, after that manage the visibility of the panel. If you are using server tables you can manage it from code behind. But it would be memory consuming. So, dont try to use server controls, if possible :)

    Thanks & Regards, Jeneesh k. v.

    ASP.NET tutorial question

  • Excel to xml & xml to xslt conversion C# [modified]
    J Jeneesh K Velayudhan

    Hi, Anybody knows how to convert an Excel file into XML and XML to XSLT in asp.net 2.0

    Thanks & Regards, Jeneesh k. v.

    modified on Tuesday, January 12, 2010 11:40 PM

    ASP.NET csharp xml asp-net tutorial

  • I Have Problem in ASP.NET Deployment
    J Jeneesh K Velayudhan

    Hi dr.nokia, We are generally using publish website method for deployment. Can you try this method ??? :) If you have any doubts in publish, please contact me !

    Thanks & Regards, Jeneesh k. v.

    ASP.NET sysadmin csharp asp-net tools help

  • Problem with UPDATE PANEL for <object> TAG</object>
    J Jeneesh K Velayudhan

    Hi Ravi Adabala, where is your '</asp:updatepanel>' closing tag ? The controls which needs to show the ajax effect, which should be placed inside the updatepanel. others are exclude from the update panel. second thing, you just replace Eventname='click' to 'Button1_click' please try it....

    Thanks & Regards, Jeneesh k. v.

    ASP.NET help question announcement

  • Visitor IP address
    J Jeneesh K Velayudhan

    Hi pkp001, As pd69 said, HttpContext.Current.Request.UserHostAddress; this code will return the IP of the requested machine.

    Thanks & Regards, Jeneesh k. v.

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