-
what is the code for print document using C# code and how to pass the information to document.
-
hi, i have data like "n00001" and values are string type.i need increase it by one value.like "n00002". i use remove function to remove "n".then i have "00001" .this value convert to int because i need increase it as 00002. but after converting return value is...
-
how to convert string (eg 00001) to int type?i need after converting same formt values like 00001 not 1. when normally convert to int answer is 1.that is problem.
-
how to get number stored in string type values ?that values also contain characters("n12344")
-
We are a software development company based in Sydney, Australia. We are looking for experienced software engineers & architects to join our software development operations in Sri Lanka. If you are an experienced .NET engineer / developer or architect looking for a challenging and rewarding opportunity...
-
hi all, I need to get information on the currently opened dialog box. For an example I need to figure out whether the opened dialog box is a model dialog box or not. Then implement some logic. Im working on VS 2005. Does anyody knows the answer? I need it's a bit urgent. regards, Prageeth
-
Our company has an opening for SE with good .NET knowledge. Should be able to work with LINQ and XML. Knowledge in PHP and CMS projects will be a definite advantage. Please PM if interested. Thx,
-
Company : Eexion We are a start up company with focus on Web Development and IT Consultancy. If you are looking for a career in DOT NET, PHP or JAVA development, this will be a great place for you to develop.( Industry experience is not required) Qualifications: BSc degree ,Higher Diploma or any IT related...
-
Hi All, I have 2 datasets.One dataset is orginal data dataset & other is updated data dataset.Both columns are same.I want to combine the original dataset and updated dataset & then want to save it in Access database. This is the code which I wrote. private void AddData(string tableName, DataTable...
-
in my subreport data doesn't display when the report view. I have view the report through the Crystal report viewer. my code is as follows. there are data in the both tables in the dataset, pls give me suggessions to correct this thing. thnx public ReportDocument GetReport() { try { ReportDocument...