how to retrive identity value of sql in textbox of C# application
i am genrating identity value in sql . this value i want to show in my textbox or label of the application of C#. how to retrive identity value into textbox to label of the the application. and what is the code of retriving identity value into textbox or label.