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:98359
More Search Options
RSS Available
Matching Posts
Re: System.Configuration.ConfigurationSettings.AppSettings' is obsolete.
Go to IIs and open up the website and browser to the folder that is in question and right click on the folder and see if it is an application. on the home directory page there Create button will be enabled if it is not. If it is enabled hit it and this should solve your problems.
Posted to
Getting Started
(Forum)
by
Volcano_88101
on 6/7/2007
Re: Bizarre Master Page Table "Interference"
I am sorry but there is no magical voodoo in MasterPages. It all comes out as HTML. So if one works and one doesn't then that means that the output is different. The sample that you gave me is a known CSS bug with Microsoft Tables and speciying 100% width on elements that are not one 100% width because of the way that the tables are calculated/rendered. I asked for multiple versions because if you had a version that works and a version that did not work then i could see the differences. Initially
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Volcano_88101
on 5/29/2007
Re: Problem with hyperlink having a url to a coding file
Sounds like you may need to do a Response.Headers.Add("Content-Disposition", "attachment; filename=" + FileName) This lets you specify the filename and tell the browser to download it. This goes right after Response.Clear() and before you actually send the file.
Posted to
Getting Started
(Forum)
by
Volcano_88101
on 5/28/2007
Re: Set ASP.NET version during installation
Installation of what? There is a command line parameter that you can use to register and unregister asp.net versions with. Sorry I am unable to help more without knowing exactly what installation you are referring to.
Posted to
Installation and Setup
(Forum)
by
Volcano_88101
on 5/28/2007
Re: checkbox.checked isn't behaving correctly
Why/where is isDefaultCheckbox.Enabled = true being set? Special stuff happens when you toggle this and if this control is not enabled at the appropriate time it may have abborrent behaviors such as the one you are experiencing. Regarding the updated data - I am not sure but I am guessing you are DataBinding controls? If so set the datasource and databind them again.
Posted to
Web Forms
(Forum)
by
Volcano_88101
on 5/28/2007
Re: Reference FormView Inside of Another FormView
Your sender should be a reference to FormView3 so you should simply have to cast it Dim FormView3 as FormView = CType(sender, FormView) If my syntactical memory is correct.
Posted to
Data Presentation Controls
(Forum)
by
Volcano_88101
on 5/28/2007
Re: differt roles
if (cboNewsAnswer.SelectedValue=="POWERUSER ANSWER") Roles .AddUsersToRole( new String [] { userName }, "Poweruser" ); else Roles .AddUsersToRole( new String [] { userName }, "NormalUser" ): Roles is in the System.Web.UI.Security namespace. I also assumed C# since you did not specify what you were using. Replace poweruser and normaluser with the actual names of the role replace the username variable with the user. Please remember that this must be done AFTER the user
Posted to
Security
(Forum)
by
Volcano_88101
on 5/28/2007
Filed under: Roles Based Security
Re: how can i have following Javascript function via codebehind
Try allowing queryDelete to accept parameters and then you can dynamically registerclientscript thatcalls the function with the parameters.
Posted to
Client Side Web Development
(Forum)
by
Volcano_88101
on 5/28/2007
Re: Control/Property. Going crazy.
You need to set the PersistChildren , ParseChildren attributes. Please take a look at the above 2 links. there is an article on using ParseChildren and there are documentations for them. Hope this helps.
Posted to
Getting Started
(Forum)
by
Volcano_88101
on 5/28/2007
Re: What is the difference in Microsoft ajax and AjaxPro.JSjon
If you are referring to Michael Schwartz/s AJAX Library the biggest difference that I feel there is between the 2 is Microsoft's AJAX is primarily for Interfaces. i know there are methods for doing more on the underlying hood but it is so obfusicated, lacks proper documentation, samples or user world stuff that makes diving down it a nightmare. Micheal Schwartzs AJAX Pro library seems to primarily concentrate on working underneath the hood. If i am developing everything with asp.net controls
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Volcano_88101
on 5/28/2007
Page 1 of 9 (83 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
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,
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online