Browse by Tags

Related Posts

  • Highlight text in html file on the fly

    Hi all, I have come across a typical requirement. I do generate a html file on the fly and save to some place. While searching from an asp.net page, I provide a link to the saved html file. Now I wish to open the html file from a link and also highlight all the search text (say "market") in...
    Posted to Getting Started (Forum) by sangam100 on 06-09-2009, 12:00 AM
    Filed under: asp.net, highlight, html
  • Re: add javascript to datalist item in code-behind?

    A Basic Solution with javascript: <script> var oldColor; function mouseOver(obj) { oldColor=obj.parentElement.style.backgroundColor; obj.parentElement.style.backgroundColor="#fcd7a7"; } function mouseOut(obj) { obj.parentElement.style.backgroundColor=oldColor; } </script> <ItemTemplate>...
    Posted to Data Presentation Controls (Forum) by nurhat.uca on 09-27-2007, 12:00 AM
    Filed under: onmouseout, onmouseover, Datalist, highlight, JavaScript
  • Counting Highlighted Characters in VS2005 Editor

    If this feature does not exist, I would like to register it as a much-needed feature request. I am looking for a very simple feature which displays the number of characters I have highlighted on the screen in the code editor. Many editors, such as the wonderful Notepad++, and I find myself transfering...
    Posted to Visual Studio 2005 (Forum) by speednet on 07-10-2007, 12:00 AM
    Filed under: StringBuilder, text, count, editor, characters, vs2005, VS, highlight
  • PreSelecting in DropDownList

    if i have a list of item in my DropDownList and the client selects an item and updates the record. For some reason they decide to the change their selection after some time. so they open the form in edit mode will all their values, i want their selection in the dropdown box preselected in the dropdownlist...
    Posted to Data Presentation Controls (Forum) by miztiik on 12-01-2006, 12:00 AM
    Filed under: preselecting, bind data xml database attributes, DropDownList, highlight
  • I want to open a pdf which is exists in the client system or client network from my web application.

    Hi, I have a requirement, i want to open a pdf file which is exists in the client place from my web application.. i tried this by using anchor tag, but it is not working fine.. <a href="c:\one.pdf" target="_blank">Opening PDF File</a> it is not working fine.. if i write...
    Posted to Getting Started (Forum) by chencham_raju on 09-21-2006, 12:00 AM
    Filed under: email encryption decryption secure, output cache, parent child, SEO Search engine Optomization, Splitter for ASP. NET, Treeview in ASP.NET, AJAX, ATLAS, client, Default Button, disconnect, Errors, highlight, http, javascript, keep-alive, GridView
  • Internet Connetion for local development with VWD and VS2005???

    I'm not sure why an I nternet C onnection is required when working with Visual Web Developer or Visual Studio when it comes to a local project that has all its resources in one computer. In other words, if the tool comes with the ASP.NET Developer Server as a "web server" why an IC is still...
    Posted to Visual Web Developer 2005 Express (Forum) by JavierH on 09-15-2006, 12:00 AM
    Filed under: client, disconnect, highlight, http
  • How to access CheckBoxField value of gridview control

    Hi , I am using one gridview to display company name as text column and approval column as checkboxfield. If checked I have to approve corresponding company to our list.In the gridview control's Rowcommand event if "e.commandName" is update I have to update.For this purpose I need to get...
    Posted to Data Presentation Controls (Forum) by faisalnk on 09-06-2006, 12:00 AM
    Filed under: highlight
  • How can display default file path in fileUpload control

    Hi, I have been working on ASP.NET for 5 months. I am using Gridview control for displaying company name and logo. The company logo is displaying in image control. If logo is not available company logo column will display "NO LOGO" text . In the edit template I will change image to fileupload...
    Posted to Getting Started (Forum) by faisalnk on 09-06-2006, 12:00 AM
    Filed under: highlight
  • have problem with drop down list

    have problem with drop down list I have three drop down lists like country city state and there are three tables contry,state,city on pageload iwant to load country dropdown list after that when i select country in country drop down list corresponding states of that country must be select in the state...
    Posted to Web Forms (Forum) by mkamran_ku@yahoo.com on 08-30-2006, 12:00 AM
    Filed under: highlight, GridView
  • In web page,how to highlight a "keyword" in the HTML format text?

    Hi, My friend would like to search and highlight a substring in a string that is HTML code. The search result should be based on the text display on browser, rather than the HTML code. The output string should keep the original effect. He would like the solution in vbscript or asp.net. Let's say...
    Posted to Web Forms (Forum) by pettyqiang on 08-26-2006, 12:00 AM
    Filed under: highlight
Page 1 of 2 (16 items) 1 2 Next >