Browse by Tags

Related Posts

  • WebRequest without URL Encoding

    I am would like to be able to build and send an http get request without having the url urlencoded. I have the following code but if I watch what is actually sent I see the space between "Total" and "Count" on line 10 is replaced with %20. I am trying to submit this info to a Service...
    Posted to XML Web Services (Forum) by srodia@gmail.com on 01-16-2009, 12:00 AM
    Filed under: .NET, 2.0, HTTP
  • Hi dis is suresh, i got an error while deleting a record from the database table

    Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin...
    Posted to Access Databases and AccessDataSource Control (Forum) by sureshkumar_246 on 12-22-2008, 12:00 AM
    Filed under: .net, .net 2.0, .net 2.0 c#, .vb, 2.0, Access Rules in ASP.NET, AccessDataSource, AccessDataSource ListView update(), adapter, ado connection pooling SQL server connection object, ADO.NET, ADO.NET data access, ADO.NET LOCKING BLOCKING data access, ado.net table adapter insert, ADO.NET Tutorial, Calendar, Chinese character, classes, column, check, ADO ASP VB Stored Procedure SQL SPROC, ADO.NET data access, Class, code generator
  • How to use xsd.exe tool to generate xml and assign data to it

    Hi All, I have two xsd files , which are related to eachother by some import statement. I want to generate xml from this xsd and wants to assign some data to it. i read at some place that XSD.exe tool make this job much easier, but i dont know how to use it. Can someone please let me know steps to generate...
    Posted to XML and XmlDataSource Control (Forum) by mwankhade on 11-13-2008, 12:00 AM
    Filed under: VB.Net, visual studio 2005, .net, .net 2.0, .net 2.0 c#, .vb, 2.0, asp 2.0, asp .NET 2.0, asp.net 2.0, Asp.Net 2.0, xsd, XML, XML Schema Definition, ASP .NET 2, VB.NET 2005
  • Re: Invalid postback or callback argument.

    [quote user="Werdna"] Has anyone found a good solution for this? I just upgraded my app from beta 2 to final and keep see this error in my error log quite a log. I can't reproduce this myself, but I see a lot of people get this error on my site. I don't want to disable validation, but...
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by atz on 07-30-2008, 12:00 AM
    Filed under: .Net, 2.0
  • Display multiple image byte arrays on a single page

    Dear all, I have an C# asp.net application that gets from the server images as byte arrays using a webservice (XML/SOAP). The xml webservice talk to a propriatary datastore and retreives the images. As a result I usually get array object that has 10+(up to 20) individual byte arrays inside that represent...
    Posted to XML Web Services (Forum) by Dan_dan on 07-14-2008, 12:00 AM
    Filed under: SOAP, soap request, "web Service" relatve url, .NET, 2.0, Ajax Web Service, asmx, asp.net, Asp.net webservice, Asp.net webservice., asp.net 2.0, asp:image, async web services, C# ASP.NET PDF, generator, HTTP, HTTP Headers, HTTP POST, httpwebrequest c# checkbox check box post data help, web Service xml, webservices, XML Web Service XmlInclude Sharing Types, ASP.NET web service, WSDL SOAP 1.2 SOAP 1.1, SOAP WebService, C# webService, asp.net2.0, WSDL XML 403 Access Forbidden, wsdl xml xsd
  • Scheduler Control Needed

    I used DBi Scheduler control in my windows desktop application. It is working fine. I want to provide the same functionality in web application. The windows scheduler control has the following functionalities, 1. Schedule creation, Move to different time and resize it [Drag and Drop]. 2. The user can...
    Posted to Component Discussions (Forum) by muniappan on 05-28-2008, 12:00 AM
    Filed under: .net2.0, 2.0, advanced, asp .net.net2.0, ASP .net ... c#, .net, .ASPX, 3rd Party controls for asp.net
  • Re: How to use a repeater inside another repeater...

    Hi, My name is Asif Iqbal from India. I know i am repling for very old Post but if some one Know More about any thing it's Good Ok .. My solution is .... < asp : Repeater Id ="repOrder" runat ="server"> < ItemTemplate > < table width ="60%"> < tr...
    Posted to Data Presentation Controls (Forum) by asif_iqbal on 04-29-2008, 12:00 AM
    Filed under: "Column Name", "gridview" edit select eventhandling, "inner join", "SQL Server", "Tree Structure", .net, .Net 2.0 FormView, .NET 2.0 GridView ImageField ImageStyle, .NET Gridview Problems, 2 button in gridview, 2.0, access data from data grid, add a checkbox in Gridview, add a checkbox in Gridview at runtime, ADO.NET data access, ADO.NET 2.0, Apostrophe, asp .net, asp .net 2.0, ASP .Net 2.0 GridView, asp .NET 2005, asp .net datagrid, .NET SQL Server 2000, .ASPX, ASP .net ... c# ., ASP .net ... c# ... javascript, asp .net ... c# ... SQL javascrpt, ASP .NET 2 SQL Insert
  • Webservice response using namespace prefix

    Hi, I'm developing a webservice right now. This webservice sends the following response; < SupplyResponse xmlns =" http://dummy.com "> < Body xmlns =" urn:fec:messages:data:final:AStandardMessage:1_0 "> < Supply > < SellerParty > < PrimaryID xmlns ="...
    Posted to XML Web Services (Forum) by ThaYoung1! on 04-17-2008, 12:00 AM
    Filed under: prefix, .NET, 2.0, webservice, namespaces
  • data type error in expression

    Hi everyone, I'm converting a classic asp website to .net 2.0 and was making a access data source utilizing the same query string Select event_id, event_nameshort, event_enddate, event_active From event where ((event_enddate >= now()) and (event_active = 'y') when I run it I get the data...
    Posted to Access Databases and AccessDataSource Control (Forum) by osierd on 03-04-2008, 12:00 AM
    Filed under: .net, 2.0, asp .NET 2.0, ASP .NET 2, ADO.NET data access
  • Re: Problem sending values to stored procedure

    when i tried to Convert.ToDouble i got this error message "Cannot implicitly convert type 'double' to 'float'. An explicit conversion exists (are you missing a cast?)" the stored procedure works fine. I tried it with 20.1 Also it doesn't matter to using 20.1 or 20,1 a.proTocusWt...
    Posted to Data Access and ObjectDataSource Control (Forum) by murat.tufanoglu on 02-26-2008, 12:00 AM
    Filed under: OOP, Parameter, Sql Parameters, visual studio 2005, .net, .net 2.0, 2.0, ADO.NET, asp .NET 2.0, ASP.NET, Asp.Net 2.0, C#, Class, Database, databind, asp.net2.0, asp.net2.0(c#), ASP .NET 2
Page 1 of 4 (38 items) 1 2 3 4 Next >