for all my images i did what you say, to select "embedded resources". and i compile but this not create a resources file !!!
why ?
and when it'll work how to acces this images ?
thanks
Hi all
I'am making a web control, who uses several images, (about 27 images), for the moment that I placed in repertory "images".
Now i want to compile my images in the DLL, so i know it's possible to make a ressource file
images.ressources in VB.NET project but in a web project...
Thanks Isadore
i set my cache with no expiration and priority high and it's work fine..
Dim Priority As Caching.CacheItemPriority
Context.Cache.Insert("AgencyCustomer", _
ds, _
Nothing, _...
DECLARE @retstat int
EXECUTE @retstat = SQLSERVER1.pubs.dbo.checkcontract '409-56-4008'
--------------------------------
Hugues Gauthier, DEC
Développeur Web
Intelligence Digital
1751 Richardson
Suite 4230
Montréal, Québec
H3K 1G6
http://www.intelligencedgt.com/...
Yes and the second server have to be configured for RPC
(remote procedure call.) --------------------------------
Hugues Gauthier, DEC
Développeur Web
Intelligence Digital
1751 Richardson
Suite 4230
Montréal, Québec
H3K 1G6
http://www.intelligencedgt.com/
hgauthier@intelligencedgt.com...
Hi me,
DECLARE @retstat int
EXECUTE @retstat = SQLSERVER1.pubs.dbo.checkcontract '409-56-4008'
i found it on msdn..
thank --------------------------------
Hugues Gauthier, DEC
Développeur Web
Intelligence Digital
1751 Richardson
Suite 4230
Montréal, Québec
H3K 1G6...
Hi i've question..
is it possible to do this ?
my web application call a [stored proc #1] on [SQL SERVER #1] and this [stored proc #1] call another [stored proc #2] on [SQL SERVER #2].
thank you. --------------------------------
Hugues Gauthier, DEC
Développeur Web
Intelligence Digital
1751...
Hi all,
i've a problem with caching dataset,
i put this in application start to load dataset in cache memory.
Dim AD As New AgencyData()
Dim ds As DataSet = AD.AgencyCustomerList()
If IsNothing(Context.Cache.Get("AgencyCustomer")) Then...
when you created your project, don't change http://localhost/project/ to http://127.0.0.1/project/ the result will be access denied because debugger use localhost.
hope this help. --------------------------------
Hugues Gauthier, DEC
Développeur Web
Intelligence Digital
1751 Richardson
Suite...
i wanna know if it's possible to use 2 field with hyperlink column.
in my datagrid - property builder for column 3 in the url field, i use this field "filename"
and in the url format string i use this "test.aspx?file={0}".
i wanna know if it's possible to pass 2 field in 1...
Hello TeteLouch ,
:)
i'll answer me because i found the solution
go in the full-text indexing wizard
in 'language for word breaker' dont chose english or french
chose Neutral.
thanks :) --------------------------------
Hugues Gauthier, DEC
Développeur Web
Intelligence Digital
1751...
Hi
i've some problem with updating my recorset.
Adodc1.Recordset.addnew
Adodc1.Recordset!Date = Null
Adodc1.update
all is ok.
Adodc1.Recordset!Date = Date
Adodc1.update
all is ok.
Adodc1.Recordset!Date = Null
Adodc1.update
i have this error "Invalid Date"
why ? i want the...
to get the recordcount, open your recordset with Cursortype = adOpenStatic
if you open with adOpenDynamic you will not get the recordcount but -1.
_____________________________
Hugues Gauthier P.A,DEC
Programmeur Analyste
Progitech GS Inc.
http://www.progitech.com/...
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.