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:606618
More Search Options
RSS Available
Matching Posts
Re: Can't UNDO, REDO and change control's ID in Design View
This is a well known bug in VS2005, and has existed since before release. Maybe someday MS will fix it. http://forums.asp.net/thread/1384097.aspx http://forums.asp.net/thread/1139188.aspx http://forums.asp.net/thread/1193304.aspx It has something to do with the refactoring failing. Here is a little history of the bug (it used to give an error message until they "fixed it" now it doesn't give a message, but the ID still won't change ) http://www.west-wind.com/weblog/posts/3192.aspx and the bug in
Posted to
Visual Studio 2005
(Forum)
by
Proto
on 11/24/2006
Re: business objects not showing up in the Configure Data Source wizard
wow. I excluded some recently merged files, then included them again and now it works. That makes NO sense. Go Go Microsoft!
Posted to
Data Presentation Controls
(Forum)
by
Proto
on 10/10/2006
Re: business objects not showing up in the Configure Data Source wizard
what I am doing is: - creating the dataset (and a datatables/etc.). - creating an objectdatasource on the aspx page - selecting "Configure Data Source" from the properties menu Normally the wizard that comes up has all of the data objects available in a drop down list. But for some reason the list is empty. It was working before though.
Posted to
Data Presentation Controls
(Forum)
by
Proto
on 10/10/2006
business objects not showing up in the Configure Data Source wizard
Title says it all. For some reason, after selecting "Configure Data Source" on an ObjectDataSource object, the datatables/etc. in my datasets (stored in App_data) aren't showing up in the drop down list that normally shows all available business objects. It was working before. When I look at "Configure Data Source" for the other objectdatasources in my app, only the currently selected business object shows up in the list (instead of all available). Anyone have any idea why
Posted to
Data Presentation Controls
(Forum)
by
Proto
on 10/10/2006
Re: Setting SELECT parameters programmaticaly in an ODS
well, ObjectDataSource1.SelectParameters.Clear ObjectDataSource1.SelectParameters.Add("NAME", "VALUE") seems to work.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Proto
on 9/6/2006
Setting SELECT parameters programmaticaly in an ODS
I have an objectdatasource on my page and I would like to call its select function several times with different parameters each time. I would then look at the result set, deal with it, and possible call the select function again with different input parameters. I figured that setting the parameters programmatically is the way to go, but I can't figure out how to do it. A tutorial on the asp.net site talks about using the selecting event to set the parameters like so: Protected Sub ObjectDataSource1_Selecting
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Proto
on 9/6/2006
Re: dynamic image in gridview using Eval(""), check for no image?
I have done something similar with a gridview. When you are binding your data you wrap it in a call to a function like so: ImageUrl=<%# ImageTest(DataBinder.Eval(Container.DataItem, "drawingnumber")) %> Then, in your code behind you create a function... Imports System.IO Protected Function ImageTest(ByVal testimage As String) As String If File.Exists( "~/Pictures-parts/" & testimage & ".jpg") Then Return testval Else Return "~/Pictures-parts/"
Posted to
Data Presentation Controls
(Forum)
by
Proto
on 8/30/2006
Increasing the number of rows in a tab group
I'm using Visual Studio .NET 2003 and I was wondering if there is a way to increase the number of rows in the tab group that displays the open documents. It's set up to only have one row, but if you ever have a bunch of documents open at the same time, it can be a big pain to have to scroll through them. To understand what I mean by tab group, it's the row of tabs that appears at the top of the screen when you have several open documents.
Posted to
Visual Studio .NET 2003 and Visual Studio .NET 2002
(Forum)
by
Proto
on 5/2/2005
visual studio changing my access modifiers.
I have a user created form (control) with several textboxes and labels on it. This control is dynamically declared in the my parent form when it loads. I have the textboxes and labels set to public so I can access them from outside the form. My problem is that visual studio keeps changing the access modifiers for the text boxes and labels from public to protected whenever I add a new control (label, etc.) to my form. So every time I add a control, I need to go back and change the access modifier
Posted to
Visual Studio .NET 2003 and Visual Studio .NET 2002
(Forum)
by
Proto
on 4/4/2005
Page 1 of 1 (9 items)
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Channel 10:
Flickr Drive Integrates Flickr into Windows Explorer
Channel 10:
Playfire: A Growing Network for Gamers
Channel 10:
Find the Top iPhone Apps with Bing (Yes, Really!)
Channel 10:
Xbox to Become Emergency Alert System
Channel 10:
Progression of the Iconic Background
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online