Browse by Tags

Related Posts

  • Unable to access asmx web service result out of its success javascript function

    Hi All, consider the following code for which I wrote to call simple web service using AJAX script reference method. When I call the web service and result passed into success function correctly, but I want to access the value returned from success function out of the block of success function, I tried...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by kamranmcad on 06-04-2009, 12:00 AM
    Filed under: web service, asmx, c#, html, javascipt
  • Re: strip tags in asp.net

    One of the easiest ways to strip tags in .NET is to use the HTML Web Control objects themselves. All you really need to do is insert your string into a temporary HTML object such as a DIV, then use the built-in 'InnerText' to grab all text that is not contained within tags. See below for a simple...
    Posted to Rainbow Portal (Forum) by mnotpit on 02-02-2009, 12:00 AM
    Filed under: plain, strip, tags, text, .net, c#, html
  • <input ...... /> + How to put the Required field Validation to the Input tag.

    Hello, I am working on the Virtual Merchant application. This is a simple Donation application where one enters a Credit Card Info for donation. ........................................................................ I would like to add the Required Validation / Regular Expression Validation to the...
    Posted to Web Forms (Forum) by 27_Rick on 07-22-2008, 12:00 AM
    Filed under: server control, ServerControl, text, validation controls, Validation message will prompt when same Id is inputted...., validationgroups, validator gridview, Visible, Visual Studio 2008, Visual Studio 2008 Web Developer, Visual Web Express, VS 2005, Web Application, Web Parts, asp, 'ASP', ASP 2.0, asp .net 2.0, ASP .net.2, ASP.NET, button, c#, 'C#', C# 2005, c# code, c#.net, HTML, html form, ASP.NET2, ASP.NET3.5, asp .net.net2.0, vs2008, ValidateRequest, ASP .net ... c#, ASP .net ... c# ., visual studio 2005, VS 2008, VS NET 2008, C#. NET 2005, HTML Source, WebServices, asp .net, ButtonField, vs2005
  • We are looking for All-round SOFTWARE ENGINEERS / WEB DEVELOPERS

    All-round SOFTWARE ENGINEERS / WEB DEVELOPERS For an new "on demand" / SaaS web business, we are looking to hire software engineers. Web developers who like to work with the latest technology, who are creative, self-starting and who can work in a small team of like-minded individuals. You probably...
    Posted to Jobs (Forum) by VDD IQware on 07-09-2008, 12:00 AM
    Filed under: Web Application Project, Web Applications, .NET, .Net Framework, ajax, asp, asp net, asp.net, asp.net 2.0, asp.net forums, C#, c#.net in ASP.net, developers wanted, document management software, email, html, microsoft, Asp .net ... c# ... SQL, C# or VB
  • Insert Formatted Text Into a Database

    I have a form that inputs product descriptions into my database. The form text field contents are stored as a string and then passed into a stored procedure that inputs the value into the database. This works fine but once it goes into my database none of the formatting, ie new lines are recognized and...
    Posted to Data Access and ObjectDataSource Control (Forum) by adamargyle on 06-12-2008, 12:00 AM
    Filed under: c#, data access, database form, html
  • Senior .NET Developer (multiple positions) - Bloomingdale, IL

    Senior .NET Developer (multiple positions) Bloomingdale, IL 6 -12 months contract, permanent position is also available for the right candidate - Non visa candidates for permanent This is a web based application using ASP.NET 2.0 and C#. Other technologies used are AJAX, Web Services and unit testing...
    Posted to Jobs (Forum) by Tanya0703 on 05-16-2008, 12:00 AM
    Filed under: nunit, senior, senior .net developer, SQL, agile, ajax, asp.Net 2.0, C#, contracttohire or direct, css, HTML, Javascript, Web Services, xpath, xsl, XML
  • Inserting Data into Links

    I want a section on my website that allows users to share the page using a number of applications (google bookmarks, digg etc), I want the share link to include the current url and the name of the product from the page that is being shared. I can hardcode it like this: < a href ="http://digg...
    Posted to Web Forms (Forum) by kick_boxer_aj on 05-10-2008, 12:00 AM
    Filed under: rss, RSS Feed, URL, urL mappings, c#, C# 2.0, html
  • pdf to xml and viceversa

    In my project, i want to save a pdf file in xml format and html format. I am able to convert to html format using pdfbox utility. But i am not able to convert to xml format. is this possible? and can i covert back xml/html to pdf format? More over, i want to give search functionality in my site. When...
    Posted to Web Forms (Forum) by hari_4uin on 05-08-2008, 12:00 AM
    Filed under: PDF, search, c#, html, XML
  • Re: div.InnerHtml can't "see" the text content of a dynamically generated TextBox

    change: divForTests.InnerHtml = TextBox3.Text; to: divForTests.InnerHtml = "<span>" + TextBox3.Text + "</span> or divForTests.InnerHtml = "<input type='text' name='" + TextBox3.ID + "' value='" + TextBox3.Text + "' />
    Posted to Web Forms (Forum) by Jahedx99 on 04-02-2008, 12:00 AM
    Filed under: progtalk, c#, div, html, IE
  • Problem in Saving & Retreiving HTML

    Hi, I am using ASP.net 2.0 with C# and Ajax-Pro. Javascript asynchronously send html and other text to the server side to process. The Problem I'm getting is the following: Original Text: Standard & Poor’s and Moody’s assign A and A3 ratings for Emaar After Server Side Process: Standard &...
    Posted to Getting Started (Forum) by alee69 on 03-31-2008, 12:00 AM
    Filed under: processing, server-side, ajax pro, ajax-pro, ASP.Net 2.0, C#, class, html, ajaxpro
Page 1 of 3 (22 items) 1 2 3 Next >