Forum: ASP.NET Jul 6th, 2009 |
| Replies: 2 Views: 253 Hi guys if i use the asp.net to write the code but i didnt involve to connect to the sql database what should i write in the web.config under the connection string?? |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 1 Views: 395 Hi guys do anyone know how to change the code line from sql express to ms sql 2000. Below is my code help me to check it?
web.config
<?xml version="1.0"?>
<!--
Note: As an alternative to... |
Forum: ASP.NET Jul 5th, 2009 |
| Replies: 1 Views: 218 Hi, i got a problem that is i create a program based on pervious program that do from others. Now i using the asp.net to create and the sql express 2005 to do it. So the question do anyone know how... |
Forum: ASP.NET Jul 3rd, 2009 |
| Replies: 2 Views: 491 I have a question about how to change the web config
Below is my code
<configuration>
<appSettings/>
<connectionStrings>
<add name="MyXT" connectionString="Data... |
Forum: ASP.NET Jul 2nd, 2009 |
| Replies: 1 Views: 844 Hi guy i got problem on the web configure when upload to iis and it come out this error Server Error in '/myTT' Application
Configuration Error
Error line 31=<add assembly="System.Web.Extensions,... |
Forum: ASP.NET Jul 2nd, 2009 |
| Replies: 4 Views: 306 Here are the complete code of it
Imports System.DirectoryServices
Partial Class Login
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As... |
Forum: ASP.NET Jul 1st, 2009 |
| Replies: 4 Views: 306 Hi guys i need your help
can you explain this code for me the using the aspx.vb to write and i not understand can explain it to me pls?
Below is the code
Protected Sub... |