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

Jeeva Mary Varghese

@Jeeva Mary Varghese
About
Posts
108
Topics
66
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • OSCommerce packages
    J Jeeva Mary Varghese

    Hi, Thanks for the reply. i seached here for ,but not getting a good version which is free(we need the free download of the oscommerce package) If u are familiar with the oscommerce packages ,can u please guide me about it Thanks in Advance Jeeva Mary Sayan

    ASP.NET csharp help announcement

  • OSCommerce packages
    J Jeeva Mary Varghese

    hi, Thanks for the reply. i did the internet search, but most of the links go to the site http://www.softpedia.com/get/Internet/WEB-Design/Web-Design-related/AspNet-OsCommerce-Free.shtml and downloaded the freeversion from the above specified link.but there are some limitations in the freeversion (ie,we cannot do any changes in the database in the free version). so can u please help me. Thanks in advance Jeeva Mary Sayan

    ASP.NET csharp help announcement

  • OSCommerce packages
    J Jeeva Mary Varghese

    Hi All, can anybody help to get OsCommerce packags available in .net(Free version) Thanks in advance Jeeva mary Sayan

    ASP.NET csharp help announcement

  • Changing VB Project Properties
    J Jeeva Mary Varghese

    Hi All, I am doing Installaion build for a Vb Based Application.In the automation procedure of this,I need to change the version Compatability(In Project\Project Properties\Component) from outside.Means I need to change it programmatically. Means in the automation procedural steps,it will take the project automatically,change the compatability and then save the project. Can Anyone help me to solve this problem....... Thanks In Advance, Jeeva.

    Visual Basic help testing tools announcement

  • Sql Server Login Details
    J Jeeva Mary Varghese

    Hi I am using SQL Server 2005 in our InstallShield Project.In that It needs to take the login inforamtion at run time for checking the password.Where will we get all those kind of Informations.Where is it resided in our machine. Please .... respond to my question. Thanks In Advance. Jeeva

    Database database sql-server sysadmin question

  • Problem with Frame
    J Jeeva Mary Varghese

    Hi All, My application has three frames---top,left and right frame. My aim is, on clicking links in the top pane i have to load the right frame with other external pages(say:- "www.codeproject.com","www.yahooo.com",etc). I can load the first page but when i 'm trying to load the next pages i get a javascript error "Access Denied". Can anyone help me sort it out? Thanks & regards, Jeeva

    ASP.NET help javascript com question

  • Resizing table
    J Jeeva Mary Varghese

    Hi All, My window has two frames.In the right frame i have a dynamically created table. But when i move the vertical scoll bar between the two frames, i want the table in the right frame to get resized as per the frame size. Please help. Thanks & Regards, Jeeva

    ASP.NET

  • Speed problem with Treeview Control
    J Jeeva Mary Varghese

    Hi, We are using treeview control(vs.net 2005).For loading the nodes till 2-3 levels its working fine but this treeview is used for populating library books and chapters of each books should be displayed in the next levels when selecting the appropriate book .This takes a lot of time. Is there anyother way(javascript or any other control) to populate the library details speedly(It needs to be a in a treeview manner),Also selecting each book there shouldn't be any post backs. Please help me out with a solution.:( Thanks & Regards, Jeeva

    ASP.NET

  • "Invalid Postback error"
    J Jeeva Mary Varghese

    Hi All, I am working with the tree view control for a secure site , which has numerous nodes. But i get an error when i click on a node to expand it.I can see this only attimes(I guess it happens only when i don't give time for a node to expand and click on some other node to expand). The error is like:- Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page Can anyone tell me how to prevent it from happening :confused: Thanks & regards, Jeeva

    ASP.NET data-structures help tutorial workspace

  • Problem with treeview control's postback
    J Jeeva Mary Varghese

    I 'll work with this. Thanks a lot. Regards, Jeeva:)

    ASP.NET help data-structures tutorial question

  • Problem with treeview control's postback
    J Jeeva Mary Varghese

    Hi All, I'm facing a problem with the page postback. Its like....I have a treeview control whose first three levels are populating on page load. The next levels are being populated on “treeview_treenodeexpanded” event ,based on certain criteria .But each time we expand it the page gets posted back, as it is the case. I want the postback to be blocked somehow and the tree nodes need to be populated on expand event only. Is AJAX a solution for this? If so, how to implement this?:confused: I hope someone can help me out with this. Thanks in advance. Regards, Jeeva

    ASP.NET help data-structures tutorial question

  • TreeView Problem
    J Jeeva Mary Varghese

    Hi All, I am developing a WebApplication in Visual Studion 2005 using c#.Net. I need to find out the Node when I right click on the Particular Node and also the control goes to the new window.I am using TreeView Control in Visual Studio 2005. How it's possible? Thanks, Jeeva

    ASP.NET csharp visual-studio help question

  • Frames in HTML
    J Jeeva Mary Varghese

    Hai Satheesh, Thanks for the reply.Can u plz specify what the JavaScript contents will be.I wrote this in a button click of .aspx page.But the code is written in the frame where the event generated. Jeeva

    Web Development html question

  • Frames in HTML
    J Jeeva Mary Varghese

    Hi All, I am designing an application using HTML.And Frames are used for that. In my main window there are 3 rows.I need to use title bar(including minimize, maximize and close buttons in each source in this Frameset.Means to close each frame from a frameset. Is it possible? Thanks In advance, Jeeva

    Web Development html question

  • Problem in TreeView
    J Jeeva Mary Varghese

    Hi all, I am creating an application in Visual Studion 2005 (Asp.Net )and the language used is C#.Net.It's a Web Based Application .I put a TreeView Control in one my page.But in TreeView Control ,I need to add one more column means ,Its looks like + First 2 - Second 3 + Third + Fourth + Fifth + Seventh 4 The heirarchical list shows the name of some topics inside a book and the right sided number shows the page number.The page number will be a link.How can I create a TreeStructure like this.Or please tell me an alternate solution for this.. Thanks In advance, Jeeva

    Web Development csharp asp-net help question learning

  • Problem In TreeView Control
    J Jeeva Mary Varghese

    Hi all, I am creating an application in Visual Studion 2005 (Asp.Net )and the language used is C#.Net.It's a Web Based Application .I put a TreeView Control in one my page.But in TreeView Control ,I need to add one more column means ,Its looks like + First 2 - Second 3 + Third + Fourth + Fifth + Seventh 4 The heirarchical list shows the name of some topics inside a book and the right sided number shows the page number.The page number will be a link.How can I create a TreeStructure like this.Or please tell me an alternate solution for this.. Thanks In advance, Jeeva

    ASP.NET csharp asp-net help question learning

  • HTML server control
    J Jeeva Mary Varghese

    Thanks for the reply. But, I want to call a server side funtion instead of writing a function in Java script. Plz help me out. Regards, Jeeva

    ASP.NET html sysadmin help question

  • HTML server control
    J Jeeva Mary Varghese

    Hi All, I had to change the color of a dropdownlist's selected item. So i made it an html control "".That was working fine. But based on this dropdownlist i had to populate another dropdownlist. I want the items of the second ddl to change based on the selection in the first ddl on the change event. Can anyone help me out with this? Thanks in advance. Regards, Jeeva :)

    ASP.NET html sysadmin help question

  • Pblm in InstallShield
    J Jeeva Mary Varghese

    Hai, I am using InstallShield 12 for making a setup for an Application.The problem is that,I created a setup of version 1.0.2.2 And Another Older version is in my hand ,ie,1.0.1.1.The latest version is already installed .But I need to install the older version above the latest version with out uninstalling the lateset version.Ie,roll software back to previous version . Is there any method of solving this problem.Can any one plz.....help me...... Jeeva.

    Visual Studio help announcement workspace

  • how can we install a newer version over the old version.Help Me Plz...
    J Jeeva Mary Varghese

    Hi All, I am using InstallShield 12 for a deployment proces.But in that how can we install a newer version of a product over the old version of the same product.The problem is that ,my application having 2 different features.One Installation needs to Install the first feature and other needs to install the second one.But in this situation the previous one exists there in Desktop(shortcut)as well as files too when the installing the second one. Can any one plz help me to overcome this situation. Thanks In advance Jeeva

    C / C++ / MFC help sysadmin announcement
  • Login

  • Don't have an account? Register

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