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
I

imsathy

@imsathy
About
Posts
116
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Check change in page values during post
    I imsathy

    I have a page which has lot of asp.net controls and retrieves data from the database and fill the controls. and if the user makes changes and moves to the next page without saving. I want to alert them. Can any one gimme idea on how to track the changes in the page !! or which keyword to search in google for ;-)!! P.S: I checked for Viewstate property but it remains the same onload and posts.

    Sathy

    ASP.NET csharp asp-net database tutorial

  • enable remote connection for sql server 2000
    I imsathy

    Do you have SQL authentication username and password for the database server ??

    Sathy

    ASP.NET database sql-server sysadmin tutorial question

  • enable remote connection for sql server 2000
    I imsathy

    Can you tell me the steps you followed to register the server database ??

    Sathy

    ASP.NET database sql-server sysadmin tutorial question

  • enable remote connection for sql server 2000
    I imsathy

    Register the database server in you local systems enterpirse manager using SQL authentication. ^[^]

    Sathy

    ASP.NET database sql-server sysadmin tutorial question

  • Textboxs and buttons visible true and false problem
    I imsathy

    Refer this link Google[^]

    raghu.chanti wrote:

    hi i want to populate country's name in 1st dropdownlist and their states should be placed in the 2nd dropdownlist, if we select any state it should place the name of the capital in the textbox besides that and so on..... If possible send me code

    Your signature looks awkward X|

    Sathy

    C# help

  • paging concept
    I imsathy

    you override oninit method and initialize all the datagrid events for the page in that method. hope this helps!!!

    Sathy

    ASP.NET java tools

  • ASP .Net 2.0 and connect to Sql Server 2000
    I imsathy

    love_man001 wrote:

    <appSettings> <add key="string_var" value="data source=host;UID=userstring; pwd=passtring;initial Catalog=Deneme"/> </appSettings> --------- >>>>>> <connectionStrings/> <<<<<<----------- (this is where you connection string should come ....)

    Did you get OP's point atleast now

    Sathy

    Database database csharp asp-net sql-server sysadmin

  • master page
    I imsathy

    this is not working!!!

    N a v a n e e t h wrote:

    document.getElementById('<%=TextBox2.ClientID%>').value = document.getElementById('<%=TextBox1.ClientID%>').value;

    but this works document.getElementById('<%=TextBox2.UniqueID%>').value = document.getElementById('<%=TextBox1.UniqueID%>').value; ClientID uses ClientIDSeparator property where masterpage uses IdSepartor property :~

    Sathy

    ASP.NET question java tools tutorial

  • master page
    I imsathy

    Declare these things in master page var clientId = '<%=ClientID%>'; var contentId = '<%=ContentPlaceHolder1.ID %>'; var separator = '<%=IdSeparator%>'; Write this javascript code in your aspx page. document.getElementById(clientId +separator+ contentId + separator + 'TextBox2').value = document.getElementById(clientId +separator+ contentId + separator + 'TextBox1').value;

    Sathy

    ASP.NET question java tools tutorial

  • master page
    I imsathy

    var clientId = '<%=ClientID%>'; document.getElementById(ClientId + '_TextBox2').value = document.getElementById(ClientId + '_TextBox1').value; try this way ...

    Sathy

    ASP.NET question java tools tutorial

  • BackUp
    I imsathy

    First do this Google[^] you'll end up with some good links like this http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlbackuprest.mspx[^]

    Sathy

    Database database sql-server sysadmin tutorial

  • Pass IP address
    I imsathy

    XmlDocument xDoc = new XmlDocument(); xDoc.Load(@"YOURPATH\App.config"); if (xDoc.DocumentElement.SelectSingleNode("appSettings/add").Attributes.GetNamedItem("key").InnerText == "IP") { xDoc.DocumentElement.SelectSingleNode("appSettings/add").Attributes.GetNamedItem("value").InnerText = "genericIP"; xDoc.Save(@"YOURPATH\App.config"); } But I am not sure how safe it is to handle you app config file in dynamically

    Sathy

    C#

  • Everybody's scoring 5
    I imsathy

    Ri Qen-Sin wrote:

    Ironically, you seem to be getting 2's on average.

    ya although there were many posters trying to help me out with 5 votes!! I think there's more than one univoter here around in CP.. gotto figure them out some how!!! :sigh: :mad:

    Sathy

    The Lounge

  • Everybody's scoring 5
    I imsathy

    Dalek Dave wrote:

    Perhaps make him use a 286 for a month!

    Whats that mean :confused:

    Sathy

    The Lounge

  • Everybody's scoring 5
    I imsathy

    Dalek Dave wrote:

    the Pentavoter is a well educated erudite intelligent individual who has rewarded all the clever posts with a sublime 5 score!

    ROTFL :laugh: !!!

    Dalek Dave wrote:

    clever posts

    Not exactly.. all the posts at one point got 5 votes!!! but Univoter was also around :zzz: reducing the average score for some, driving posters mad :mad:

    Sathy

    The Lounge

  • Everybody's scoring 5
    I imsathy

    Someone's voting 5 for everyone :laugh: :laugh: :laugh:

    Sathy

    The Lounge

  • Change system date style formate through codding
    I imsathy

    http://www.microsoft.com/globaldev/getWR/steps/wrg_date.mspx[^] look into this !!

    Sathy

    C# help question

  • Lefty or righty?
    I imsathy

    I'm ambidextrous!!! I bat right bowl left, write with both the hands ... but moslty am lefty!!

    Sathy

    The Lounge com question announcement

  • I'm going to be a father!
    I imsathy

    Congragulations!!!!

    Sathy

    The Lounge

  • Table
    I imsathy

    Its a pleasure :)

    Sathy

    Database csharp tutorial
  • Login

  • Don't have an account? Register

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