Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Time Tested ASP.Net Programming Solutions: 12726 - 12750 of 12798
 
I've done a bad thing. On bad advice, I uninstalled .NET Framework 1.0. I was told I didn't need it anymore. As soon as I did, all of my ASP.NET applications stopped running. All I get is a...
So hard to explain, but i'll try Public Function RetrieveListInfo()         Dim lbLink As LinkButton         Dim m As New ListItem         Dim Ds As New DataSet         Dim adapter As N...
I have a DataGrid as follows: <asp:datagrid id="dgCountry" runat="server" OnItemCommand="CountryCdClicked" AutoGenerateColumns="False" OnSortCommand="orderCountries" AllowSorting="True" OnE...
I'm having a problem reading images from a sql table to a datalist...   The end result is a small custom photo gallery, nothing intense.  If there is a better way than I'm trying, please let m...
HI, How can I validate datagrid while Edit MOde.  Suppose I have quantity field where I want to force users to enter numeric only when clicking update I want validate user entered quantity ...
I have a datalist that shows some news information about online courses (title, introduction, image and dates - start/finish -). Right now every empty image displays a red cross and absent dat...
I have a to create a page that according the parameters it takes, it has to read a .txt file from disk and display as the content. The .txt file contains html text. The display page is co...
How do we use RegisterArrayDeclaration to produce 2-D Arrays. All samples points to creating One dimentional arrays. in asp.net/vb.net
I'm the school learner to ASP.NET, but I'm familiar with ASP. Understanding ASP.NET seems to be tough to me. I seen the samples and examples of the ASP.NET. One thing I'm not sure that, when I...
hi, how can I get a footertemplate for the boundcolumn in my datagrid? Tried to include the bouncolumn into a template column. Doesnt work. To add the FooterTemplate inside the BoundColum...
Assume you have written a class to represent fractions, called Fraction. You have also written the following routine to overload the == (equals) operator : public static bool operator==...
Hi, This error is driving me nuts: It randomly happens to the .NET assemblies that I have added in my project. aspNETEMail is one of them and then I have my own assemblies. Description: ...
Hi everyone, I have a repeater on my page.  I use a fuction that loads in the Private Sub Page_Load part of the code-behind.  The funtion uses a SQL 2K Sproc to retrive the results via a sq...
We need a section of our Intranet secured by requiring re-entry of the Windows password. The entire site is already under Windows authentication, it needs to ask for the password again and ver...
I open an SqlConnection and SqlDataReader in a function called from a serverside script block on my aspx page: <%@ Control Language="c#" AutoEventWireup="true" Codebehind="DoneDeal_Company....
Hi experts, I'm building an asp.net application and need helps to create a Regular expression for one of my input box form. The regular expression is to match the DATE i.e. 30/01/2003 , 0...
Hi all, The company I work for gets real estate transfer information off of several county auditor sites. We currently have a VB app that you can feed saved HTML files from these sites into...
Hi My problem is that a rowfilter appears to apply itself to two dataviews that I create from a single datatable, even though the rowfilter is only applied to one of the dataviews. My co...
Hi, Kindly help me export the dataset to a excel file and a user can choose which location he want the file to be place. Please help me make it work. Thanks.             MyCommand ...
Hello, a javaScript newbie here.  I have written a little javascript function like so inside the html section. <SCRIPT language=javascript>      var doc = document.forms[0];            if (doc.lb...
How do I display data from multiple select statements within a datalist?  Not really sure how to do this!   'Get data reader from function    dr = objGetData.MyStoredProcedure dr.Item("...
I have dropdown lists that are databound to tables in the database and they work great. Now, i need to Databind a textbox with one field in a table. How would one do this?
This should be simple... I am trying to use a session var set on a calling page in the SelectParameters of a SQLDataSource on a second page. On the calling page's codebehind, the Session...
Hi I use the following code to create a session after a successful login and then stay for 10 seconds to redirect to main page. After redirect to main page, the session has killed. Why?
hi there; using asp.net (2.0) i have an ajax modal that appears with 2 buttons. Sub DetermineControl_Button(ByVal sender As Object, ByVal e As System.EventArgs)         Response.End(...