Hi
I have found an MVC Project Template for Visual Web Developer 2008 Express on the net and am having difficulty getting it to build.
The error I recieve is this:
Could not load file or assembly 'System.Web.Extensions, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one...
Hi
A project I am working on right now requires me to write a piece of code which imports the data from a CSV file into a SQL server Database.
Now, the way I see it I have one of two options.
1. I loop through each row of the CSV file and have an insert statement for each one.
2. I loop...
Hi
I am a Flash Newbie and a project has kind of been forced upon me by the powers that be. So I have been muddling through and got to a point which is really puzzling me.
Basically I have and XML file which holds monthly referrer data. Only one months worth at the mo.
<stats>
<item>...
Hi
I have a treeview control which gets it values from a database. Up until now it has worked fine as all the links in the tree have been going to virtual paths like: default.aspx?ID=1.
My client has now asked that we include a press realeases section to the tree which links to external...
Hi Guys
I have built a website using Flash 8.
My client has asked if it is possible to run this website from a dvd so that is can be viewed on a users tv via their dvd player as opposed ot their computer.
Can director provide me with the tools to do this?
Any guidance would be much...
Hi Guys
I have created a website style presentation using flash 8 so that my client can burn it to a CD and hand it out with other marketing material at conventions and such like.
They have now asked me if it is possible to burn it to a DVD so that their potential clients can run it form their...
Hi
I have managed to get a progressive download movie to work locally but when I publish it on my web server the everything appears except the movie itself.
The process I followed was:
Imported a movie to the stage which created my flv file for me in the same directory as the swf and html...
Hi
Does anyone know if it is possible colour scroll bars on scrollable divs.
I have been looking around on Google and have come up with articles to make all scroll bars on a page different colours, but not just div's.
Aslo, does colouring scroll bars conform to web standards? As when I try...
Hi
I have setup a createuserwizard for my site. the actual login creation form come right at the end of the wizard because I need to take payment information beofre I can create the account.
Due to the fact I have to take information to make a payment before I create the user account, this...
Hi
I have set up a solution in visual web developer 2005 express which is made up of three projects.
Website
Admin (sub directory of website)
Memebers (Sub directory of Website)
Now all three of these project need to share the same database, however is this possible using SQL server 2005...
Hi
I have created a presentation for cd rom made up of two movies. The two movies run from flash player only.
The first one contains the introduction and the main site, the second movie contains the exit movie. The reason I have made two separate movies is that the first movie has a black...
Hi All
I have produced a site which uses divs floated into position. The site is perfect in all browsers except for Netscape 6 mac.
All of the divs are fixed height, apart from the maincontent one. I have not set the height for this div as it's height will be determined by the content held...
Hi
I am wondering whether it is possible to call a table that I have in my master database from a stored procedure in my client databsse. Both databases are on the same server.
If that is not possible, are you able to call another stored procedure instead. I can do this in Query analyser but...
Hi
I have an default.aspx page which calls in a user control containing a datagrid.
The datagrid has two columns, Name and Value. The name column is filled in automatically by the user controls code behind. The value filed is left empty because it needs to be populated by the default page...
Hi
I have come in this morning to find that my PC has been moved to a new domain.
Therefore when I login to my pc, I have a new user account and dreamweaver treats this as a new installation. This has resulted in me losing all of the site from the managed sites area.
I have managed to go...
I have come up with a regular expression.
\w+\137+
This allows 'newFolder_' but not 'newFolder_New', 'newFolder_New_New' or just 'newFolder'
What I am trying to achive is regular expression which checks that only numbers, letters and _ have been used in the string. So, that all of the above...
Hi
Does anyone have any tips for saving HTML code, generated by a rich text editor, to an SQL server database without turning requestValidation off?
I would prefer not to have to to turn requestValidation off as it is only one control out of thirteen that I will be expecting html code to be...
Hi
I have an if clause in my code to add the final parameter value to send to the database.
If Page.User.IsInRole("MICMS") Then
cmdCheckUser.Parameters.Add("@C_ID", 0)
Else
cmdCheckUser.Parameters.Add("@C_ID", Session("C_ID"))
End If
Now if the user is in the role, the error is...
Hi
I was wondering whether it is possible to add more than one role in the to user.IsInRole("")?
I have tried user.IsInRole("admin,editor") and that does not work.
Thanking you in advance.
Hi
I was wondering whether it is possible to add more than one role in the to user.IsInRole("")?
I have tried user.IsInRole("admin,editor") and that does not work.
Thanking you in advance.
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.