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:108982
More Search Options
RSS Available
Matching Posts
Re: Does VB have a STRINS Function ?
This code will insert a value in the string: Dim s As String = "Hello World" s = s.Insert(5, " Big" ) s is now "Hello Big World" You have a couple options for the formatting: Call the ToString function of your variable: varname.ToString("c") will format it as currency The String.Format fucntion: String.Format("{0:c}", varname) Hope this helps!
Posted to
Visual Basic .NET
(Forum)
by
taniam
on 1/23/2006
Re: .NET framework 2.0 won´t install
Did you have a beta version of the 2.0 framework or Visual Studio? If so, you'll want to follow the instructions here: http://msdn.microsoft.com/vstudio/express/support/uninstall/
Posted to
Visual Web Developer 2005 Express
(Forum)
by
taniam
on 1/23/2006
Re: images on master disappear on pages in another directory
Try using < img src ="~/images/watermark.jpg"... (note "~/" at beginning of src value)
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
taniam
on 1/23/2006
Re: Quick Noob Question (RadioButtonList and CausesValidation)
Is the AutoPostBack property of the RadioButtonList set to true?
Posted to
Web Forms
(Forum)
by
taniam
on 1/19/2006
Re: Howto share custom user controls between different web applications ?
I think I was able to do this. Here is what I did: Create a new web site using VS on http://localhost/website1 Using IIS manager, create a new virtual directory under website1 that maps to the common user control directory Go back to VS, and refresh the web (using the refresh button in the solution explorer) The folder with the user controls now appears as part of the website, and I can drag them onto my page. Hope this helps!
Posted to
Visual Studio 2005
(Forum)
by
taniam
on 1/19/2006
Re: Referencing a content page from the master
How about defining a property in the masterpage and then each content page sets it?
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
taniam
on 1/18/2006
Re: VSTO 2005 Installation problems
Office development is supported in VSTO 2005 and VSTS 2005: http://msdn.microsoft.com/vstudio/products/compare/default.aspx I don't really know much about campus volume licenses. What is the access site that you checked?
Posted to
Visual Studio 2005
(Forum)
by
taniam
on 1/17/2006
Re: Master Pages And Themes - Images Path question
Oh, sorry, I glossed over the themes aspect of the question. After reading more closely I set up a web like yours and was able to get the image to display by setting ImageUrl="Images/controls/tree/tree.gif". I put the skin file for the default theme in the Default directory. Is that where yours is? I also just noticed that in your web structure the image file is listed as "tree.gif", but the treenode is trying to use a "root.gif". If that's not a type in the post, that could be the source of the
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
taniam
on 1/11/2006
Re: VSTO 2005 Installation problems
Let's rule out the simplest solution -- is there a version of Office 2003 installed on the machine?
Posted to
Visual Studio 2005
(Forum)
by
taniam
on 1/11/2006
Re: Master Pages And Themes - Images Path question
You want to use the "~/" format, but you'll need to specify the complete path, which in your case would look like "~/App_Theme/Default/Images/Controls/Tree/Tree.gif". Hope this helps!
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
taniam
on 1/11/2006
Page 1 of 16 (155 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
Channel 10:
Office 2010 "5 Rules" Presentation
Channel 10:
30% off Expression Web 3 until Dec 28th
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online