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
venky456
Posts
-
html table sort and scroll with fixed header -
seekafileHi, 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
-
url content set to invisibleHi 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
-
url content set to invisibleHi 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
-
gridview sortinghi 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
-
save fileHi, 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
-
open file/documenthi 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
-
open fileopen the file in another system in same network. venkat
-
open filehow to open file ion newpage when we click the hyperlink on datagrid data. Regards venkat venkat
-
dropdownlisthi 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
-
dropdownlist with ajaxhi 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
-
ajaxhi 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
-
indexing serverhi 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
-
indexing serversorry its also searching like multiple keywords not exact phrase. regards venkat
-
[Message Deleted][Message Deleted]
-
indexing serverhi, 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
-
indexing serverhi , 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
-
queryhi 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
-
urlhi how can we set the dataset value as navigate url to open that file. plz help asap. regards venkat
-
urlhi how to convert the system path into browser path (or) how to replace \ with / in system path venkat