I had to do something like this resent, I converted the list (or could be an array) into a comma delimited string and passed that over as a varchar into the stored procedure.
no they're not in the GAC, as i don't want it to be a server wide available dll. It's only relevant to this particulare application, hence it only included in the local bin folder.
error CS0246: The type or namespace name 'xxx.Custom.TreeNavigator' could not be found (are you missing a using directive or an assembly reference?)
this is driving me bonkers.
before you say it, the spellings are correct, and i have checked and rechecked this issue and the spellings are...
have a look at url rewriting.
http://www.google.co.uk/search?client=firefox-a&rls=org.mozilla%3Aen-GB%3Aofficial&channel=s&hl=en&q=c%23+url+rewriting&meta=&btnG=Google+Search
sure u can use the guid authentication in a windows app, you just hold it in memory, and when you call a method it gets passed along
have a look at these urls
http://msdn.microsoft.com/en-us/library/9z52by6a(VS.80).aspx...
a method that i have used in the past is for an external app to log in and a GUID is returned by the webservice. this guid is then passed back from the external app in the soap header and verified against the guid held in db whenever a call to a method is made. e.g. if time was outside of 20...
2 ways you could do this, (1) is the get the max(id) row from the db, (2) or you're stored procedure that adds the new record could return @@identity, you can then do a get from that returned id (this is preferred).
if i'm reading this write, you're trying to use 2 separate pages at the same time with the masterpage.
you can only use 1 page (aspx) at a time, this then binds with the masterpage. if you want to the content areas to be displayed at the same time, they have to be on the same aspx page.
Unless...
probably already answered in post above, but
there is an attribute that can be added to the top of the aspx file, in the page attributes area.
MaintainScrollPositionOnPostback="false", or set to true if you do want to maintain position
(this is assuming that there is not text at the top of...
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.