Click here to Skip to main content
15,887,966 members

Comments by prakashdotnet (Top 10 by date)

prakashdotnet 14-Mar-14 3:45am View    
Please refer this solution
http://www.codeproject.com/Questions/423779/how-to-call-javascript-function-in-csharp
prakashdotnet 28-Feb-14 4:14am View    
it returns single value from you table ,lets say your table has 5 record with latest identity 5 , then it return latest Identity value.
prakashdotnet 20-Feb-14 5:12am View    
Yes as you want your code is working correctly.
prakashdotnet 20-Feb-14 2:59am View    
yes using
bool check = string.IsNullOrEmpty( Convert.ToString( ds.Tables["table"].Rows[0]["column"]));

you can add check condition in if
if (check)
{
// ur rest of logic
}
prakashdotnet 20-Feb-14 1:42am View    
what exactly you want in check condition