Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: stevet26
  • Content: Threads
  • Order by date
  1. stevet26

    MVC Project Template for Visual Web Developer 2008 Express

    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...
  2. stevet26

    Saving a data table to SQL server

    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...
  3. stevet26

    XML problem in bar chart app

    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>...
  4. stevet26

    Treeview breaks when you use physical path for link

    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...
  5. stevet26

    Running a website from a dvd

    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...
  6. stevet26

    Running Flash website form a DVD

    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...
  7. stevet26

    Progressive download issue

    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...
  8. stevet26

    Colouring Scroll bars

    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...
  9. stevet26

    Cannot pick the email textbox

    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...
  10. stevet26

    Connecting to SQL Server Express in asp.net 2

    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...
  11. stevet26

    Linking to a new movie.

    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...
  12. stevet26

    Problems with Netscape 6 (MAC) and not setting height

    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...
  13. stevet26

    Calling tables from different databases

    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...
  14. stevet26

    Adding values to a column in a datagrid using the code behind.

    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...
  15. stevet26

    repopulating Site Cache

    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...
  16. stevet26

    regular expressions for folder name

    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...
  17. stevet26

    requestValidation and HTML

    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...
  18. stevet26

    Using 0 in stored procedure

    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...
  19. stevet26

    user.IsInRole(&quot;&quot;)

    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.
  20. stevet26

    user.IsInRole(&quot;&quot;)

    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.

Part and Inventory Search

Back
Top