Create knowledge
[?]
|
(rate this)
|
|
|
Bhargavtripathi
| Answered
| 3 years ago
|
|
The type of coding style used by ASP developers is known as inline coding, inline code or in-page code because that was the only way to develop an ASP page. In ASP Pages scripting code working for generating desired output was intermixed with...
|
|
Answer: ". Describe the advantages and disadvantages of having code-behind in an asp .net page?" deleted from your view.
|
(rate this)
|
i am getting trouble while doing connectivity inC#.net. i want code for insert ,delete,update and select operations.
|
|
Ajay Singh
| Answered
| 3 years ago
|
|
Here is code to connect the SqlServer database 1. First u need to add the namespace which all the related classes to interact with Sqlserver. In dot net there is specilize namespace sqlclient. you can also connect with oledbclient. I show you...
|
|
|
|
Bhargavtripathi
| Answered
| 3 years ago
|
|
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using...
|
|
Answer: "give me the code for connectivity in c#.net ?.I am making windows base application. and my database is inbuilt sqlserver..." deleted from your view.




