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: 26 - 50 of 13167
 
I have installed an ASP.NET application on my laptop that is running Windows XP Professional. When I try to open the app I get the error message below. I have granted access to anonymous use...
Hi Everyone, I tried using the below javascripts on my vb code behind for both the page_load and btCancel_Click event, it does not take me back to the previous page.   btCancel.Attribute...
I need some serious help here. I have a Grid View in ascx file. Simple Like this: <asp:GridView ID="grdFamily" runat="server"> </asp:GridView> First: I need to add columns dynam...
I have application running on a server that has centralised access, we keeping getting thsi "application error"  . This application is written in more in ASP and about 10% in ASP.net . On the ...
I want to use Query string  in Grid view paging. So when moving from one page to another, I want  to pass the input parameters from  Query string to the datasoure instead of passing it directl...
Anyone know how to make a Hyperlink column in the datagrid open a new window?  And... with more than one parameter passed to it? For example... after adding data (dynamically at run time) t...
Hello Experts, From the code behind in 1 page, I need to open another aspx file in a modal window.   Thanks Howard
Hi How would I create a dynamic xml file in asp.net in the following format?? <markers> <marker lat="47.608940" lng="-122.340141" "/> <marker lat="47.608940" lng="-122.340141" "/> <ma...
I have a datagrid with a button control in a template field.  When the button is clicked it runs a piece of VB code.  The first thing the code needs to run properly is the selected data key va...
I am trying to do a validation using onclick. However, it seems there is something problem. Page does not post to a different page once I added Attributes.Add("onclick", ... Basically, I am...
How can I execute a command line in DOS from my ASP.Net app.  I want to execute a line on the Web server and then wait until it completes etc.
How can I Add/ Delete rows using client side javascript. I want to add unique values while adding rows.  Is there anyway that I can enforce some validation before adding new row. Any help will...
Please help!!  I'm getting really desperate here, and actually more than a little upset.  ALL I WANT TO DO (she screams) . . . . .     Is have gridview with a fixed header where everythi...
Why do I get this error Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Caching, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Th...
I have a hyperLink inside a gridview that calls a row comand and it works fine. However the problem is that when I try to use the paging on my grid view it tries to execute the RowCommand in ...
Hi, one of the sites hosted on our server is giving this error in event viewer Event Type:     Warning Event Source:     ASP.NET 2.0.50727.0 Event Category:     Web Event Event ID:     1309 Date:          ...
Hi experts, I'm having trouble handling a GridView rowUpdating event.   I have a page with a gridview like so:         GridView1.DataSource = datasets.Tables[0];         GridView1.DataB...
I have a GridView that represents a list of Users. There's also a DetailsView to display a User's details. Both controls use the same ObjectDataSource control for data.  In normal mode, whe...
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...
Hi Experts, Need help looping through a dataset and populating 2 textboxes with values. I'm building a webpage using VB.NET with an Access database.  I'm using a dataAdapter(daNews), Datase...
I have a dropdownlist populated by a dataset  and what I want to happen is when the user selects a certain value equal to 999 I want the onchange to trigger a javascript function without reloa...
Hi Guys i have the following code and i need to get the vlaues of each cell in a row on row command event. Gridview contains boundfield, templatefield(contains dropdownlist and button). I n...
I need to get the real ip address of a user. See attached code.
(asp.net 2.0) How do I set the column width of a gridview? I don't see any "width" property in the columns collection (?)
Expert: NET 2.0 C# GridView Control    (Using default paging) Above the GridView paging bar-  I need to display a  record  count and  page 1 of 2 etc) that reads something like this: (i...