2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Top ASP.Net Programming Solutions: 101 - 125 of 1966
 
I need to call GridView RowDataBound - Method  from a button Event. Actually, i have a TextBox + Search Button - Two Scenarios :- 1) GridView will be populated to the page as Def...
I am kinda lost on how to write this nested listview that will take the value from the parent and populate the child.  Both listviews populate but the child listview shows the same rows for ea...
I have a List<MyObject> that I need to filter.  Every Item in the List has an ItemNumber, but some are missing the ItemGroup.  The filtered list should contain all records for a particular Ite...
I need to create a dynamically expanding entry form and the following example looks to go a long way in helping me do this. http://www.asp.net/Learn/ajax-videos/video-286.aspx Unfortunatel...
Dear Experts-Exchange, It's about gridView, mouseover/popup extender, web services Method and StringBuilder.   Please view my attached file for your review and my code is below. I have ...
I am trying display a horizontal list across the page of all databases on the server. Then from that list select a database name and then to display the tables in the selected database. So fa...
Can anyone tell me the easiest way to get the id of the currently logged in user when using asp.net 2/3.5's built in membership provider? I'm using C#.
What is the easiest way to play a MP3 file in a Microsoft ASP.Net 3.5 Application? Can this be done using Javascript? Can the user be shown the Apple QuickTime Player or Microsoft Window...
i have a texbox with value like "49122351" i wanna split this texbox value into int and string.. i mean i wanna store first 2 integer as int,next 4 as string, and next 2 as integer.... how...
Hi, I am getting the following error: Object reference not set to an instance of an object. When I intially run the page it displays a list of databases as per attached '*.jpg' file. Then I...
I'm developing a ASP .NET (C#) Web application using VS 2008 and Framework 3.5 and Ajax. I have a method created in my code behind in which I'm accessing it in my client side using PageMethods...
I am trying to programmatically reference the delete linkbutton in a gridview using the RowDataBound event handler. I'm getting the following error message: Unable to cast object of type...
ASP.Net i application is installed on IIS6   we have 64 bit full Oracle client    connection string  = Driver={Oracle in OracleInstantClient};DBQ=GISWEBPR;Uid=GMI_IMPORT;Pwd=hiuy4ZXE' When ...
This should be simple. But as always...not so much. I have a webpage that when a button is clicked creates a text file in a shared directory of another computer on our network. This is the...
Hello group, I need to send a request to a web service at http://www.earthtools.org/timezone/ The format is http://www.earthtools.org/timezone/param1/param2 where param1 is Latitude ...
I'm trying to figure out how to add a new item to the asp.net menu control. Below is what I've got. There is a parent level: Reqs and all users can add, view open and view closed. However, I o...
C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "OmegaLove.Web, Version=1.0.0.0, Culture=neu...
I have an aso.net File Upload control on a page and have set the following in the web.config of my application: <httpRuntime maxRequestLength="4096" executionTimeout="60" /> I also have ...
When a button is clicked, I would like to initiate a file download and then redirect to another page. If I use Response.Redirect(filename), the code branches off from this point, never return...
My application is asp.net c#, version 2. I use DevExpress ASPxGridview 9.1 with selection enabled. The gridview can contain hundreds of items so I want to show a dynamically updated summary of...
I am a newb to asp.net, hopefully I wont waste too much of your time with my small issue. I dropped the formview component into a page. My goal from this page is to collect additional info ...
I am developing a web site using a master page.  I am very new to AJAX, but not ASP.Net.  My problem is that the AJAX calendar extender is not displaying correctly in my web page and I have tr...
I need to call a vb.net function from javascript with array and two variables as parameters. the javascript function passes variables and the vb.net function must use them. and also, is it b...
I need to read a CSV file and get the headers from the file, show them in a grid row by row and each row I need to create a dropdown box with the same set of values where the user will select ...
Hi, I am new to XML and am trying to figure out how to deserialize enums in my project.  I have a class called Town.  I have a static class with enumerators describing the town - has a Hosp...