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
P

P Tagore Srinivas Dhanunjay

@P Tagore Srinivas Dhanunjay
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Centre Align Contents of a Webpage in ASP.NET?
    P P Tagore Srinivas Dhanunjay

    Put the content in a div and use javascript to center it. works for all screen resolutions. check this link [^]

    ASP.NET csharp css asp-net com question

  • loop for textboxes
    P P Tagore Srinivas Dhanunjay

    This code is working ;)

    ASP.NET csharp question

  • connectivity
    P P Tagore Srinivas Dhanunjay

    If you searching for provider name that is to be given in Connection string its System.Data.OracleClient

    ASP.NET csharp asp-net oracle tutorial

  • How to stop PostBack for Treeview control
    P P Tagore Srinivas Dhanunjay

    Hi Kuricheti, There is no AutoPostBack event in Treeview control. To get the selected text you can use OnSelectedNodeChanged property in .aspx file and point it to some function. eg. OnSelectedNodeChanged="SelectCategory"> to get the selected value write a function in C# and use TREEVIEWID.SelectedNode.Text eg. tbCategory.Text = tvCategories.SelectedNode.Text; Try it out.

    ASP.NET csharp asp-net help tutorial

  • how to validate check box?
    P P Tagore Srinivas Dhanunjay

    tooltip="Check if you input for billing" AutoPostBack="true" />

    ASP.NET question help tutorial

  • Log Out
    P P Tagore Srinivas Dhanunjay

    try this in Page Load if(Session["UserName"] == null && Page.IsPostBack) Response.Redirect("../Admin/HomePage.aspx");

    ASP.NET help

  • declaring connnectionString need help
    P P Tagore Srinivas Dhanunjay

    Data Source= Server Name on which Database is stored. I think u are not using a remote server...the value will be Data Source= localhost or localhost\(name of SQL server) Initial Catalog=DATABASE_NAME; User ID=*** password=***" providerName="System.Data.SqlClient" (for MS SQL SERVER)

    ASP.NET database csharp asp-net sql-server sysadmin

  • Log Out
    P P Tagore Srinivas Dhanunjay

    Hi buddy, You can use sessions, cookies or application to handle that problem. Google on it ;) Regards, Tagore

    modified on Monday, March 3, 2008 8:28 AM

    ASP.NET help
  • Login

  • Don't have an account? Register

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