Visual Studio :: Maximize Query Builder - Window Is To Small ?
Jun 23, 2010
When i create a sql script in the Query Builder (going through the wizard in a DataSet) the Query Builder window is to small for me. Is there a way to maximize this window by default?PS, I have previously posted this in the forum "Visual Studio 2008.
View 2 Replies
Similar Messages:
Jun 3, 2010
I'm using Visual Studio 2008 Query Builder and am trying to pass a value to a parameter that uses the IN OPERATOR.Here is my sql from qb:
SELECT COURSE_TITLE, INSTR_NAME, ADMIN_UNIT
FROM vwHRIC_EC_ContractSummary
WHERE (ADMIN_UNIT IN (@ADMIN_UNIT))
The trouble I am having is that if the parameter @ADMIN_UNIT contains more than one value such as (8X, CV) that the query doesn't return any data. If I run the same query with only one value such as (8X) it works fine.I have tried different formats like (8X, CV), ('8X', 'CV'), (8X; CV) but none have worked.I ran this same query in SQL Server Management Studio and and it returns data no problem but can't get it to work in Query Builder for my aspx application.Does anyone have any experience with this problem and how did you correct it?
View 3 Replies
Dec 11, 2010
I would like to create my reports by drawing out the data from the database.After creating my template (what would be in my report) and saving it as the .rdlc format, what should i do next do preview the actual data, or to present it in my asp.net pages.
I like the way how report builder works as it can export to pdf/excel, however its a standalone. Is there any way to make it similar in microsoft visual studio 2010 professional?
View 4 Replies
Oct 15, 2010
The other day I installed VS 2010 utimate from the MSDN DVD English, Disc# 4699, June 2010, part number x16-88957. While I was following Chris Hammond article on developing DNN module, I downloaded and installed his template provided on codeplexhttp://christoctemplate.codeplex.com/.When starting a new project with his template I noticed that some of the fields such as Location, Solution Name, and check boxes were missing. I re-download the template to make sure it was'nt the problem. I also install vs 2010 ultimate on different machine to see that the problem was still there. Furthermore I also noticed that the problem wasn't specific his template but was also present with other templates such as Ajax Server Control, Ajax Server Control Extender, ASP.net Server Control. You can see the behaviour here www.clemex.com/bug/DnnTemplate/DnnTemplate.htmlSo I uninstalled VS 2010 Ultimate and installed VS 2010 Professional instead and voila no more problems and all templates work as expected :) Sometime more features mean more problems, no need to install ultimate if professional is doing the job.
View 1 Replies
Aug 3, 2010
I have create a small web application with 2 forms in visual studio 2008 framwork 2.0 database
sql server 2005 but i am little confuse about how to and where database file should place when deploy application on web server.
View 2 Replies
Jul 13, 2010
I'm encountering a strange problem. Here is the scenario. I have built a query that accepts a parameter (WHERE LIKE clause).
I've tested this within the query builder and it returns exactly the number I would expect.
I then go back to my webpage and add the following controls:
Dropdown
Gridview
the user to make a selection from the dropdown. Postback on the dropdown is enabled so the page reloads and the Gridview displays the filtered results (via an objectdatasource). I've set the parameter to the dropdown control.
The trouble is when I run the page I make the selection in the dropdown no results are displayed. Even though the text displayed in the dropdown control is exactly the same as I inputted into the query builder when testing it.
View 3 Replies
Jan 15, 2010
[code]...
This query works perfectly on the query analyser.
But when configuring the Table adapter ,I try executing the query and i get 0 rows affected.
What could I be getting wrong in this case.
NB:Existing GalleryID has been supplied.
View 1 Replies
Nov 5, 2010
I have a SQL Data Source that displays records after going through the Query Builder and select "Test Query" yet when I save it, go back to the design mode and select View in Browser I get nothing but a blank screen.
View 3 Replies
Dec 14, 2012
I used javascript code to open popup window.Popup window "Maximize" button is inĀ
disable state.But in Chrome it is in enable state.I want to make browser maximize button disable.
Below is my javascript code
function Call_PopUp(event, URL) {
window.open(URL, 'CustomPopUp', 'width=990, height=540, menubar=no,scrollbars =yes, resizable=no, top=50,left=50,toolbar=no,dialog=yes,minimizable=yes,maximizable=no');
}
View 1 Replies
Jan 26, 2010
I have press ctrl-F or view-> find in VS2008 for a project. The find window does not
show. I can search in other project. But for this project. I cannot open the find window?
View 1 Replies
Aug 26, 2010
everytime i debug the application i get the disassembly tab window i tried tools/option & unchecked show disaasembly if not is not avaliable & sourec file to exce;ty open the original file
but still i get after making the chnages i restarted my system but still i get it
how do i disable teh disassembly tab
View 1 Replies
May 25, 2010
In the video here [URL] Joe adds event stubs to his code by selecting them from the drop down in upper right portion of the code window. I can do this in VB, but not C#. Is this feature only available in VB? Is there a setting I must adjust in C#? Is there a way in C# to get a stub for the (for example) OnPreInit event?
View 3 Replies
Oct 12, 2010
I install visual studio 2003 in window 7 which window 7 build in is IIS7.5. I can't debug it.
View 2 Replies
Jan 7, 2011
how to increase size of Immediate window by default in vs 2010 Professional?
View 1 Replies
Oct 9, 2010
The events tab in my property window disappeared.
I opend various applications and made even a new one, but nothing..
Changed from design to source view and back, even performing a "reset all settings "from the tools - import and export setting dus not give me my events tab back.
how to get the tab (with the lightning bold) back??
View 2 Replies
Feb 25, 2010
As far I know this is not supported for asp.net projects. It's quite handy for testing static/shared functions.any info if this will be available in future versions? Or if there are any alternative ways to test your functions in design mode?
View 1 Replies
Feb 15, 2010
I have a simple question : in the output window when you build a solution, how to change its behavior so that files with errors do not appear with their full path? I only need the file's name, not its full path.
The reason is I am using Visual Studio to build projects whose files are in very very deep folders (paths >400 characters), which messes up the output in a very annoying way...
View 1 Replies
Oct 22, 2010
I lost my error list window and I can't get it back even when ctrl-w, ctrl-E is invoked or from the menu.
View 2 Replies
Jan 11, 2010
Is it possible to serialize object direct from Visual Studio .NET Debug window. I have a very complex object structure which contains multiple sub objects along with List item etc. I mean the Hierarchy is complex. And I need to analyze the object graph closely for that I need an offline view (may be in the from of XML/ Serialization). I can not do that from VS.
(One can reccomend me to use XMLSeriliazation in my code to generate but please consider that may not be alwways possible because of
1. with default .NET Serialization class a complex object which has manu sub objcts with Collection. is not get serialized properly. So need custom serialization & deserilazation code for that, does not come witf Microsoft Librarry.)
2. I am using it somewhere (Silverlift app) where such operation may be not possible.
3. I do not want to spent time creating or evaluating any ones custom serilaization code/tool
View 1 Replies
Feb 14, 2010
In the past I've created labels on a page that are set to visible when something happens. This has been useful in letting me know when a certain method was called or to help me understand what was happening behind the scenes.
Can the output window in VS be used for something like this? If not is there a different window in VS that can be used for this? If so, what class and methods should be used. It would be nice to have some text appear in a window when a certain event has fired or when a method was called.
View 2 Replies
Jun 13, 2010
I lost my Varible Window that displays the varibles during a debug session.
I can not find how to bring it back.
View 2 Replies
Dec 10, 2010
I'm debugging some tricky generic List-based code in VS 2010 - lots of heirarchy-processing etc.. Of course lambda expressions and anonymous methods aren't permitted within the immediates window and I can't be doing with stepping thru the code in the usual way as I'm still trying to get my head around the hierarchies ...Can anyone suggest a workaround or an alternative tool?P.S. An aside - I can't seem to find a visual studio 2010 tag?
View 1 Replies
Jun 2, 2010
Here is the general idea of what I am trying to accomplish.Upon page load of the aspx, I am dynamically creating a table (that is populated by database information), one of the columns in the table will display a "NotePad" image. When selecting this image, I need it to make a borderless small window pop up with a blank text box inside of it. The user will be writing notes and information in this text box and then selecting a close window button below it to return to the main page. I need to make this as seamless and fluid as possible, so much so that the pop up needs to look like it was still part of the main page when launched. I also will need to require that the user must close the pop up window before returning to the main screen as well.
Using VB.NET, Is there any way to create a pop up window when a specific cell is clicked on (On Click event) , that will display a small (set size) pop up window with it's border but no titlebar, status, menu, etc. That requires the user to click the close button (provided below the textbar) to return to the main screen?I have found numerous posts on pop-ups, title bars, etc, but none have been much help when I try to put it all together.
View 36 Replies
Jan 29, 2010
I'm not able to find the task list widow both in Visual Web Developer 2010 Beta 2 and Visual C# Express 2010 Beta 2. In Express 2008 versions there was the menu "View -> Task list " that i can't find anymore in 2010 versions.
View 5 Replies
Jan 19, 2010
In a custom component, there is a popup window that should appear to me so that I can manipulate one of the lists (an in-built editor). The component is Telerik, but I don't think that has anything to do with it (maybe).
The popup window is no longer popping up to me. I wonder if it got minimized or it's a z-index thing, where the window is behind VS? But this locks up VS, and I can't do anything within it until I cancel the window. But I can't cancel the window because I can't see it... and so that is really slowing me down and is really frustrating.
Is there a way to get around this? A key press to bring this to the front or give it the focus?
View 3 Replies