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

Tej Aj

@Tej Aj
About
Posts
75
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • when i press row in my datagrid, how to show picture that in database ?
    T Tej Aj

    Hi, To retrieve images from Database you can check below link http://www.opexsolution.com/forum/viewtopic.php?f=15&t=34[^] Tej Aj, http://www.opexsolution.com/forum[^] Fan Of: http://www.abtstudioz.com/[^]

    ASP.NET csharp asp-net database data-structures tutorial

  • ASP.net and SAP integration
    T Tej Aj

    Hi, For Asp.Net and SAP intergration check the below post link http://www.opexsolution.com/2010/09/connect-to-sap-r3-through-asp-net/[^] Tej Aj, http://www.opexsolution.com/[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET csharp asp-net help tutorial

  • Dynamically Add Tabs in Tabcontainer Ajaxtoolkit3.0
    T Tej Aj

    check this post hope its helpful http://www.dotnetspider.com/forum/271143-Dynamically-adding-tab-panel-tab-container.aspx[^] Tej Aj, http://www.opexsolution.com/forum[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET help csharp javascript html asp-net

  • Theme and Skin
    T Tej Aj

    check this post Dynamically applyingthemes[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET wpf tutorial question

  • Panel Control
    T Tej Aj

    Here is the solution to ur problem

        function maximizePanel()
        {
            var screenHeight = window.screen.availHeight;
            var screenWidth = window.screen.availWidth;
            document.getElementById('<% =Panel1.ClientID %>').style.width = screenWidth - 10;
            document.getElementById('<% =Panel1.ClientID %>').style.height = screenHeight - 10;
        }    
    

    Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/

    ASP.NET csharp help tutorial question

  • Server Side Validation
    T Tej Aj

    U should 1st check if UserName exists in DB if no then return error accordingly. If UserName exists then check for the authenticity of the password for that particular user. U can write a stored proc to check for these conditions Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/

    ASP.NET sysadmin help

  • Adding assembly to assembly cache
    T Tej Aj

    Which version of .Net r u using Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/

    ASP.NET tutorial question

  • sum of work hours in rdlc
    T Tej Aj

    Check this latest post for ur issue: http://opexsolution.com/forum/viewtopic.php?f=15&t=82[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET help question

  • rdlc page break
    T Tej Aj

    Check this post http://opexsolution.com/forum/viewtopic.php?f=15&t=80&p=230#p230[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET help question

  • validation for dates
    T Tej Aj

    check this post to Initialize current date in textbox Tej Aj, Initialize current date in textbox[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET question

  • query string
    T Tej Aj

    check this post Tej Aj, http://opexsolution.com/forum/viewtopic.php?f=15&t=71[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET database visual-studio help

  • Title of the WIndow Using Javascript in Code Behind
    T Tej Aj

    You can add titlebar=yes, so it will add titlebar to the window.

    HelpBtn.Attributes.Add("onclick", "window.open('" + helpPath + "','','height=600,width=800,status=yes,left=125,top=20,toolbar=no,menubar=no,scrollbars=yes,location=center,resizable=yes,titlebar=yes'); return false");

    Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET javascript help tutorial question

  • query string
    T Tej Aj

    Check this post to encode & decode querystring Encode & Decode Querystring[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET database visual-studio help

  • web application
    T Tej Aj

    check this post to understand 3 tier with example: 3 tier with example[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET csharp architecture help

  • datagridview
    T Tej Aj

    If ur query returns multiple tables then use

    datagridview1.DataSource = ds.Tables[0];

    or

    datagridview1.DataSource = ds;
    datagridview1.DataMember = ds.Tables[0];

    Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET css database question

  • ajax tool
    T Tej Aj

    I don't knw abt javascript but u can set calendarextendar1.Enabled = false in code behind wherever required. Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET csharp java tools help

  • Hide ASP.Net Web User Control (.ascx) using Javascript/Code Behind
    T Tej Aj

    If u have registered the user control on the page, then try this code on Tab index change event of Tab container B

    UserControlID.Visible = true;

    Let me know if it works. Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]

    modified on Tuesday, July 20, 2010 2:39 AM

    ASP.NET question csharp javascript asp-net docker

  • User Control
    T Tej Aj

    Can u Plz explain ur issue or post some code in which u are facing issue. Teja Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET tutorial question

  • Page level error in ASP.NET
    T Tej Aj

    U just need to modify Page_Error()

    public void Page_Error(object sender, EventArgs e)
    {
    Response.Write("Error occured...");
    Server.ClearError();
    }

    Teja Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]

    ASP.NET help csharp asp-net tutorial question

  • summary classes for gridview
    T Tej Aj

    inheritance would be better http://www.opexsolution.com/forum/[^]

    ASP.NET help wpf wcf json oop
  • Login

  • Don't have an account? Register

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