Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:781650
More Search Options
RSS Available
Matching Posts
Re: IIS Cannot Find the Assembly
I added the bin folder to the root of the web site. Also I had to set w/in the Assembly.cs attribute ComVisible = true; It was deployed successfully.
Posted to
Configuration and Deployment
(Forum)
by
tocohara
on 7/31/2008
IIS Cannot Find the Assembly
Hello. This existing website I'm working with was created using Expression Blend. It was required that I create a few .aspx pages using VS 2008 (server side code required). These new aspx files were created as a new project file. After I compiled the project I published the assemblies/pages to web server. My problem is loading the web page from IIS. I'm receiving a Parser error: Cannot load type [MyNameSpace.MyClass] . Why is it important where I stage this folder & corresponding contents
Posted to
Configuration and Deployment
(Forum)
by
tocohara
on 7/30/2008
Parse Date
Hello. I have function in .js file which parses a string & must return a hybrid of ISO date format as string. Format = YYYY,MM,DD What is best way to do in .js? Function test(sDate) { return 'Date(' + sDate.getFullYear() + ',' + sDate.getMonth + ',' + sDate.getDate()')' } above is not working...suggestions?
Posted to
Client Side Web Development
(Forum)
by
tocohara
on 4/23/2008
Re: best way to add images to estate agent site
Where are your images located? File system, database?? I will try to help.
Posted to
Data Presentation Controls
(Forum)
by
tocohara
on 4/21/2008
Re: How do I change the font color of a visited Link? VB, VS2003
It's so much simpler if you did man...something below would work <body link="blue" alink="blue" vlink="violet">
Posted to
Client Side Web Development
(Forum)
by
tocohara
on 4/21/2008
Re: Parse XML to Text File
If it's a file on a machine somewhere why not use a StreamWriter...if that' all you are doing is reading out to some text file text ??? http://msdn2.microsoft.com/en-us/library/system.io.streamreader.aspx
Posted to
Free For All
(Forum)
by
tocohara
on 4/21/2008
Re: button in gridview execute sql
If all you are wanting to do is to do an insert, why don't you extract the ItemID for the row they have selected and pass the value to a command object when the user clicks a button. The command object can be a stored proc or query string. When setting up the command object, just pull the query string from a config file or something like that. Also just pass the ItemID as an input parmeter. On the button click event, grab it's value using the event args of the button click event Investigate
Posted to
Data Presentation Controls
(Forum)
by
tocohara
on 4/17/2008
Re: Problem with VS05...
Have you tried to to uninstall then run Microsoft Install Cleanup? Then try re-install?
Posted to
Visual Studio 2005
(Forum)
by
tocohara
on 4/17/2008
Re: Event Handler not firing for a User Control
Make sure you are calling OnInit on the base override protected void OnInit(EventArgs e) { // // CODEGEN: This call is required by the ASP.NET Web Form Designer. // base.OnInit(e); InitializeComponent(); }
Posted to
Web Forms
(Forum)
by
tocohara
on 4/17/2008
Re: The resource cannot be found while debugging the web site
Try rebuilding the solution. You can also remove the file from the solution explorer and re-adding the file.
Posted to
Visual Studio 2005
(Forum)
by
tocohara
on 4/17/2008
Page 1 of 4 (33 items) 1
2
3
4
Next >
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online