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
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
how to unzip file which contains password using c#.net with out using EACompressionCF2. file Thank you
vijaya
How to clear printer Buffer?
vijaya
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
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
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
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
hello how to set query dynamically thank you
vijaya
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
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
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
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
Why Remove, RemoveAt of datable columns function? when i removed certain column by name it removes data of other columns? thank you
vijaya
thank you i got answer. the same way u said.
vijaya
sometimes oracle gives error "unable to get oracle connection". how to solve that?
vijaya
it will not insert data
vijaya
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
website menu / ASP.NET Configuration and set the rolls for form , user etc., and it is added in config.file.
vijaya
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
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