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:638346
More Search Options
RSS Available
Matching Posts
Re: Cannot get an Asp.NET project created with 3.5 to run on 2.0
Also, run you application locally from the web server using the localhost url. You might be able to see an error message that will give you more information on what the issue is.
Posted to
Configuration and Deployment
(Forum)
by
hoopslife
on 10/17/2009
Re: Cannot get an Asp.NET project created with 3.5 to run on 2.0
Make sure you have the .Net 2.0 Framework installed on your Windows Server 2000 server.
Posted to
Configuration and Deployment
(Forum)
by
hoopslife
on 10/14/2009
Re: Cannot get an Asp.NET project created with 3.5 to run on 2.0
You might need to make sure asp.net is registered on the server. You will need to run Aspnet_regiis -i from the command line on the server. You will need to CD to the folder that contains the aspnet_regiis.exe. Most likely - C:\Windows\Microsoft.NET\Framework\v2.0.50727. Then make sure that IIS is pointing to ASP.Net 2.0.
Posted to
Configuration and Deployment
(Forum)
by
hoopslife
on 10/14/2009
Re: Getting a single item from mysql
Dim myconnection As String = ConfigurationManager.ConnectionStrings( "testConnectionString" ).ToString Dim sql As MySqlCommand = New MySqlCommand( "select id from test limit 1" ) Add this as your next line - Dim value as String = MySqlCommand.ExecuteScalar().ToString
Posted to
Getting Started
(Forum)
by
hoopslife
on 10/14/2009
Re: pass a string as input for new date
Change the ' to "" Modify this line var newenddate='2009,9,14,19,24,46'; to var newenddate="2009,9,14,19,24,46";
Posted to
Client Side Web Development
(Forum)
by
hoopslife
on 10/14/2009
Re: understanding event handling in asp.net
Just double click the button from the designer and the button will get wired up for you in the code-behind. Also you can click on the button and then open up the properties window. Then click on the lightening icon and you will see all of the available event for that control and you can just double click on the empty space to the right of the event you want wired up in that window and it will automatically handle it for you.
Posted to
Getting Started
(Forum)
by
hoopslife
on 10/14/2009
Re: understanding event handling in asp.net
Make sure you are not running the debugger.
Posted to
Getting Started
(Forum)
by
hoopslife
on 10/14/2009
Re: understanding event handling in asp.net
Good Catch Anurag...
Posted to
Getting Started
(Forum)
by
hoopslife
on 10/14/2009
Re: Button Visible
Try <%= instead of <%#. Read this blog post for more info - http://naspinski.net/post/inline-aspnet-tags-sorting-them-all-out-%283c25242c-3c253d2c-3c252c-3c252c-etc%29.aspx
Posted to
Getting Started
(Forum)
by
hoopslife
on 10/14/2009
Re: understanding event handling in asp.net
No problem. As for Inherits it is telling Visual Studio what class to put the event code in as your Default.aspx.cs file can have multiple classes.
Posted to
Getting Started
(Forum)
by
hoopslife
on 10/14/2009
Page 1 of 39 (389 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online