Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

venky456

@venky456
About
Posts
38
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • html table sort and scroll with fixed header
    V venky456

    hi in my asp application i am using a table to display record set data. here how can i fix the table headers and sort the table body .Also sort the table body .it also gives the results. Here main problem was if i use both at the same time.the headers are not fixed.it also scrolls with the content.how can i rectify this. plz help me to solve the problem. venkat

    ASP.NET help html question

  • seekafile
    V venky456

    Hi, i am using seekafile application to search the documents,rtf files. here it is not searched with stop words in the seekafile. How we enable the stop words to search and how SEEKAFILE.SERVER get body from the document.how it parses the data into multiple words/keywords. i am facing difficulty with this problem from long time.please help me to solve this problem. Regards venkat.M venkat

    ASP.NET help sysadmin

  • url content set to invisible
    V venky456

    Hi In my asp.net web application on hyperlinl click i call http://192.168.13.251/indtest/filecontent.aspx?id=e:/src/backup/lister,/292372727.rtf above url.but i want to restrict the visible of id value. that means how can i set "e:/src/backup/lister,/292372727.rtf" invisible in browser. Plz help me to solve this problem. regards Venkat.

    venkat

    ASP.NET help question csharp asp-net

  • url content set to invisible
    V venky456

    Hi In my asp.net web application on hyperlinl click i call http://localhost/indtest/filecontent.aspx?id=e:/src/backup/lister,/292372727.rtf above url.but i want to restrict the visible of id value. that means how can i set "e:/src/backup/lister,/292372727.rtf" invisible in browser. Plz help me to solve this problem. regards Venkat. venkat

    ASP.NET help question csharp asp-net

  • gridview sorting
    V venky456

    hi in my asp.net application i am using gridview control and bind control with sqldata. i want top sort gridview through client side script.bcoz server burden is high when we use through server side. so plz help me to sort gridview through client side script. regards venkat venkat

    ASP.NET csharp asp-net sysadmin algorithms tools

  • save file
    V venky456

    Hi, how to save a file in local system without dialog message. here i pass the file path propgramatically.not use the upload controls. plz help me to solve the problem asap. regards venkat. venkat

    C# help tutorial

  • open file/document
    V venky456

    hi this is the code for show the download dialog page code.it works well.but my requirement is just open.but it shows open/save/download.it takes lot of time. i need when we click on the link then open the page . plz help me to solve the problem. string filename = Path.GetFileName(filepath); Response.Clear(); Response.ContentType = "application/octet-stream"; Response.AddHeader("Content-Disposition", "attachment; filename=" + filename + ""); Response.Flush(); Response.WriteFile(filepath); regards venkaT venkat

    ASP.NET help

  • open file
    V venky456

    open the file in another system in same network. venkat

    ASP.NET tutorial

  • open file
    V venky456

    how to open file ion newpage when we click the hyperlink on datagrid data. Regards venkat venkat

    ASP.NET tutorial

  • dropdownlist
    V venky456

    hi in my application i aam using two dropdownlists. in pageload i pass values for first dropdown and select index of the first dropdown i display second dropdown values. but without refreshing the page how can i get values into second dropdown. regards venkat

    ASP.NET database question

  • dropdownlist with ajax
    V venky456

    hi In my asp.net applicaton i populate my dropdown list using ajax. its displaying the values.but the problem is after select the value the values in dropdown list are disapper. here i am taking data from a new form by open that form using ajax . plz help me to solve this problem asap regards venkat

    ASP.NET help csharp asp-net

  • ajax
    V venky456

    hi iam using two dropdown lists in my application.one dropdownlist filled with database in pageload.the second dropdown list can fill by select index change of the first dropdownlist using ajax.here the values are displayed .but after selection of the value it will be disappear.how can i show selected value in dropdownlist in asp.net plz help asap. regards venkat

    ASP.NET database csharp asp-net help question

  • indexing server
    V venky456

    hi i am developing search engine based on indexing server. string query = "Select Characterization,contents,DocPartTitles,Path,DocKeywords,DocTitle,Filename,Size,URL from Scope() where freetext('" +ddl.SelectedItem.Text + "') order by filename "; its my query to search.its working well.but problem is it searches like multiple words.but i like it take it as single word.plz help me asap. ex:JAYSHREE M. VYAS, M.D.is the value for freetext.it displays results like jayshree or m or vyas or m.d.but i like results like "JAYSHREE M. VYAS, M.D." i.e total search as single phrase. rEgards venkat venkat

    ASP.NET help database sysadmin

  • indexing server
    V venky456

    sorry its also searching like multiple keywords not exact phrase. regards venkat

    ASP.NET database sysadmin help

  • [Message Deleted]
    V venky456

    [Message Deleted]

    ASP.NET

  • indexing server
    V venky456

    hi, i am developing an search engine based on indexing server. in my application i give the search keyword at freetext in query. it works well but problem is i want to search it as single phrase.but it search like multiple words. its my query . plz send reply asap. string query = "Select Characterization,contents,DocPartTitles,Path,DocKeywords,DocTitle,Filename,Size,URL from Scope() where freetext('" + DDL_doctor.SelectedItem + "') order by filename "; venkat

    ASP.NET database sysadmin help

  • indexing server
    V venky456

    hi , i am designing an indexing server.here i want to display the values based on wildcards. plz help me to write the command for display the wildcard values in indexing server results using asp.net with regards venkat

    ASP.NET csharp asp-net sysadmin help

  • query
    V venky456

    hi how to display files of week in a month based on date.plz send query for displaying the files for a week in a month using sqlserver 2000 send query asap. regards venkat

    Database database tutorial

  • url
    V venky456

    hi how can we set the dataset value as navigate url to open that file. plz help asap. regards venkat

    ASP.NET help

  • url
    V venky456

    hi how to convert the system path into browser path (or) how to replace \ with / in system path venkat

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups