No announcements
Found 3190978 threads
-
0 Votes
Cross-Tab query displayed in Gridview with parameters inputted from the asp.net page
Also, I directly cut and pasted the sql from the query after running it successfully within Access.Answered | 2 Replies | 61 Views | Created by Anonymous - Monday, August 9, 2010 11:07 AM | Last reply by Anonymous - Tuesday, August 10, 2010 9:31 AM -
0 Votes
Cross Tab query
Here is a simple Dynamic PIVOT crosstab query which can be used as template.Answered | 3 Replies | 6725 Views | Created by Tomal - Monday, August 7, 2006 7:17 AM | Last reply by Kalman Toth - Monday, October 5, 2009 8:24 AM -
1 Votes
Calling an access query with an input parameter
Hi, I am doing a macro on access which is supposed to get some data from a table, send it to an access DB and run a query which is stored on access.Answered | 2 Replies | 1529 Views | Created by cpzao - Monday, June 25, 2012 8:37 PM | Last reply by cpzao - Monday, June 25, 2012 8:54 PM -
0 Votes
Need to know how to display Library in a webpart page using gridview in asp.net
Hi Asrar.haq, You could use lists.asmx web service to get the documents from the document library.Answered | 2 Replies | 751 Views | Created by Asrar.haq - Tuesday, October 4, 2016 8:00 AM | Last reply by Sara Fan - Monday, October 10, 2016 1:10 AM -
0 Votes
Passing Parameters from ASP.NET page
Getting the values that have been entered is up to you, but what I'm showing here is that you need to get the customer inputs, and populate an array with these values, and then pass that ...Answered | 15 Replies | 7843 Views | Created by odeddror - Sunday, December 26, 2010 12:03 PM | Last reply by odeddror - Wednesday, December 29, 2010 12:50 PM -
0 Votes
Removing ' ' from a query parameter
If you change your stored procedure parameter to be VARBINARY Instead of VARCHAR you should be fine.Answered | 11 Replies | 834 Views | Created by Sharepoint99 - Tuesday, November 18, 2014 3:31 PM | Last reply by Erland Sommarskog - Tuesday, November 18, 2014 10:34 PM -
2 Votes
How to display appropriate Tab Page
My form contains a tab control(with 5 tab pages) and there are 5 buttons.i have linked the tab control with each button what i want is ...Answered | 7 Replies | 3170 Views | Created by Hunter Hearst Helmsley - Tuesday, October 27, 2009 3:22 PM | Last reply by Hunter Hearst Helmsley - Wednesday, October 28, 2009 3:31 AM -
0 Votes
how to display user input in another page in xaml
You can pass this as navigation parameter in Navigate(see link for details) call or you can make page share same dataviewmodel.Answered | 1 Replies | 1022 Views | Created by amr_kamal - Saturday, June 22, 2013 2:18 AM | Last reply by Sachin S - Saturday, June 22, 2013 5:18 AM -
1 Votes
input parameter in ssrs
HI Marko , So when a user types in some input in first text box then second parameter should be populated with like values of first parameter ?Answered | 8 Replies | 9478 Views | Created by marko_hm - Wednesday, September 22, 2010 9:45 AM | Last reply by marko_hm - Wednesday, September 22, 2010 2:21 PM -
0 Votes
How to pull query that contains input parameters?
SELECT * FROM FilteredAccount WHERE accountname LIKE ...Answered | 2 Replies | 3484 Views | Created by kurobenko - Friday, August 28, 2009 8:19 PM | Last reply by kurobenko - Friday, September 4, 2009 6:32 PM -
0 Votes
Report is displaying by selecting input parameters automatically
How are the reports displayed in the Admin Web, through Report Viewer control or URL access?Answered | 2 Replies | 2031 Views | Created by Forum Solution - Sunday, June 16, 2013 2:26 PM | Last reply by Ravi A Davawala - Tuesday, June 18, 2013 12:47 PM -
0 Votes
Cross tab view of table
IF OBJECT_ID('Places') IS NOT NULL DROP TABLE Places SELECT Src AS Name INTO Places FROM table UNION SELECT Dest FROM table DECLARE ...Answered | 1 Replies | 638 Views | Created by UK_WT - Thursday, December 7, 2017 6:59 PM | Last reply by Visakh16 - Thursday, December 7, 2017 7:27 PM -
0 Votes
Programmatically Display a Tab Page
I would like to prevent this from happening, but it seems I can't by simply selected the tab page I want (2).Answered | 15 Replies | 9434 Views | Created by 12AM - Thursday, February 16, 2012 2:40 AM | Last reply by 12AM - Thursday, February 23, 2012 5:39 PM -
0 Votes
how i can display this query in gridview
It all depends on how many "columns" the product object has and how efficient you want your page to be.Answered | 7 Replies | 6262 Views | Created by samcreator - Friday, August 20, 2010 5:53 PM | Last reply by Tripex - Sunday, August 22, 2010 3:36 PM -
0 Votes
optional parameters in main query
This way NULL will be displayed for selection.Answered | 5 Replies | 5456 Views | Created by Sandy SSRS - Wednesday, April 20, 2011 6:49 PM | Last reply by TDPN - Wednesday, April 27, 2011 7:44 PM -
0 Votes
GridView ASP.net Paging Problem
I would suggest creating a new thread for your question in the asp.net forum located here: (http://forums.asp.net/).Answered | 1 Replies | 9716 Views | Created by Xaidi - Monday, July 6, 2009 7:24 AM | Last reply by ashawani_dubey - Tuesday, July 7, 2009 7:42 AM -
1 Votes
lookup query with parameters in lookup transformation
The requirement is that a parameter is passed into the query for every input row to the Lookup Component.Answered | 4 Replies | 23499 Views | Created by Harris001 - Monday, July 28, 2008 3:42 PM | Last reply by Adam,Gilmore - Wednesday, February 15, 2012 1:55 AM -
0 Votes
Execute GRANT query from ASP.net page
The syntax looks fine from a sql point of view, however you may get more help from the asp forum. what error are you getting?Answered | 1 Replies | 5211 Views | Created by hemalcse - Friday, August 6, 2010 9:08 AM | Last reply by Jon Gurgul - Friday, August 6, 2010 9:32 AM -
0 Votes
Reverse cross tab
;with cte as (select Name, Crew, [Month], MonthDay, Value from YourTable UNPIVOT (Value for MonthDay IN ([1],[2],[3],....[31])) unpvt) select *, case when ...Answered | 5 Replies | 3453 Views | Created by CK1286 - Wednesday, April 25, 2012 12:51 AM | Last reply by Naomi N - Thursday, April 26, 2012 2:29 AM -
0 Votes
Special Names for Columns In Cross Tabs?
WITH Data ...Answered | 2 Replies | 664 Views | Created by FARAZ A QURESHI - Thursday, May 7, 2015 5:57 PM | Last reply by Stefan Hoffmann - Thursday, May 7, 2015 6:05 PM - Items 1 to 20 of 3190978 Next ›
No announcements