İnternet Teknoloji Tasarım icinde Asp de sayfalama yapmak için küçük kod parcası konusu , Kod: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> <title>New Page 1</title> </head> <body> <table border="1" width="100%" id="table1"> <font color="#FF00FF"> <% set data=server.createobject("adodb.connection") set rst6=server.createobject("adodb.recordset") data.Open "Provider=SQLOLEDB.1;Password=4671547;Persist Security Info=True;User ID=web;Initial Catalog=TICONA2005;Data Source=ramazan" ...
![]() |
|
#1
| ||||
| ||||
| Asp de sayfalama yapmak için küçük kod parcası Kod:
|