Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score App Settings
Morris Neuman - 2 Dec 2008 7:23 PM - 8 messages
Hi, My website can use either an SQL or Access database, based on the setting in the web.config file. <appSettings> <!--If using Access then set value="AccessDataSource1"/>--> <!--If using MS SQL then set value="SqlDataSource1"/>--> ...
Score code behind
Morris Neuman - 2 Dec 2008 6:32 PM - 3 messages
Hi, If I am not using a code behind page (.aspx.cs), where in the regular content page would I include the using command (e.g. using System.Data.OleDb)? The start of my aspx page is as follows: <%@ Page Language="C#" MasterPageFile="~/MasterPage1.master" ...
Score SqlDataAdapter
Morris Neuman - 2 Dec 2008 3:31 PM - 7 messages
Hi, I am trying to implement the solution from the Walkthrough: Updating Data Using a Database Update Query in Web Forms In the walkthrough we are requested to drag a SqlConnection object onto the page from the Data tab of the Toolbox. ...
Score radiobutton click and avoid page refresh
rum23 - 2 Dec 2008 3:29 PM - 4 messages
I have a list of radio buttons on a page like this <asp:UpdatePanel ID="updAuthoptions" runat="server"> <ContentTemplate>                                                           ...
Score importing from excel to gridview
Morris Neuman - 1 Dec 2008 11:56 PM - 11 messages
Hi, Is there a command on a .net form that can be initiated to import a spreadsheet to a gridview?  I would like to have a button on a form that when clicked, a spreadsheet is imported and displayed on a gridview. ...
Score Button Control
JMehta - 30 Nov 2008 6:39 PM - 6 messages
Hi, I am relatively new at .net applications and am having trouble doing the following.  I have tried to read the help and discussion groups but cannot seem to be able to do what is required. I have a Master Page and a content page.  On the content page I have: ...
Next » 2 3 4 5 6 7 8 9 10