hello,
i am trying to access the following dbase table through a web page.. i
have tried gridview, datalist, details view, formview...
really stuck and i can not find any info anywhere (that is actually written
in english) that helps me...
i need to edit, update, delete the aspnetdb.m...
more >>
I am using an image control to display some images within a virtual map
(ImagesRoot in IIS) outside of the web root in my vb asp.net application.
How should I code the imageurl property to have this working?
Image1.imageurl = ?
...
more >>
hi,
i am programming a website using ASP.NET 2.0 and SQL 2005 and serving the
last five members via DataList containing a HyperLink like this code:
<asp:HyperLink ID="firmaHyperLink" runat="server" NavigateUrl='<%#
Eval("firmId", "~/Firma.aspx?firmId={0}") %>' Text='<%# Eval("name", "{0}")
%...
more >>
Hi,
I removed some functionality from an ASP.NET 2 webpage by deleting the input
ior textbox control from the page's code. Then I commented out the JavaScript
function on the same page that referenced the deleted control, so the
commented function looks like this:
/*
function MyFunction...
more >>
http://programming-languages-tutorials.blogspot.com/2008/01/net-framework.html...
more >>