Click here to Skip to main content
15,894,343 members

Comments by supriya29 (Top 42 by date)

supriya29 26-Dec-13 8:04am View    
DBhelper is nothing but we have call all sql or SP from that. and that SQL containce only this
SELECT dbms_transaction.local_transaction_id FROM dual


and one out parameter which containc ID
supriya29 22-Nov-13 5:05am View    
i think u r file name migth get renamed
supriya29 5-Sep-13 3:30am View    
Thanks a lot. i got it. But it is helpful in my scenario. my scenario is like open your gmail, facebook, or any account, on click of button in my ASP.net application


System.Diagnostics.Process.Start("http://facebook.com/");
int flag = 1;
while (flag == 1)
{
SendKeys.SendWait("abc@gmail.com");
SendKeys.SendWait("{TAB}");
SendKeys.SendWait("abc");
SendKeys.SendWait("{TAB}");
SendKeys.SendWait("{ENTER}");

flag = flag + 1;
}


i have this code. but its not working. :(
supriya29 4-Sep-13 5:12am View    
??? not getting
supriya29 4-Sep-13 5:12am View    
third party