Some ASP.NET and Access

Posted by Fazleh on Stack Overflow See other posts from Stack Overflow or by Fazleh
Published on 2013-06-24T21:26:20Z Indexed on 2013/06/24 22:21 UTC
Read the original article Hit count: 153

Good Day all,

I have a big problem but i think its minor for you guys in Stackoverflow. I am creating a web application that has two main parts. The Payment part and Requisition part. It backbone is using access and the script is in ASP.NET. I managed to sort out most of the application. But I have been having a few problems. I have pasted the link to the project in

http://www.mediafire.com/download/p09fefreifidud3/Inyatsi.rar

so it will be easy for someone to see what I am blabbing about. Now for my problems:

  1. The AddRequisition.aspx/AddPayment.aspx: both have a reference number. I wanted it to be unique number(but not a primary key). I wanted it to be in the following format: DDMMYY(TransactionNo)(UserID) eg: 24061101PK. I have tried and tried but have not been able to sort it out.

  2. The AmountINWords gets the value from Amount. It converts the Amount into words. Thats not all. It picks what currncy was picked in the CurrencyPaidIn and pust the respective currency inside. eg. 123.45 USD becomes One Hundred and twenty three dollars and forty five cents. I tried using queries but as you will see that went all wrong.

Those are the only two things that I cant seem to get my head around. I do know that there are some things that are not conventional ASP.NET and some text boxes are not the right size. I was thinking of sorting out those after I get those two fixed because they are simple to do.

I really need some help with this application please. If someone can just have a look at the code and add a few things here and there.

Thanks in advance.

Faz

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about query