| Thread | Last Post | Replies |
|
| How to insert a record | 27 Apr 2006 22:45 GMT | 2 |
I am new to ASP.NET. I have a table(users) in the database. I placed two textboxes on the webform(txtUID, txtUName) how can i insert this values to my users table. like ... "insert into users(userid,username) values('" & txtUID.text & "','"
|
| Connectionstring problem | 27 Apr 2006 11:54 GMT | 2 |
Hi friends, I have created a database in SQL Server which is SQLServer authenticated. The user name is : abc123 and password is : xyz123 and the server name is SERVER(in which SQL Server is installed, W2K Server). Database
|
| CreateTextRange | 19 Apr 2006 03:57 GMT | 1 |
Our Web page use jscript CreateTextRange, but since last month, our IDP block "EXPLOIT IE CreateTextRange Overflow Attempt", this make our web page cause error, is there any solution?
|
| Execute code from a database | 18 Apr 2006 08:17 GMT | 1 |
I want to store code in a database table that I want to execute and render in the browser. I am using a datagrid to display data from the tables, and want to inject some code into the table that should execute and spit out the HTLM to the
|
| Form data disappears | 17 Apr 2006 21:30 GMT | 1 |
Hi friends, I am designing a signUp form(loginID, pwd,secret question,answer). I am doing the validations in the function. function validatedata() as boolean
|
| formsauthentication and code behind | 13 Apr 2006 21:42 GMT | 2 |
I have some forms authentication going on. Right now I am just checking the username and password from a database in my login.aspx file in the usual way. and I have the usual in web.config.
|