Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ASP.Net Programming Solutions: 126 - 150 of 12778
 
Hi, How to create New Session with javascript:window.open? I do not want to use session.abadon() because the user may opens multiple windows similtanously. regards.
Experts, I'm using the following code to load an XML document. This works in IE and FireFox but not in Google Chrome. Is there something I'm missing?
hi there... how to create snk file and attached to the .dll ? and what setting do i need to have in my assembly file please show me step by step. thanks.
Hi Lets say I have a Dataset that holds rows of employee data, I want to put this into a generic list of Empoyee but in a reusable way. I want to create a nethod that just takes in my dat...
I recently modified my existing web site to use AJAX. The site has a main .aspx page with a ScriptManager. The .aspx page loads various .ascx controls into a PlaceHolder depending on the user ...
In ASP.NET 2.0 with C# I have in a page 2 panels that are switched by clicking on 2 buttons. When you click one button then one panel is set to visible and the other to not visible and vice v...
Greetings all I have a simple (very) page  that with a textbox, two labels and a button, as well as a hidden field. When the Textbix text changes, the TextBox.Text is copied to Label1 an...
I am trying to uncheck the last item checked of a checkboxlist when there are more than a certain number of items checked. On the CheckBoxList: chkAns.Attributes.Add("onclick", "CheckForTo...
Hello all.  I have a gridview with a checkbox template column.  How do I loop through and put together whatever rows the user checked I want to use the first column after the checkbox column d...
in asp.net 2.0 I am trying to use the Server.MapPath("/") to return the root directory of the application... it errors with: Exception Details: System.InvalidOperationException: Failed to ...
I have the below GridView which is bound to the datasource odsCustomers. How can I add a new row on the click of the button (btnNewCustomer). I would need to add a new row which pulls all th...
Question: I am trying to "automatically" save a PDF file.  The following opens a PDF in the browser.  I need a way to generate the same file so that it can be saved to the server without user ...
I have an app that was originally created in VisualInterDev.  It's all HTML and straight jScript and vbScript. I followed the Upgrading instructions to VS2003.NET, but I can't get the Break...
Folks, I am developing a ASP.Net application. I have extensively used AJAX in my development. Frequently, when I submit a form which generates a pdf dynamically based on the form contents sub...
Hi, I'm using formdetails to add/update data. On one page, it is working fine, on another I keep getting the error 1036 (ORA-01036: illegal variable name/number) when I try to update a recor...
Hi, When doing things with the databound controls (datagrid, datalist) you may see something like this: <ItemTemplate>      <%# DataBinder.Eval(Container.DataItem, "Title") %> </ItemTempla...
Trying to create a system.net.webrequest which takes a uri as the parameter I want to pass in a relative path for example "mypage.htm" which should grab the path form the current directory ...
I have a simple GridView with a header and a footer, etc.  What I need to do is to add another header row - above the first - so that I can merge two column headers into one, from a grouping p...
Hi, I need some help in exporting my datatable to an excel file. I only need some specific columns in my datatable to be exported to the excel. I have successfully completed the task until ...
Here's my problem.  I've a GridView with several buttons in it.  Each button have a CommandName. I've discovered that when i click on a button in a row, it doesn't select the row and by mathe...
I wish to have an regular expression for double type like 1000.00 Thanks
I have an asp application that contains data in two asp table controls.  The user can toggle between view all and selected (Checkboxes checked) rows  in the tables from the details page.  I am...
I'm trying to save the contents of a list back to a database using the following code.     Public Shared Sub SaveWorkItems(ByVal workItems As List(Of WorkItem))         HttpContext.Current...
is there a way in HTML to apply a line break style? I have a select box and a text box being served up by an ASP.NET web control, and I'd like to put a line break between them. I'm thinking...
When I select a row from the gridview, I was hoping to get a cell value from the selected row using the following behind.  But I don't see the value passed to string a.  What I am missing here...