Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ASP.Net Programming Solutions: 101 - 125 of 13167
 
Hi Experts. I am wondering is there a way to add a control (imageButton in my case) to the header cells of Gridview control Here is what I am working at: I need some sort of pivot like ...
Hey guys, I am rather new to AJAX, but picking it up quickly. I have almost a verbatim copy of the Animation Extender from the ASP.NET AJAX turtorials on my website (the url for the exampe is ...
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...
By default the text in the textbox is left justified. How to make it appear on the right or in the middle of the textbox control. I di not find the Alignment property for a textbox.
I created GridView Control and want to add radio button in the template. the UI is working, but I have two problems. 1. Let say it have 5 rows from the gridview, and I can select all 5 radi...
I am using an AJAX Update Progress panel with an image inside. I have an image inside the panel and I want to be able to assign the image url when the page loads. I am having the problem that ...
When I navigate to http://arcalius.analyz-it.be I see the below error: The specified module could not be found. (Exception from HRESULT: 0x8007007E) This is an asp.net 2.0 app that runs ...
Hi All, I have a gridview that contains columns, and in each column is a template field.  In each template field is a <HeaderTemplate> and an <ItemTemplate>.  Inside the HeaderTemplate is a l...
I am displaying records in a datagrid and I'd like to have a popup window appear when you mouse over the name field and display information for that record (photo, id, description, etc...).  I...
Hello all.  I am having trouble with this.  I have a page where I have a Submit button which is does validation and then does an update to the database.  I have tried the following and both do...
Hi, I have a solution using ASP.NET 2.0 AJAX Extensions and when attempting to build it I get theses messages Unknown server tag 'asp:ScriptManager'. Unknown server tag 'asp:UpdatePane...
I have a text box in web page. I want that if a user copies a few numbers from microsoft excel and paste them into the textbox, they should paste as weach number separated by semi-colon. For e...
Hi, I have the following in my code:                         <asp:linkbutton ID="Linkbutton" runat="server" PostBackUrl="~/Clients.aspx" style="color: White ">                          <s...
Is there a simple method to clear the contents of a gridview? Thanks.
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 have a linkbutton click event that dyanmically calls a javascript function to open a new window and also calls a method that uses the filestream object to write a PDF document retrieved as a...
I have come across this web site: http://www.aspdotnetcodes.com/Asp.Net_GridView_Filter.aspx Sample: http://www.aspdotnetcodes.com/Asp.Net_GridView_Filter_Sample.aspx I would like to ...
I am not new to VB.NET but I am new to OOP programming.  I am playing around with a simple class I created and I would like to know how to check if an object exists before instantiating a new ...
I have an infragisitcs webgrid on my asp.net page.  This grid has a list of pdf files in it.  When I click on a grid row I would like to open the file automatically.  Does anyone know hwo to o...
Hi experts, I have declared a simple LinkButton in an ItemTemplate of a GridView: <ItemTemplate>      <asp:LinkButton ID="LinkName" runat="server" OnClick="LinkName_Click">              ...
Hi Experts, (using DW CS3, I know its no good but please bear with me) I have a form that I have created with up to 5 rows of information Firstname,Surname,DOB etc Firstname2,Surname...
I have given the local account users access to my web directory just like we have others, but I am still getting this error.  ASPNET has also been added...still I get this error when trying to...
When i use a sqldatasource to link a gridview the paging/sorting works all fine, but when i bind the grid with a dataset the following error appear“s The GridView 'GridView1' fired event PageI...
I have sorting = true on a gridview and I'm getting an error   The GridView 'GridView1' fired event Sorting which wasn't handled The datasource is selected with the following code      ...
Hello, I am getting this error System.FormatException: Invalid character in a Base-64 string in my C# ASP.NET page. I discovered that it occurs only when my <%Server.Execute("Include/Menu.aspx...