Sign in | Join
Last post 12-06-2008 8:09 AM by ghassan_aljabiri. 7 replies.
Sort Posts: Oldest to newest Newest to oldest
I've got an insert command in an SqlDataSource control that looks like this:
InsertCommand
use Execute Scalar....
http://aspnet.4guysfromrolla.com/articles/050207-1.aspx
Thanks Satya, but that link doesn't say anything about Execute Scalar. Did you type the right link?
I typed the link coz it shows how to use identity field. ... read complete
how to get the value programatically? without using sqldatasource
http://www.mikesdotnetting.com/Article.aspx?ArticleID=54
that is a great reference,
but in all examples the returned id is integer , what if the returned id a uniqueidentifier?
while i am googling i found this page , its the perfect solution
http://vyaskn.tripod.com/retrieve_guid_value_like_identity.htm