(small question - big help)... i have some web form that handle digital print order from website that fill by the company customers. the form including some information about the customer, print information and upload files. After the customer ending fill the form and click send there is a code (using C# + SQL + ADO.NET) that handling the request. first the information checked, then inserting into the sqlexpress database and finally (with smtp client code) sending to the owner of the site that is a new order waiting for him and this mail including all the information the customer fill + all the files his uploaded. The question is: because all the information is fill by the customer i dont have problem to "call" that information (by: name.text, phone.text and so on...) but the orderID (which is the identity number and increment by +1 each time automaticlly by the database) is not something the customer fill. how can i "call" this number to the smtp mail sending?
elidotnet 0 Junior Poster in Training
anuj_sharma -3 Junior Poster
elidotnet 0 Junior Poster in Training
anuj_sharma -3 Junior Poster
elidotnet 0 Junior Poster in Training
elidotnet 0 Junior Poster in Training
anuj_sharma -3 Junior Poster
sknake 1,622 Senior Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.