No announcements
Found 1541629 threads
-
1 Votes
Problem in reading the passed Querystring inside an .ashx handler
I'm working on a web portal where I need to pass some data stored in session variables through Response.Redirect() method from an .aspx page to an .ashx handler.Answered | 2 Replies | 5032 Views | Created by Shashank Saudagar - Friday, April 23, 2010 6:28 AM | Last reply by Rick van den Bosch - Friday, April 23, 2010 9:32 AM -
0 Votes
ashx handler output a generic list as xml
User-146144241 posted I am trying to output my generic list as an xml document.Answered | 1 Replies | 56 Views | Created by Anonymous - Friday, August 26, 2011 10:26 AM | Last reply by Anonymous - Friday, August 26, 2011 11:08 AM -
1 Votes
Purpose of Generic Handler in asp.net
WHAT IS THE MAIN FUNCTION OF GENERIC HANDLER?Answered | 6 Replies | 7594 Views | Created by manas1947 - Saturday, July 16, 2011 5:59 AM | Last reply by manas1947 - Tuesday, July 19, 2011 4:55 AM -
1 Votes
Access session after calling ASHX handler from WPF application
You can use Guid.NewGuid() to get some unique key for WPF, and send them to aspx page and ashx handler to get record from Application or Cache Application is same ...Answered | 3 Replies | 4952 Views | Created by Ramkumar Venkatachalam - Thursday, October 13, 2011 9:00 AM | Last reply by Ramkumar Venkatachalam - Thursday, November 3, 2011 5:37 AM -
0 Votes
Comparing WCF and ASHX
>could you tell me more about how ASHX and WCF comparsion?Answered | 4 Replies | 1825 Views | Created by Jamles Hez - Tuesday, March 8, 2016 4:53 AM | Last reply by Amy Peng - Wednesday, March 16, 2016 9:43 AM -
1 Votes
Need of .ashx file in asp.net
Ask your question here: http://forums.asp.net/ For Basic Information read ...Answered | 1 Replies | 10593 Views | Created by Xavier Ruben Fernando - Wednesday, February 15, 2012 7:21 AM | Last reply by Oliver Michalski - Thursday, February 16, 2012 2:42 PM -
0 Votes
Problem with ASHX handler
I have I think very unusual problem I wrote an ASHX HttpHandler.Answered | 7 Replies | 10386 Views | Created by Khisrav - Tuesday, December 23, 2008 1:15 PM | Last reply by Khisrav - Monday, January 5, 2009 7:13 AM -
3 Votes
generating output file
2. if you don't have the instance, set the map properties to create a sample instance on its own, and then generate the output.Answered | 3 Replies | 717 Views | Created by Chris7887 - Monday, May 5, 2014 1:55 AM | Last reply by Johns-305 - Monday, May 5, 2014 12:00 PM -
2 Votes
VS2015 ASHX Files Double Indent
I agree, it is definitely a bug; I also have that problem when creating a new Generic Handler.Answered | 8 Replies | 2885 Views | Created by AndyLe2K - Wednesday, February 17, 2016 4:53 AM | Last reply by octagon64 - Sunday, May 8, 2016 1:10 PM -
0 Votes
Create XML by Generic List
I think the simpliest way is to "bind xml to a datagridview" (or datagrid).Answered | 1 Replies | 1700 Views | Created by Sucindran - Tuesday, September 25, 2012 5:39 AM | Last reply by Joel Engineer - Tuesday, September 25, 2012 6:13 AM -
0 Votes
ashx page error!!
If it is ASP.NET, then Yes you should register your http handler in on site specific web.config like ...Answered | 3 Replies | 1071 Views | Created by Rakkk - Thursday, July 14, 2016 10:40 AM | Last reply by Murugesa Pandian - Thursday, July 14, 2016 4:33 PM -
0 Votes
XML output
AS [text()] FROM @temp CROSS APPLY ( SELECT 'First Name' AS c1, firstname AS c2 UNION ALL SELECT 'Last Name', ...Answered | 2 Replies | 4464 Views | Created by NSG12 - Tuesday, August 24, 2010 9:25 PM | Last reply by NSG12 - Tuesday, August 24, 2010 10:23 PM -
1 Votes
XML Output Schema
Yes I am creating a map for output will try this solution now.Answered | 11 Replies | 992 Views | Created by Mr. Sibu - Wednesday, October 8, 2014 9:54 AM | Last reply by Johns-305 - Wednesday, October 8, 2014 1:12 PM -
0 Votes
How to debug generic handler
Hi I have added a ashx file to my app.Answered | 1 Replies | 1294 Views | Created by Morenight - Sunday, September 8, 2013 6:15 PM | Last reply by Morenight - Monday, September 9, 2013 4:39 PM -
0 Votes
Issue in generating output FlatFile
No problem, this site is a great resource to learn Xslt: http://www.w3schools.com/xml/xsl_intro.aspAnswered | 12 Replies | 847 Views | Created by vdha - Thursday, January 5, 2017 7:26 PM | Last reply by Johns-305 - Wednesday, January 11, 2017 6:28 PM -
0 Votes
Calling a web handler from a JavaScript App
No there is no hosting of .ashx handlers within Metro.Answered | 9 Replies | 6260 Views | Created by ftduarte - Thursday, February 2, 2012 6:52 PM | Last reply by ftduarte - Tuesday, February 7, 2012 6:33 PM -
1 Votes
Converting XML Source to output xml using SSIS
there is a task for such operations in xml; XML Task and you can choose operation as XSLT, and write the xslt code in second operand, the ...Answered | 3 Replies | 3547 Views | Created by Nick.in - Sunday, November 6, 2011 9:07 AM | Last reply by Nick.in - Sunday, November 6, 2011 10:21 AM -
0 Votes
UPDATE OUTPUT DELETED.* to XML string
UPDATE Employee SET Emp_Name = 'New_Name' OUTPUT Emp_ID, DELETED.Emp_Name, INSERTED.Emp_Name INTO @Updated WHERE Emp_ID = 1001 Step ...Answered | 7 Replies | 5925 Views | Created by CBSMANIAN - Thursday, April 30, 2009 9:39 AM | Last reply by Paul White (NZ) - Thursday, April 30, 2009 11:57 AM -
0 Votes
xml output
Mth] FOR XML EXPLICIT, TYPEAnswered | 7 Replies | 3370 Views | Created by Sunil Samanth - Friday, October 7, 2011 5:09 AM | Last reply by wBob - Friday, October 7, 2011 10:12 AM -
0 Votes
ReST Service with XML Output
[DataContract] public class Directory { [DataMember] public List<Employee> employee { get; set; } } [DataContract] public ...Answered | 3 Replies | 1390 Views | Created by maddtechwf1 - Tuesday, October 30, 2012 1:25 PM | Last reply by Otomii Lu - Wednesday, October 31, 2012 2:57 AM - Items 1 to 20 of 1541629 Next ›
No announcements