Hi.
I am looking on how could i create a 3d environment that i can control with visual studio. An example is that i have a 3d drawer and i click the mouse to the drawer, it then opens and some code...
Type: Posts; User: sapator
Hi.
I am looking on how could i create a 3d environment that i can control with visual studio. An example is that i have a 3d drawer and i click the mouse to the drawer, it then opens and some code...
Actually u can sort of use a single parameter to insert multiple values but is tricky. Using TVC or in 2005 SQL versions and below "http://www.sommarskog.se/arrays-in-sql-2005.html" or you can use at...
What is the exact code you use on management studio to put nvarchar-varchar states in one @variable using "IN" and is working for you?
Oh, JMC beat me to it.
I have a better idea. Don't use IE10 until they fix the damn thing.
Every unhandled exception will pass and logged through global.asax so you don't really need an extra plug in but if you want more automated control then i guess you can try it (haven't used it).
Are you running this through local IIS or with the VS web server?
Pretty sure there was another way as I've said with native win API's but i won't defend that as it's been years and i may be wrong. in any way this is the least favorite to do. I bet there will be...
Yes i will have a look probably next week, will be an async look, will read and then watch TV and when my brain compiles and return i will go to the PC :P . Today i am leaving for Eastern so there...
Hey, about question 2. This is what VS puts by default on the service so i was trying to understand what was going on.
I don't have a specific sample that i work with, just some bit here and there...
Unfortunately i haven't used that control.
Anyhow, if possible i would get the pictures currently loaded to prettyphoto and modify the pagesize. The problem here is that you are using a client...
You can always format your value inside the sql server with a stored procedure, that way if you get a wrong value you will know that it is from the source.
Now you said that you tried to call with...
If you can make this to a asp.net app it would be a better way try to handle browsers.
Yes it's doable.I was doing something like this back in 2008 i think and had a conversation with JMC, i think....
Ok.Could not combine both asp.net and winforms to call a WCF yet. Lots of errors.
I managed to call one WCF for asp.net and one WCF for winapp. It work with the standard config (the winapp service)...
I wouldn't mind configuring the web.config myself( good ol' asp.net habit) as long as i knew what these endpoints and mex-es do exactly. Yes i went deep at once, you are correct but i think i...
Thanks. I had a look at Web API, show it needed MVC but went ahead anyhow. Then i show some strange MVC syntax, tried a few minutes but gave up calling names...
I am not sure if this can be used...
Hey Gary, long time no see. :)
I am in no mood of using WCF but it's a clients demand so...
WEB API? I must admit i never heard of that. If it's not MVC stuff i would be interested in some...
Yo.
http://msdn.microsoft.com/en-us/library/bb288032.aspx
Also don't use sqldatasource if possible, unless you have very limited data requirements.
Either use straight ADO or objectDatasource.
You can use the ModalPopupExtender that i think Sean is implying. It's stable IMO, one of the useful things Ajax has.
Yes we are sure.
P.S. I used multiple contentplaceholder in a web site that needed 3 vertical sections independent from each other. I asked about that a year ago here and on the asp forum and i...
Can you try deleting outside a gridview? I am not sure how well the server is behaving with in grid delete.
Also try changing to this: Server.MapPath("\\ACSDocs\ ..... etc)
If by that you mean ContentPlaceHolder then no you don't need to. At least the basic functionality is there but of course you can expand it.
Create you website, after that create a new folder where the to del - files will be in, now insert an new aspx page inside the file delete folder, a blank default.aspx will do.Give the appropriate...
I have a client that wants WCF in it's pages. Well bull, i have seen 100 different implementations of WCF and i am not sure what to pick. I though good ol web service knowledge would make it easy...
Don't think you can give code to an <img />.
You need the url of the image.
About the first.It won't really matter what you will see on your own PC. Better test it on a server and see the behavior...
Ego de katalavei ti leei to paidi edo pera. Ego prepei peis alli glossa gia na katalavei, ego oki apo edo, ego oki katalavenei.
No problem.
P.S. The video thing is been done, meaning you can place additional hidden code inside a video but you need an external "stimuli" to energize the video. I cannot help on doing this...
Well if you put a script inside the video then you can implement the "disabled" video action. The only problem would be that the video will be disable from the first second it starts playing and not...
Google a little. I think this has various examples on the web. If you can't find anything let us know what you are trying so far. I will see this tomorrow.
Goodnight.
Well the whole point of internet is sharing, not disabling. Anyhow you cannot interfere with the user machine to disable a video unless you persuade them to install some software on their machine...
Can't he use a where usernane = @username on a Sproc instead of doing a loop on the entire table?
No you cannot make the video self destruct on the client. Don't even try it.
You can expire the video, however, on an account. Take it off the server for that user. Of course chances are that the...
Interesting but i do not wish to imagine what destructive force this will have to, let's say IE7 that is the ultimate zoom killer and i see no support for mobile, iphone safari leviathan is a killer...
Still using tables if i want to center my left and top because good ol' Iexplorer will start dancing things around if i use a zoom.
If there is a better and standard way to center table like items...
Div is something like the container and span the inline content but of course u can use a container inside another container.
If you are only using the image on left-right basis i would go with a...
Yeah, just give the "users" account read,write,modify. Should work.
I don't see any asp.net related problem.
Ask to move this to the regular vb.net thread.
Whatever.
"Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including...
Caution! Microsoft votes heavily against the usage of the office interops in an asp.net environment. I found out the hard way.
Do you have the latest service pack installed?
Also if you add a dropdownlist, go to the designers mode and double click at it, what happens?
Not showing a runat server control may occur if you are running C# and VS2008. Is it possible that you have this combination?