Texboxes are disabled in bootstrap modal, that’s seem wired and your question would be how this is possible? there might be a css issue or maybe other javascript rules conflicting with this page. But believe me none of these reasons are responsible for this behavior. What was happening like I was using some text boxes on bootstrap modal and …
During website development in asp.net, sometimes we need to manage data-table according to our need like modify records in data-table, adding new record etc.In this post I will show you how we can insert generic data in the data-table, sometimes mix types of values being returned by data-table(using stored procedure), so I am going to show …
Hello Word, in this post I am going to show how we can get the Routing Information in the static class. During development sometime we need to create a static class but this class may be used from the entire project so sometimes system throws an error that cannot call non static method in the static …
If your application doing more than displaying “Hello World” then we should need to configure the Email Services in your application. In this post I am going to create a static class so we can call this without creating a object of this class Static Class and Method public static class EmailServices{public static void SendMail(string htmlBody){var …
Hello friends, in this post I am going explain how we can create a client for web service and this is tested on window 7. For this what steps we need to perform and what we need? Path of webservices. svcutil.exe tool svcutil.exe tool can be find at “C:Program Files (x86)Microsoft SDKsWindowsv7.0ABinsvcutil.exe””, please double check this …