Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2010で2つのプロジェクトを解決しています。1つのプロジェクトでサインアップが完了したら、別のプロジェクトのログインページにリダイレクトしたいと思います。方法がわかりません。help.thanks事前に
ページの応答を確認し、このようにページをリダイレクトできます
Response.Redirect("http:://あなたのページパス");
List<Customer> customerList= new List<Customer>(); List<Employee> employeeList= new List<Employee>(); Fakes.ShimDataServiceRepository<object>.AllI