Click here to Skip to main content
15,893,486 members

Comments by Yogesh_Mishra (Top 4 by date)

Yogesh_Mishra 9-Feb-13 14:57pm View    
i am storing the count of total books in book_quantity and want the available book quantity to be stored in avail_book_qty.
Yogesh_Mishra 9-Feb-13 14:55pm View    
Sir, i am done with rest of the work, like Adding book, Updating book and book_issue, book_return with date.
but having problems with the count of the books.
If you can solve this, please help.
thanks
Yogesh_Mishra 23-Jan-13 10:18am View    
sorry, but for my code shown below,

ds = obj.SelectRecord("select * from library where bookid = " + combobid.SelectedItem.Text);

im getting error as :

Error 1 'object' does not contain a definition for 'Text' and no extension method 'Text' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)

if you have solution for this please comment,
THANKS......
Yogesh_Mishra 22-Jan-13 13:56pm View    
code don't work.