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

somagunasekaran

@somagunasekaran
About
Posts
68
Topics
49
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to convert pounds(Lb) to ounce(Oz) and Ounce(Oz) to Pounds(Lb) in C#.Net code
    S somagunasekaran

    Hi Team, I am working on unit of measure.. Just I want to know that logic part of the C#.Net source code for convert to Lb to Oz and Oz to Lb in drop down. If you are selecting as LB in one of the drop down and one more drop down selecting as a Oz and total converting calculation will be displayed in one of the text box. Please let me know how to convert this logic part. I am struggling now this logic part in drop down. Thanks Somasundaram

    I want to join in the website

    C# csharp collaboration tutorial

  • How to call the WSDL file in ASp.Net 3.5
    S somagunasekaran

    Hi All, Please give me idea.. How to call the webservice through WSDL file in ASP.Net Actually i have WSDL file..Please give me any sample applications :confused: Regards Somasundaram

    I want to join in the website

    ASP.NET csharp asp-net wcf tutorial

  • MaskedTextBox Time Validation in Visual C#.Net
    S somagunasekaran

    Hi Iam using Masked Textbox for Time format 24 Hours and Minuts 60 Seconds 60 I need a Time Format Valdation.please some examples. somasundaram

    C# csharp

  • DatetimePicker Control Time Format
    S somagunasekaran

    Hi All, I have DatetimePickerControl and i want Displaying a Time format Property set to Maximum Upto 30:00:00 minimaum time is set to 06:00:00 How to do..Please tell me... Thanks Somasundaram G

    Windows Forms tutorial

  • Time Format
    S somagunasekaran

    I need Time Format like this 06:30:40 in TextBox.So pls.. I want to join in the website

    C# tutorial

  • Time Format
    S somagunasekaran

    Hi ALL, I need only Time format in Textbox..So please..How to do.. Regards Somasundaram G

    C# tutorial

  • Should not copy-paste in textbox into textbox in C#.Net
    S somagunasekaran

    Hi all, I have two Text boxes..But i need Should not copy-paste in textbox into another textbox in C#.Net... So pls Help me.... Regards Somasundaram G

    Windows Forms csharp help

  • Run time Menu Editor in Visual C#
    S somagunasekaran

    Hi all, Pls How to creat a Runtime Menu editor and sub menu also..pls tell me... thanks Somasundaram G

    Windows Forms csharp tutorial

  • SmartClient Factory
    S somagunasekaran

    Hi All, I am using SmartClient Factory Shell form with runtime Menu Editor...If i click once File menu editor's sub menu is New Contract Screen.and if i click a New contract screen..then open New Contract Screen in the Tab control... But only once.. But i want only once open in the Tab control..If click agin New contract Screen Sub menu..But sholud not come again...So please How to do.. Regards Somasundaram G

    I want to join in the website

    C# linux tutorial

  • Hi DatetimePicker control
    S somagunasekaran

    Please i need some examples of Datetimepicker control Source code... pls reply... Regards Somasundaram

    I want to join in the website

    C# tutorial csharp

  • Hi DatetimePicker control
    S somagunasekaran

    No... when i select the Start date and Automatically End date will add 2 years plus 1 day...So how to do?????? For example i give a start Date default date(whatever Date)is 12/05/2008 and End date will add 13/05/2010...automatically End Date will add 2years plus 1 day... :omg: Regards Somasundaram gunasekaran

    C# tutorial csharp

  • Hi DatetimePicker control
    S somagunasekaran

    Hi All, I am using two Datetimepicker controls. one is Licence strat date and another one is Licence End date..But Licence start date is Current date default today date and Licence End date will add 1 day plus 2 years. for example Thus for Licence Start date 01/02/2008 the date will be End Date 31/01/2010...So how to do in C# Windows Application...So please reply..... Regards Somasundaram

    I want to join in the website

    C# tutorial csharp

  • Error:Concurrency violation: the UpdateCommand affected 0 of the expected 1 records
    S somagunasekaran

    Hi Iam using C#.Net 2.0 backend is MS Access.... When I want to update a record folowing exception has been appeared: Concurrency violation: the UpdateCommand affected 0 of the expected 1 records Can anyone help me about the cause of the exception? regards Somasundaram

    Windows Forms csharp help question announcement

  • DefaultValuesNeeded
    S somagunasekaran

    DataGridview Through Coding dataset.... I use the DefaultValuesNeeded event to populate the new rows. This works just fine except for one particular case: If the last existing row and becomes the new row the default values are not effective. If a click a ADD Button, cursor going to New row in cell Position.But i want default values in that Cell..and after cursor move to next cell..then before cell become a readonly property..so this only i want some example codes..pls... This is the code fragment: private void LocationDgrid_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e) { e.Row.Cells["lid"].Value = ????? ---->here what will give?? } So Pls tell me somasundaram

    Windows Forms tutorial question

  • How to create the DataGridViewLinkColumn
    S somagunasekaran

    Hi, How to create the DataGridLinkColumn through coding C# Winforms pls tell me.. somasundaram

    Windows Forms csharp winforms tutorial

  • Child DataGridView
    S somagunasekaran

    Hi, Iam using Windows based DatagridView..So i want to display the Child View.. and iam adding the TextLinkColumn..So just if i click the TextLinkColumn and displaying the related records in Child DataGridView.. Here i done the coding for displaying child dataGridview..So iam geting error in this Coding part... already i've done the RelationShip to dataBase Tables Error is:"Child list for field APPLICATION_DETAILS cannot be created." here...Declare dtTable- DataTable private void LocationView(int applicationID) { this.Cursor= Cursors.WaitCursor; APPLICATION locationForm=new APPLICATION(); CurrencyManager cm = ((CurrencyManager)this.BindingContext[dtTable, "APPLICATION_DETAILS.APPLICATION_DETAILSAPPLICATION"]); IBindingListView list=(IBindingListView)cm.List; locationForm.ShowDialog(applicationID, this, list); this.Cursor=Cursors.Default; } Pls tel me..now critical situation.. Pls need help.. Somu

    Windows Forms help database

  • DataGridView
    S somagunasekaran

    I am using Windows DataGridView.... How to Display the Parent With Child View iam using TextLinkColumn..So if i Click the TextLinkColumn and displaying the Child View from another Table. So Pls any example... pls tel me.. Regards Somu

    Windows Forms tutorial

  • Datagridview
    S somagunasekaran

    Actually.i want to display the Child Datagrid form Access Database table iam using the coding: CurrencyManager cm = ((CurrencyManager)this.BindingContext [dtTmp,"APPLICATION_DETAILS.APPLICATION_DETAILSAPPLICATION"]); Iam getting this Error!!!! "Child list for field APPLICATION_DETAILS cannot be created." Pls tell me somasundaram

    Windows Forms database help

  • Datagrid ID value Automatic [modified]
    S somagunasekaran

    Hi All, Iam using Windows Datagridview...So iwant running time automatically ID has to generate.and one more think running time ID should not modify anything.and How to create a New row...So pls tell how to do... Somasundaram

    Windows Forms tutorial

  • How to Delete the Datagrid Row
    S somagunasekaran

    Hi Pls How to delete the Rows through Wizard connection... thanks Somasundaram

    Windows Forms 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