I use listview and datapager. When I click on 2nd page and so on, it still highlights the 1st page number. How to highlight the right page number in listview paging?
I have an ASP.net gridview on a webform where user's can select a row. When they select it, the row is highlighted yellow. The problem is that when I sort the table, it sorts properly but the highlight stays on the same line. The data all moves, but the highlight stays put.
I am working on a web app that displays customer orders.When the app runs in IE 8, some of my transaction ID and invoice numbers are getting converted into a graphic. When you hover of it, It says to "click here to call this Skype number in Namibia". In Firefox, it displays correctly.Here is a screen shot:This app is going to be used by external customers, so I don't have control over their browser settings. I need to programmatically prevent it, somehow.Is there any code I can put into my web form to prevent third party DLLs from doing this?Is this related to IE 8 or is something that Skype is doing?
I tried to use firefox but my freetextbox didn't work. However, when I use IE6 it works properly. I tried to use google chrome and an updated version of IE and it's also working.
I recently updated my FreeTextBox to version 3.3.1. The primary reasons for my update was the previous version I used did not work in Chrome and I have upgraded all of my client's sites to .net 4.
The latest version works fine in Chrome. In Internet Explorer 8, the textbox display area is presented as a vertical scrollbar about 10 pixels wide in the middle of the box. The text is not able to be viewed, edited or modified in any way.
I have searched and found many other posts in many places about problems with FTB in IE8. Those mostly reference the IE8 Beta. do not suggest a link or search in the FTB forums. I also attempted to post in the FTB forums as I have been registered there for years. With the new forum, I have tried to recover my password numerous times, I never receive the email. I have attempted to register numerous times. Each attempt at a new registration says that my email address is already used.I am slow to believe I am the only one that is experiencing this issue.
Is it possible to display an image in a FreeTextBox? If yes, how can I do this?
EDIT:
I want to load images from the attachment of an EmailMessage and display it in a FreeTextBox & Label.
EDIT 2:
This is the code I use:
FindItemsResults<Item> findResults = service.FindItems(WellKnownFolderName.Inbox, new ItemView(100)); foreach (EmailMessage item in findResults.Items) { item.Load(); if (!list.Contains(item.Id.UniqueId)) { DataRow dr = dt.NewRow();......
I have a aspx page which contains the freetextbox. In that there is a dropdown list which contains normal, paragraph, heading 1, important etc..etc..
In the textarea of freetextbox, i have 5 lines. I have given a enter from the middle of the 4th line to the end of 5th line and i am getting a <br> tag in the html mode. If i select the same in designer and apply the paragraph from dropdown format block commands, the <p> tag is not getting applied on to the selection. If i choose the normal option in the dropdownlist, the <p> tag is getting set for the same.
when i select the Paragraph, the <p> should be applied and when i select the normal, the format should be cleared.
I update my freetextbox version into 3.3.0.22838. I don't know how to update it. i just copy paste my new version in bin.
And I get this error: Could not load file or assembly 'FreeTextBox, Version=3.1.5.21298, Culture=neutral, PublicKeyToken=5962a4e684a48b87' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I would like to display links that are pasted in as links rather than text but freetextbox does not seem to do this. For instance, if somebody pastes in [URL] it looks like a link but shows up only as text. Do I need to convert this myself or is there a setting in the editor to take care of this?
I am using the asp.net and framework 2.0 with Ajax enable web.i have a text box and when user will enter "a" or number in this will search the name started from "a" character or number if he or she enter the number basically we can say live-search.
Employee search: Textbox.In this text box she/he will enter the first character of name or first number of employeeno and according to the a character name will search in list.
I want to send FreeTextBox content (Both text and Images) via Email.when I check my email I can see text but inestead of Image there is Image name.this is html code when I add an image to FreeTextBox
<br><img src="http://localhost:4995/niceedit/images/butterfly-314-3.jpg" alt="butterfly-314-3.jpg" border="0" height="90" width="120"><br>Please look at srcand after click send mail button I check again html of freetextbox and you can see that below <br><img src="/niceedit/images/butterfly-314-3.jpg" alt="butterfly-314-3.jpg" border="0" height="90" width="120"><br>please compare two src
I'm serving up PDFs from a SQL db and presenting them in the browser. I'm trying to figure out a way to embed a number in the PDF dynamically so that the recordID for that PDFs SQL record is available to me when the user submits the XML form data. The user hits the submit button on the form and the form submits its XML data to my submission page. If there is some way of changing the submission URL on the fly then I could do a query string to pass my self the recordID. I'm not generating the PDF in code, its being created by hand and then uploaded to my site.EditUser is given a link someServer.com/pdfLink.aspx?formID=5 they go there and that pages pulls a PDF from the DB and displays it. This pulls up acrobat in browser full size so my aspx page isn't in control of submitting the completed form, Acrobat is. The user fills out the form and hits the submit button in the form. This submit button was set up at form design time to point to another page someSite.com/pdfSubmit.aspx The submit button posts the XML data to that page and I can process it. I need the recordID in the query string for the someSite.com/pdfSubmit.aspx page. To do this I would need to modify the PDF to either add the recordID and query string to the submit button's submit URL, or embed it in the PDF else ware. The big question is how do I modify the PDF just before I display it via someServer.com/pdfLink.aspx?formID=5 to do either of these two options.
 i want datalist to show only 6-8items ,as these datalist is connected to datasource which has more than 20 items..
like in facebook,we have lots of friends but in friend box only 6 friends is shown and when we click that we go to next page which display all list of friends...
My environment is ASP.Net + IIS 7.0 + Windows Server 2008 + .Net 3.5. I am wondering whether the number of users online and number of active session are the same thing? The other question is, no matter whether they are the same, how to calculate them (i.e. for a given time, what is the number of users online, and related active number of sessions)?