asp.net

  1. T

    Question passing asp.net textbox id to external JavaScript function

    Hello everyone, I'm trying to pass a textbox id as a parameter to an external javascript file but its not working. here is my textbox <asp:TextBox runat="server" ID="txt_merchant_number" CssClass="txtFlat" onclick="check_by_number('<%= this.by_number.ClientID %>')"...
  2. K

    Question URL Request statement

    myXML.Load("http://196.163.32.2/ws/tsite.xml?Request=S(V)") For the above code line, what does "Request=S(V)" mean. Please answer for me. Thanks.
  3. M

    how to retrieve data from a session table

    I developing an invoice page where user will select Product from a combo box (approx. 500 + item). I am loading product Name, Product ID, sales price in a session Table. After selecting the product, a textbox value will Sales Price. But it is taking so much time. On page load event...
  4. S

    Available .NET Web Developer ~ Pleasant Prairie, WI

    Start Date: IMMEDIATELY! Employee Type: Contract to HIRE Hrs/Wk.: 40 Duration: CONTRACT is 6 – 12 Mo. To PERMANENT Pay Rate: Contract Rate: $60 - $95/Hr. DOE & Permanent Rate (FTE) $70 -$95K Work Status: Green Card or US Citizen Highly Desirable H1B Sponsorship is not available at...
  5. Neodynamic

    How to use Codeless Barcode Generation feature in ReportViewer RDLC local reports in

    How to use Codeless Barcode Generation feature in ReportViewer RDLC local reports in ASP.NET Prerequisites - Neodynamic Barcode Professional 7.0 for ASP.NET - Microsoft .NET Framework 2.0 (or greater) - Microsoft Visual Studio 2008 / 2010 - Microsoft Visual Web Developer (VWD) 2008 / 2010...
  6. D

    Sort gridview columns ascending and descending

    Hello, I am trying to program my page so that when a user clicks on a column heading of a gridview, the data is sorted either in ascending or descending order. So far, I have done it so that the gridview can be sorted: ASP.NET Syntax <asp:GridView ID="GridView1" runat="server"...
  7. D

    Question OnClick orderby ascending and descending

    Hello, I have developed a site in VB.Net and ASP.Net with a database backend that allows a user to enter a centre code and in return it retrieves all records from the datbase where the centre code matches the one provide in the text box and places all records in to a GridView box. My list is...
  8. H

    GridView with nested Combobox

    Hello to all readers. (Dont know if this should go here or under ASP.Net seeing its VB.Net i posted it here) Scenario: You have a store and like to order a couple of new items for your store, so naturally you will need an order form to be filled in. Requirements on the form are: ID number of...
  9. D

    Question Listbox to display multiple rows of records from SQL Server database

    Hello, I am creating a site in VB.Net and ASP.Net that allows a user to type a code in to a text box on my form and click search. When the user clicks search, the program goes to the backend database(SQL Server) and retrieves all records when the code matches the code typed in to the textbox...
  10. Neodynamic

    How to draw and print QR Code barcode on high quality photos or images in ASP.NET

    Prerequisites Neodynamic Barcode Professional 7.0 for ASP.NET (WebControl) Microsoft ASP.NET 2.0 or greater Microsoft Visual Studio 2005/2008/2010 or Visual Web Developer In this guide you will learn how to draw and print QR Code barcodes on high quality photos or images in an ASP.NET...
  11. D

    Null Exception Error When I download an FTP file using a listbox

    I have created a program in ASP.Net and VB.Net that allows a user to download a selected file from a listbox that displays a list of files currently sitting on an FTP site. I have got to the point where I can select a file but when I go to download it I get an exception thrown giving a...
  12. D

    Question Using ListBox to display files from FTP site

    Hello, I am trying to program my page in ASP.Net and VB.Net so that when the page loads, a list of files from my FTP site appear on the screen. I am also trying to get it so that a user can select one of the files and download it to their computer. I have been advised to use ListBox using...
  13. K

    Keyoti release RapidSpell Web .NET v3.8

    Keyoti are pleased to release RapidSpell Web .NET v3.8. RapidSpell provides developers with an inline and dialog spell checking control for ASP.NET web applications. New features include; IE9 and FireFox 4 support, .NET 4 and Visual Studio 2010 support. Visit Keyoti for a free evaluation...
  14. L

    Question DropDownList - Dropped Down state.

    Hi, Is there a way to know if the 'dropped down' state or 'expanded' state of a dropdownlist ? any event which i can capture ? write a java script ? or can I capture an event when the user clicks on the dropdownlist ? any help will be appreciated, even if there is no straight answer...
  15. T

    Generate Excel spread sheet on client side?

    I am looking to have my website generate a simple excel spread sheet on the client side when clicking a button. I don't know if it would be best to open the spread sheet on the client side and then write to it or create it on the server side and ask the user to save it locally. I've been looking...
  16. I

    Question Textbox value - count is 0

    Hi folks, I have a form on a page called exports.aspx with a textbox called txtBarcode where I type in a barcode. On the page postback I have the SQL statement below to count how many rows in the DB that has the Barcode. A short version of my codebehind is...
  17. A

    Edit, Update, Cancel, Gridview in MS Visual Studio 2008

    I am using MS Visual Studio to create a website that connects to a sql DB. I used the web form to create a gridview and a Datasource. It works great. Now, I want a user to be able to click on edit on a row and edit/update information backinto SQL. I do NOT want to code, besides the basic...
  18. Neodynamic

    Neodynamic Barcode Professional 7.0 for ASP.NET

    Neodynamic is proud to announce the availability of Barcode Professional 7.0 for ASP.NET; the Best Barcode Solution for Microsoft ASP.NET Websites. Version 7.0 of Neodynamic's flagship barcoding product has expanded its capabilities to include new barcode standards like Full GS1 DataMatrix...
  19. K

    RapidSpell Web .NET v3.7 released

    Keyoti are pleased to release RapidSpell Web .NET v3.7 RapidSpell Web .NET provides ASP.NET developers with a spell checking control for web applications. New in v3.7; * .NET 4 DLLs and VS 2010 demos included Further details and evaluation download can be found here...
  20. A

    Question ASP.Net Pages

    Hello All, I am New in ASP.Net But currently I am working on Desktop Applications. Now i have decided to Design Web Application. I want to develop a Music Web site using ASP.Net and SQL Server as back End. In this Scenario I have a single problem that, if I have uploaded some audio and video...
Back
Top