| Thread | Last Post | Replies |
|
| Problem with 2 SqlDataSource | 18 Aug 2007 17:07 GMT | 2 |
I have 2 SqlDataSource on the same page that retrieve the same column names: <asp:SqlDataSource ID="SqlStructure" runat="server" SelectCommand="SELECT a, b FROM c WHERE d = 0 /> <asp:SqlDataSource ID="SqlSons" runat="server"
|
| Connect to SQL Server remote database | 18 Aug 2007 16:10 GMT | 5 |
Hello. All, I've been trying to connect to my hosting company's (Go Daddy) remote database. But continuously receive "Server does not allow remote connections". Do I need a open_source database, or what to have my
|
| where do page_load and page_loadcomplete methods come from? | 18 Aug 2007 15:31 GMT | 2 |
how do methods in like Page_Load and Page_LoadComplete get automatically wired up to hook their corresponding page events? I dont see them in the MSDN documentation of the System.Web.UI.Page class.
|
| Redirection Handling | 18 Aug 2007 15:29 GMT | 2 |
Here is my setup: I have a hosts file setup on the users machine that takes, for example, www.youtube.com and redirects it to 127.0.0.1. On the local machine is an IIS server that I would like to handle this youtube
|
| Third party control on page | 18 Aug 2007 10:05 GMT | 2 |
I added one ActiveX control to the web page from html source. <OBJECT id="MyWinControl1" height="147" width="186" classid="http:ActiveXDotNet.dll#ActiveXDotNet.myControl" ></OBJECT> How can I access this control(MyWinControl1) in my aspx.cs ?
|
| usercontrol datatype | 18 Aug 2007 08:24 GMT | 1 |
My code Dim AgentControl As UserControl AgentControl = LoadControl("AgentVerification.ascx") How do I change my usercontrol to type AgentVerification so I can invoke
|
| Width | 18 Aug 2007 08:00 GMT | 1 |
Hi, I couldnt find how to control the width of a column on the GridView... how can I control it ? Thanks
|
| Proper way to use LIKE operator with SqlDataSource and control parameters in declarative markup? | 18 Aug 2007 03:07 GMT | 2 |
I'm trying to use LIKE operators in SqlDataSource with Control Parameters. The following should express my intent, but it does not work in the way I want it to (returns no results): SelectCommand="SELECT title, conid FROM Contentitems WHERE ((categoryid =
|
| code working but still getting error | 18 Aug 2007 02:00 GMT | 10 |
I have code that is doing some updating to a record. Its getting the ID to update from the Grid. I'm passing an INT to my method to update the record. My code is working though I'm still getting an 'input string was not in a correct format.' Code: foreach (GridViewRow row in grid ...
|
| Sliverlight canvas not showing drawings | 18 Aug 2007 01:15 GMT | 1 |
When I do a debug on visual studio I get the 3 circles like in the test example, but when I deploy it to my server I just get a blank canvas. You can see the blank canvas size though. Is there anything i need to install on my 2003 .net server?
|
| Calendar control and Null dates issue | 17 Aug 2007 23:40 GMT | 1 |
I have embedded an asp:Calendar control into the EditItemTemplate of GridView column. I have set the SelectedDate='<%# Bind("Finished") %>' VisibleDate='<%# Eval("Finished") %>', to the AccessDataSource's 'Finished' column (a Date type).
|
| Web Site Administration Tool: Unable to Connect to Database | 17 Aug 2007 23:35 GMT | 3 |
<I posted this on the microsoft.public.dotnet.framework.aspnet.security newsgroup but before I got a reply this newsgroup has become unavailable!! So I'm posting it here again. Sorry for the inconveneice.> I tried using the ASP.Net Web Site Administration Tool to setup security ...
|
| Pharmacology database website | 17 Aug 2007 23:20 GMT | 1 |
I have a website that I would like to add a pharmacology 'database' (for lack of a better word) of about 50-75 drugs. Basically I want users to be able to click on any drug and quickly have a page
|
| sqldatasource to fill a datatable | 17 Aug 2007 23:20 GMT | 2 |
Can I use a sqlDataSource to fill a datatable in code? How? Thanks, T
|
| Css and DataGrid | 17 Aug 2007 23:11 GMT | 1 |
I am having a problem getting my Grid links to work correctly. I have the following DataGrid: <anthem:DataGrid AllowPaging="true" AllowCustomPaging="false"
|