Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 How to assign the items in qty of units kg,ml...

Author  Topic 

sheena
Starting Member

45 Posts

Posted - 2007-04-06 : 02:00:51
I m preparing my application in asp.net with C# code.
The backend used is sql server 2005.

Now, what i want is to do is :

Suppose i m selecting some items
like injections,liquid bottles then
with the quantity (in units)
Suppose i select qty =2 then it should select automatically from drop-down list ML.
Other than ML,GM,KG,TAB etc.

I don't understand i have to select manually or automatic selection should be performed ??
Any validation can be put on.B'coz if i select KG instead of ML then what to do ??
Is it required to store in the database ?

Need help and some of ur suggestions...
   

- Advertisement -