how to make a well design web pages and web form in ,net as
all form ido is very simple iwant to improve it .
if there some tools to used in .net or some techneque iheard about css or
something like ths .
can someone tell about all this.
tahnx
--
Islam Khalil,
regrads
--
...
more >>
hi
i have a big problem. i have an asp file with the following source code....
******
Set r_ = Server.CreateObject ("Access.Application.10")
s1 = "DoAnything()"
with r_
.visible = false
.OpenCurrentDatabase "D:\SP5\Data\SPIS_LUPK_Vers.mdb"
sApp = .Eval(s1)
.CloseCurrentDataB...
more >>
Hi All,
i have this.asp file:
<script src="test.vbs" runat="server" language="vbscript"></script>
<html>
<body>
1 + 2 = <%=DoSomething(1,2)%>
<div id="divLocal" />
</body>
</html>
and test.vbs file:
Function DoSomething(a, b)
DoSomething = a + b
End Function
both fil...
more >>