i want know how to calculate characters in vb.net
-
hi friends i m working on project in this project i want to use ;) only 131 character on report:confused::confused:
-
hi friends i m working on project in this project i want to use ;) only 131 character on report:confused::confused:
I think you need to explain more clearly what your problem is.
-
hi friends i m working on project in this project i want to use ;) only 131 character on report:confused::confused:
What kind of report you are asking for.. Crystal Report or any other Report Tool.
- Happy Coding - Vishal Vashishta
-
hi friends i m working on project in this project i want to use ;) only 131 character on report:confused::confused:
sallu_maddy wrote:
only 131 character on report
Where-ever from you are getting data to display in your 'report', just limit the data as per your need before binding/passing the data to report. You can count, find length and then terminate the data at specified length to use.
Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]