I have a report which receives the Date in string format (MM/dd/yyyy).
I want to convert this in (dd/MM/yyyy). How should I do it?
I tried the ToText, DateValue techniques, it does not give me consistent result, per say:
expected Result 12/8/2008 shows up as 8/12/2008 , where as 13/8/2008...
I have a .net 1.0 framework appln which supports multiple db's. I have a stored proc. which generates new id's . These new id is then supplied to the specific table for inserting new records.
Problem I am facing is : The procedure works for single iterations.
But the db enters in a dead lock...
I have a Web Page which contains a list of Images. I allow the User to drag and drop those images in a frame ( same page) where he can arrange those images according to his priorities.
After the arrangements are over, I need to store this page with the Image patterns (arrangement made by the...
The problem we are facing is as follows:
In a web based soln :ASP,SQL server.
Crystal reports are displayed in the browser using crviewer.
The report is based on a stored procedure.
The max lenght of the string parameter as accepted by the report is 255 charecters.
We want to pass still...
I have a problem: I have a textbox. I have to do validations on that text box using keyPress/Down events. How should I go about it?
Validation: I don't want to allow the user to enter any value other than "zero" 0.
thank you in Advance
Ajay
I've created a crystal Report having page header and Details.
My query would be much easier by reading this example:
I've a page header holding information about the employee.
All the transactions conducted by the employee with the customers are displayed in the details(say customer Names).
AS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.