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
S

SathyaSiva

@SathyaSiva
About
Posts
26
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Data base connectivity
    S SathyaSiva

    u also use this like chat

    Sathya

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

  • how can i split this "6/30/2008" to get only
    S SathyaSiva

    DateTime m = new DateTime(2008,03,21); int s = m.Year;

    Sathya

    ASP.NET question

  • Data base connectivity
    S SathyaSiva

    Rathi don't get tension try surly u will solve the problem

    Sathya

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

  • Data base connectivity
    S SathyaSiva

    Use like this Server=SERVER;Database=ABC;Uid=sa; PWD=12; Connect Timeout=360; pooling=true; Max Pool Size=200

    Sathya

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

  • close Asp.Net Application
    S SathyaSiva

    u know ASP.NET very well. we r beginners So only we r asked questions. If u answer otherwise ignore that don't scold others

    Sathya

    ASP.NET csharp asp-net

  • close Asp.Net Application
    S SathyaSiva

    I am asking close the browser then ur application will end. I want the same operation in browser close in button click.

    Sathya

    ASP.NET csharp asp-net

  • close Asp.Net Application
    S SathyaSiva

    I am using Asp.Net 2005 and i would like to close my application when i click a button

    Sathya

    ASP.NET csharp asp-net

  • How to navigate to a different page ?
    S SathyaSiva

    Response.Redirect("PageName.aspx")

    Sathya

    ASP.NET tutorial question

  • user authentication using c#.net (for a web base system)
    S SathyaSiva

    Use Authendication

    Sathya

    ASP.NET csharp question sysadmin security

  • Listbox/DataValueField
    S SathyaSiva

    Use like this Combobox1.Selectedvalue

    Sathya

    ASP.NET help

  • connecting sqlserver database
    S SathyaSiva

    Dim Con As New SqlConnection Con = New SqlConnection("Data Source=server; Initial catalog=TEST;Integrated security=true;")

    Sathya

    ASP.NET database csharp sql-server sysadmin

  • when Request.IsAuthenticated=true , when we need to set that one
    S SathyaSiva

    Hope this line helpful to u http://msdn.microsoft.com/en-us/library/eeyk640h.aspx[^] http://www.codeproject.com/KB/web-security/rolesbasedauthentication.aspx[^]

    Sathya

    ASP.NET tutorial

  • Hold FileUpload Dat
    S SathyaSiva

    I am also trying this. it's not workimg.

    Sathya

    ASP.NET

  • Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst
    S SathyaSiva

    I don't know the way of javascript in Serverside Use like this. DropDownList2.Items.Remove(DropDownList1.SelectedItem.Text);

    Sathya

    ASP.NET csharp wpf wcf

  • Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst
    S SathyaSiva

    protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { DropDownList2.SelectedItem.Text = DropDownList1.SelectedItem.Text; } enable dropdownlist1 Autopostback=true

    Sathya

    ASP.NET csharp wpf wcf

  • Validation of textbox control in a datagrid
    S SathyaSiva

    In that script itself check (.) Ascii value also

    Sathya

    ASP.NET javascript help

  • Web Form design
    S SathyaSiva

    use Style:"position: relative;"

    Sathya

    ASP.NET design help

  • Validation of textbox control in a datagrid
    S SathyaSiva

    function KeyCheck(e) { //With FireFox Support var KeyID = (window.event) ? event.keyCode : e.which; //a-z if((KeyID >= 65 && KeyID <= 90) || (KeyID >= 97 && KeyID <= 122) || (KeyID >= 33 && KeyID <= 47) || (KeyID >= 58 && KeyID <= 64) || (KeyID >= 91 && KeyID <= 96) || (KeyID >= 123 && KeyID <= 126) || (KeyID==32)) { return false; } return true; } and call this fn onkeypress="return KeyCheck(event);" like this

    Sathya

    ASP.NET javascript help

  • Freeze Header in Gridview
    S SathyaSiva

    I tried this but it's not working properly in Firefox

    Sathya

    ASP.NET algorithms

  • Freeze Header in Gridview
    S SathyaSiva

    I want to freeze the header in gridview. i have use both horizontal and vertical scroll bar. I am searching google. But it's not working in all the browsers(IE6,IE7,Firefox). :(

    Sathya

    ASP.NET algorithms
  • Login

  • Don't have an account? Register

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