Hi all,
I am developing a 3 tier .net application using vs.net.
On complitation the app will have 4 assemblies:
Ntpct.LoanEquipment.BusinessTier.dll
Ntpct.LoanEquipment.DataAccessTier.dll
Ntpct.LoanEquipment.PresentationTier.dll (web app)
Ntpct.Utility.dll
the Utility assembly in the Ntpct...
Hi,
does anybody know how to retrieve documents from sharepoint document library using sharepoint webservices and ASP.net?
TIA
there are 10 types of people in this world those who understand binary, and those who don't.
Hi,
Is there a way to aggregate all document libraries within a sharepoint portal. So that a user can see a total list of all documents including those in sites/ subsites?
TIA
there are 10 types of people in this world those who understand binary, and those who don't.
I have a linkButton that when clicked adds a control to a placeholder control collection.
When the user clicks the linkButton one HtmlInputFile control is added, but any subsequent clicks doesn't add any more controls to the placeholder!?
I have the following wired to the click event:
private...
Hi,
I am trying to create a web form that allows users to upload files. I want to be able to provide the user with a link to add as many FileInput conrols as they need since they may have more than 1 file to upload. I can create a static version of this no problem.
I have a linkButton that is...
Hello,
I am trying to Hot Deploy a webapp to Tomcat using ant and the tomcat manager tasks.
<target name="install" description="Install application in Tomcat" depends="deploywar">
<install url="${tomcat.manager.url}"
username="${tomcat.username}"
password="${tomcat.password}"
path="/"...
Hi again evrybody, im back with another simple question (hopefully)
How do I create a trigger so that when a record is deleted from a parent table all related child records are deleted also?
Ive done this in the past by enforcing Ref Integrity in Access but im using MS Sql now.
Thanks in...
Hi again I need more help please,
I am creating a search page to search a courses database the search form has 5 fields on it a Keyword Text field
and 4 checkboxes.
I want the stored procedure to generate a recordset based upon the search criteria set, but I dont want the user to have to enter...
Can anyone tell me why when forming an SQL statement in a stored procedure you have to use the ' + ' and concatenate?
eg: I want to create a stored proc that will be used to generate an ASP Recordset from search parameters.
Is this OK? (It doesnt seem to work) or should I split the @SQL...
Ive integrated the code into my SP but im getting errors ( error converting Varchar to Int) and I cant seem to fix them. My SP looks like this now: There maybe an obvious error as Im very new to all this
CREATE PROCEDURE spAddCourse
--Declare variables to be inserted into 6 tables...
Hi all I hope someone can help me.
I have a stored procedure that inserts data into multiple tables. I am wanting to parse a comma delimited string and insert new records for each element. i.e
@year1content = french,german,maths,ecnomics...
(from textarea form field)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.