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

sathish s

@sathish s
About
Posts
216
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Syntax error in store procedure
    S sathish s

    May be you should append a single quotes after +@status in all your if conditions, if it a varchar field?

    ASP.NET help database question

  • Data upload from Csv file to SQL Table
    S sathish s

    Yes, csv to dataset dataset to Database CP[^] Google[^]

    C# csharp database question

  • Drag and Drop in treeview node
    S sathish s

    http://msdn2.microsoft.com/en-us/library/bs2c4z53.aspx[^]

    Windows Forms tutorial question

  • right click on grid
    S sathish s

    Winform?? Winform datagrid select with right click[^] I beleive you need to use some advanced Javascript/VBscript to do the same in ASP.Net

    C# css question

  • save page
    S sathish s

    HTML Protecto, Google[^] Liscenced tool[^]

    ASP.NET tutorial

  • how to create folder using .net c#
    S sathish s

    Like this System.IO.Directory.CreateDirectory(@"C:\New Folder");

    C# csharp tutorial

  • This is your first time - JOTD
    S sathish s

    Hope This isnt a repost.. Once upon a time a married couple celebrated their 25th marriage anniversary. They had become famous in the city for not having a single conflict in their period of 25 years. Local newspaper editors had gathered at the occasion to find out the secret of their well known "happy going marriage". Editor: "Sir. It’s amazingly unbelievable. How did you make this possible?" Husband recalling his old honeymoon days said: "We had been to Shimla for honeymoon after marriage. Having selected the horse riding finally, we both started the ride on different horses. My horse was pretty okay but the horse on which my wife was riding seemed to be a crazy one. On the way ahead, that horse jumped suddenly, making my wife topple over. Recovering her position from the ground, she patted the horse’s back and said "This is your first time". She again climbed the horse and continued with the ride. After a while, it happened again. This time she again kept calm and said "This is your second time" and continued. When the horse dropped her third time, she silently took out the revolver from the purse and shot the horse dead !! I shouted at my wife: "What did you do you psycho. You killed the poor animal. Are you crazy?" .. She gave a silent look and said: "This is your first time!!!"." Husband:"That’s it. We are happily married ever after. "

    The Back Room question

  • hide the maximize,minimize box from mdi child form
    S sathish s

    Neetu Maheshwari wrote:

    how can i use the Window toolstrip menu item in C# to show the selected (opened)form choosed by user....hope u got the problem

    Ex for windows menu[^]

    C# help csharp question

  • How to write code on Next and Prev. Buttons
    S sathish s

    You can use a currency manager to navigate between records both ways within array list http://support.microsoft.com/kb/316303[^] For an incremental navigation you can use arraylist.Getenumerator method and enumerator.Movenext

    ASP.NET tutorial

  • how to down load internet files(.html, .aspx,.jpg....) into our physical directory using asp.net code
    S sathish s

    Search for web crawlers - CP article[^]

    ASP.NET csharp html asp-net com sysadmin

  • Handling Syntax error in SQL Query
    S sathish s

    Try... Catch...Finally

    Database database help tutorial question

  • except only double value in the datagridview
    S sathish s

    Did you try this one?? Me.dataGridView1.Columns("xxx").DefaultCellStyle.Format = "c"

    Windows Forms tutorial

  • Retrieve from MSAccess
    S sathish s

    Have a look into this simple example Example[^]

    C# csharp database help question

  • i am using asp.net with vb
    S sathish s

    It Not possible to change the IP address of the client machine throught ASP.net as it runs on the server side.

    ASP.NET csharp asp-net question

  • OPerating system
    S sathish s

    kibromg wrote:

    Step 2. I inserted the following anywhere inside the tags: <--> var OpSys = checkOS(); document.write(OpSys); //--> </-->

    You are using document.write inside a script. I guess it wont work. . Instead you can have a alert statement.

    kibromg wrote:

    <--> function checkOS() { if(navigator.userAgent.indexOf('IRIX') != -1) { var OpSys = "Irix"; } else if((navigator.userAgent.indexOf('Win') != -1) && (navigator.userAgent.indexOf('95') != -1)) { var OpSys = "Windows95"; } else if(navigator.userAgent.indexOf('Win') != -1) { var OpSys = "Windows3.1 or NT"; } else if(navigator.userAgent.indexOf('Mac') != -1) { var OpSys = "Macintosh"; } else { var OpSys = "other"; } <b>alert("OpSys");</b> return OpSys; } // --> </-->

    ASP.NET question

  • How to get version of the installer-project
    S sathish s

    In vb.net Dim strversion As String strversion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString() MessageBox.Show(strversion) strversion = System.Reflection.Assembly.GetCallingAssembly().GetName().Version.ToString() MessageBox.Show(strversion)

    C# csharp tutorial question announcement lounge

  • Date Calculation
    S sathish s

    Use this condition to check whether the year is leap or not If (DateTimePicker1.Value.Year Mod 4 =0) Then Else EndIf

    Visual Basic csharp tutorial question

  • where?
    S sathish s

    Hospital for sure...

    Visual Basic help question

  • add runtime textbox in datagrid in c#.net
    S sathish s

    Use square brackets in C#

    C# csharp help

  • Preventing form resizing on double clicking over title bar
    S sathish s

    You can have the line Me.WindowState = FormWindowState.Maximized in your Form1_SizeChanged event.

    C# csharp wpf 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