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
K

kvijayajyothy

@kvijayajyothy
About
Posts
59
Topics
43
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Server was unable to process request
    K kvijayajyothy

    Hello Why it happens ? i have used java.util.zip file to zip and unzip file. when it is ziping it gives : Server was unable to process request ---> exception of type java.util.zip.ZipException. is Zip file is corrupted ? Thank you

    vijaya

    ASP.NET java sysadmin question

  • how to unzip file which contains password using c#.net
    K kvijayajyothy

    how to unzip file which contains password using c#.net with out using EACompressionCF2. file Thank you

    vijaya

    ASP.NET csharp tutorial

  • Printer Buffer Clear
    K kvijayajyothy

    How to clear printer Buffer?

    vijaya

    Windows Forms tutorial question

  • except only double value in the datagridview
    K kvijayajyothy

    i want to accept the value 123.45 but when i enter the value 123.4.5 , it accepts the value. i have set format inputmaxlength as 10 DefaultCellStyle.Format ########.## In the keypreess event i have set to accept only integer and deceimal values. so How to set to accept only in the first format i.e 123.45 and not 123.4.5 Thank you

    vijaya

    Windows Forms tutorial

  • crystall report printer status
    K kvijayajyothy

    How to check that data is sent to printer, asp.net windows envioronment crystallreport? i want to update printer status in database if user selected ok in the printer dialogbox. if he clicks cancel then it should not update database.

    vijaya

    ASP.NET csharp asp-net database tutorial question

  • IIS server Date
    K kvijayajyothy

    I when run the program it shows the date I DD/MM/YYYY But when I publish it in the IIS server date it shows in the MM/DD/YYYY. Note : Regional setting in the control panel is set to DD/MM./YYYY. How to retrieve the date in DD/MM/YYYY after publishing? thank you

    vijaya

    ASP.NET sysadmin windows-admin tutorial question

  • Datagridview checkbox selection
    K kvijayajyothy

    In windows application: in (asp.net + c#) i have added checkbox in datagridview. on click of checkbox i was not able to sea the effect ( i want to calculate sum of column 2 values of selected rows ) but it executes only on leave of cell. how to do that ? Thank you.

    vijaya

    ASP.NET csharp asp-net tutorial question

  • crystall report
    K kvijayajyothy

    hello how to set query dynamically thank you

    vijaya

    ASP.NET database tutorial

  • netremoting and webservice
    K kvijayajyothy

    i want to know about .net remoting and .net webservicing in a simple way. 1. what are they and how to use in asp.net 2. how to create webservicing? 3. what is advantage over .net remoting? 4.what i have write in server and client side? 5. can i use this method if some of my clients stores data in mysql for the part of application and rest in oracle. change in data of some tables in mysql will effect the change in corresponding master table in oracle and visa versa? can anybody say me the good website available regarding the articles of .net remoting and .webservice.

    vijaya

    ASP.NET question csharp asp-net mysql oracle

  • simple way
    K kvijayajyothy

    i want to know about .net remoting and .net webservicing in a simple way. 1. what are they and how to use in asp.net 2. how to create webservicing? 3. what is advantage over .net remoting? 4.what i have write in server and client side? 5. can i use this method if some of my clients stores data in mysql for the part of application and rest in oracle. change in data of some tables in mysql will effect the change in corresponding master table in oracle and visa versa? can anybody say me the good website available regarding the articles of .net remoting and .webservice.

    vijaya

    Web Development question csharp asp-net mysql oracle

  • how to do it?
    K kvijayajyothy

    if some clients accessing s/w with MYSQL as data base and some with oracle.(interface same but backend storage is different). how do it in asp.net? what are the methods i must use it to implement above concept? thank you

    vijaya

    ASP.NET csharp asp-net mysql oracle tutorial

  • Html table heading alignment
    K kvijayajyothy

    i have data " Employes data Entery Form " i have used table, textbox to desing form i used Employe's data Entery Form but while displaying it shows (alignment is left) Employes data Entery Form will not appear in same row eventhough there exists sufficient spaces. Thank you

    vijaya

    ASP.NET html

  • datable
    K kvijayajyothy

    Why Remove, RemoveAt of datable columns function? when i removed certain column by name it removes data of other columns? thank you

    vijaya

    ASP.NET question

  • add elements to select
    K kvijayajyothy

    thank you i got answer. the same way u said.

    vijaya

    ASP.NET java html tools tutorial

  • TNS error
    K kvijayajyothy

    sometimes oracle gives error "unable to get oracle connection". how to solve that?

    vijaya

    Database oracle help tutorial question

  • add elements to select
    K kvijayajyothy

    it will not insert data

    vijaya

    ASP.NET java html tools tutorial

  • add elements to select
    K kvijayajyothy

    how to add elements dynamically to select components (HTML) using java script. var ni=document.getElementById('FieldSelect'); var newdiv=document.createElement('div'); newdiv.setAttribute('id','Catcode'); ni.appendChild(newdiv);

    vijaya

    ASP.NET java html tools tutorial

  • Asp.net Roles
    K kvijayajyothy

    website menu / ASP.NET Configuration and set the rolls for form , user etc., and it is added in config.file.

    vijaya

    ASP.NET csharp asp-net

  • Lookup
    K kvijayajyothy

    I want to create lookup of the type Field list Conditions: ( i.e >, <,>=) Search ... ... Data list in the grid based on the condition. ... OK Cancel When ever, I call lookup, it has to show me the above form. I must able to send query to this form so as to display filed list and select the data corresponds to that. How can I do that? And what is best method?

    vijaya

    ASP.NET question css database

  • web user control
    K kvijayajyothy

    i have form which displays data in grid based on query passed and condition selected. now i want to call that page in any page when i click on button so what is the best method? so i thought ascx is best method i used lookup page goes off when i place currsor out side the pan and even when i click on any option in the lookup panel like dropdown list

    vijaya

    ASP.NET design
  • Login

  • Don't have an account? Register

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