| Thread | Last Post | Replies |
|
| Multiple PDF, PPT, DOC to html or text conversion | 21 Feb 2008 17:04 GMT | 4 |
I have a asp.net application storing pdf files and word documents into db. The problem appears when trying to show a preview of a document on the aspx page. That is converting the document to html or text. Is there a method for doing it? Keeping the images in the document or the
|
| Lesser value from list of values? Lowest, Least? | 21 Feb 2008 15:35 GMT | 3 |
If there a VB.NET function that would return the lesser value from a list of values? For example, Least(1,2,3,4,5)
|
| DataGrid get value of row JavaScript | 21 Feb 2008 15:34 GMT | 2 |
In one of my Web page I am using Datagrid which allows single row selection at a time. I want to get value of row selected through JavaScript or in .cs file Thanks in Advance.
|
| add new row to gridview with totals | 21 Feb 2008 15:27 GMT | 3 |
On my gridview I need to a add a new row that will have totals of a previous rows. It will be something like this row1 1 2 3 4 9 10 11
|
| RE: ScriptManager ASYNC calls | 21 Feb 2008 14:01 GMT | 2 |
Is it possible to subscribe to an event that will tell me when the ASP.NET Ajax ASYNC calls are being made. For example, if I have an autocomplete, or cascading drop down firing, I need to know whether these extenders are being fired dynamically.
|
| Session Timeout | 21 Feb 2008 12:39 GMT | 4 |
I want to test some session timeout code ive written but im getting a few problems. I want to reduce the session timeout to 1min so i dont have to wait around for 20 min to see if my code is working. Quite simply, how do i
|
| Error connecting to Oracle | 21 Feb 2008 12:13 GMT | 6 |
Using some .Net code to connect to Oracle the follow error message is now being displayed File or assembly name Oracle.DataAccess, or one of its dependencies, was not found.
|
| Problem with Page.SetFocus with AJAX extenders | 21 Feb 2008 10:05 GMT | 2 |
I am having trouble with SetFocus. I have a textbox with AJAX extenders: <asp:TextBox ID="txtOrg" runat="server" CssClass="inputstyle" MaxLength="10"></asp:TextBox>
|
| Bind data in a ListBox with multiple selectionmode | 21 Feb 2008 09:33 GMT | 3 |
I'm working with a DetailsView in edit mode. One of its controls is a listbox with selectionmode set to multiple. I retrieve the the data for the detailview from a database so I use this code: <asp:ListBox ID="ListBoxPaese" runat="server" DataSourceID="PaesiDataSource"
|
| How to implement a licence key module? | 21 Feb 2008 09:09 GMT | 2 |
I am building an asp.net 2.0 (vb.net) application for a client. One thing I am not sure on how to implement is some way of building a licence key module into it. i.e. The client must get a new licence key from me yearly in order to keep using the application.
|
| Asp.Net Ajax UpdatePanel : browser timeout | 21 Feb 2008 06:02 GMT | 2 |
I want to know how I can catch using javascript when the browser closes the request because of a browser timeout. I want to send a new request if that happens. Thanks in advance for your help.
|
| master slave browser | 21 Feb 2008 05:59 GMT | 3 |
Dear sir, For remote demonstration purpose, I would like to build a kind of master-slave browser, which means when I am using the master browser, the slave browser will show exactly the same content as what I have in the
|
| role class for windows form | 21 Feb 2008 05:24 GMT | 3 |
is it possible to incorporate the asp.net 2.0 Role class im my windows form application? I want to bind the users list of a asp.net 2.0 Role on a windows form, can i use role Role Management system on windows forms project ?
|
| Triggering an UpdatePanel question | 21 Feb 2008 04:06 GMT | 1 |
Hi All, I am creating a asp.net tool that uses 2 graphs (chartFx Pie chart [chartA] and ChartFx Barchart [chartB]) The effect I'd like to get is to have the Bar chart in an update panel and
|
| DataSources. Should I use them? Need advice ... | 21 Feb 2008 04:00 GMT | 1 |
I have been trying the ObjectDataSource and LinqDataSource with Linq, a DataPager and a ListView. LinqDataSource has some restrictions but it is easier to use than ObjectDataSource which on the other hand is less restrictive.
|