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
P

pss srinivasan

@pss srinivasan
About
Posts
18
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Response.End()
    P pss srinivasan

    HI Response.End () giving This Error

    Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

    Please How to solve?

    ASP.NET c++ data-structures help tutorial question

  • how to pass value from popup to content page
    P pss srinivasan

    Hi I am using master page in that what is equivalent code for this line?

    theOpener.form1.document.getElementById("txtCode").value

    modified on Saturday, February 27, 2010 7:58 AM

    ASP.NET question tutorial

  • Assembly Erro
    P pss srinivasan

    Hi I created web project in 2005 and opened in 2008 . now this error i am getting

    Error 27 The type 'System.Web.Script.Services.ScriptServiceAttribute' exists in both
    'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll'
    and 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll'

    How to solve this?

    ASP.NET dotnet tools help tutorial question

  • window.showModalDialog?
    P pss srinivasan

    USING COMMAND BUTTON I AM OPENING A NEW FORM USING JAVASCRIPT AS FOLLOWS "window.showModalDialog(urll, self , WinSettings)" ONCE I CLOSED THAT FORM, AND AGAIN IF I CLICK THE COMMAND BUTTON THAT FORM IS NOT OPENING. MEANS THE PAGE LOAD CODE IS EXECUTING ONLY FOR THE FIRST TIME. HOW CAN I SOLVE THIS PROBLEM?

    .NET (Core and Framework) question javascript help

  • window.showModalDialog problem
    P pss srinivasan

    USING COMMAND BUTTON I AM OPENING A NEW FORM USING JAVASCRIPT AS FOLLOWS "window.showModalDialog(urll, self , WinSettings)" ONCE I CLOSED THAT FORM, AND AGAIN IF I CLICK THE COMMAND BUTTON THAT FORM IS NOT OPENING. MEANS THE PAGE LOAD CODE IS EXECUTING ONLY FOR THE FIRST TIME. HOW CAN I SOLVE THIS PROBLEM?

    modified on Monday, November 23, 2009 5:28 AM

    ASP.NET java tools help tutorial question

  • window.showModalDialog problem
    P pss srinivasan

    When I click command button I am opening One new form like this "window.showModalDialog(urll, self , WinSettings)" using java script. first time that page lode code is executing next time if I click command button page lode is not executing how to solve this one?

    ASP.NET java tools help tutorial question

  • asp list box problem
    P pss srinivasan

    I have two asp list boxes, one is there in content page and Another one is there in normal page. If I click ok button in normal page, I want to display items in content page list box from normal page list box. Using java script Please anyone help me. It is very urgent.

    Web Development help java tools

  • content page list box problem
    P pss srinivasan

    I have two asp list boxes, one is there in content page and Another one is there in normal page. If I click ok button in normal page, I want to display items in content page list box from normal page list box. Using java script Please anyone help me. It is very urgent.

    ASP.NET help java tools

  • move the list items between 2 listbox
    P pss srinivasan

    Page post back is not happening but item is clearing automatically.

    ASP.NET asp-net com help tutorial

  • move the list items between 2 listbox
    P pss srinivasan

    Is it clearing automatically,but i given break point in page load there cursor is not coming.

    ASP.NET asp-net com help tutorial

  • move the list items between 2 listbox
    P pss srinivasan

    Hi i want to move 1 list box item to another list box. i am using this code http://www.codeproject.com/KB/aspnet/Listbox\_or\_combo\_box.aspx this is adding value to another list box , but after few seconds all the value removing automatically. i am using content page.there no post back also happening. plz any one tell how to solve the problem or give new idea.

    ASP.NET asp-net com help tutorial

  • them error?
    P pss srinivasan

    Friend thnx for ur replay. Now run time this error coming

    Cannot find ContentPlaceHolder 'head' in the master page '../common/MasterPage.master', verify content control's ContentPlaceHolderID attribute in the content page.

    ASP.NET help css design sysadmin tutorial

  • them error?
    P pss srinivasan

    if i write like that this error coming

    Error 39 Only Content controls are allowed directly in a content page that contains Content controls.

    ASP.NET help css design sysadmin tutorial

  • them error?
    P pss srinivasan

    hi i want to add stylesheet in my content page. i written code like this <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server" > <link href="../App_Themes/Blue/DefStyles.css" rel="stylesheet" type="text/css" /> </asp:Content> if i switch design window below error is coming

    "
    Error 40
    Cannot switch views: Validation (XHTML 1.0 Transitional):
    Element 'link' cannot be nested within element 'td'.
    "

    how to solve this problem?

    ASP.NET help css design sysadmin tutorial

  • Apply them only in content page.
    P pss srinivasan

    hi what u send like that i written code but this error coming Error 40 Cannot switch views: Validation (XHTML 1.0 Transitional): Element 'link' cannot be nested within element 'td'. my code is like this <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server" > <link href="../App_Themes/Blue/DefStyles.css" rel="stylesheet" type="text/css" /> </asp:Content>

    ASP.NET help question

  • Apply them only in content page.
    P pss srinivasan

    thnx a lot friend

    So Go to the design view of the required page drag and drop the style sheet on the page..!

    it is working for me.

    ASP.NET help question

  • Apply them only in content page.
    P pss srinivasan

    Sample Code of my Content page <%@ Page Language="C#" MasterPageFile="~/common/MasterPage.master" AutoEventWireup="true" CodeFile="AdminSetting.aspx.cs" Inherits="admin_AdminSetting" %> <%@ Register TagPrefix="igtbl" Namespace="Infragistics.WebUI.UltraWebGrid" Assembly="Infragistics2.WebUI.UltraWebGrid.v7.3, Version=7.3.20073.1043, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %> in this page where i want to apply them?

    ASP.NET help question

  • Apply them only in content page.
    P pss srinivasan

    Hi i want to apply them in content page, where i want to write code. after register assembly i written code error coming, after content place holder i written there also error coming where i want to write that code, this code where i want to write? plz replay me.

    ASP.NET help question
  • Login

  • Don't have an account? Register

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