Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / August 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem with 2 SqlDataSource18 Aug 2007 17:07 GMT2
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 database18 Aug 2007 16:10 GMT5
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 GMT2
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 Handling18 Aug 2007 15:29 GMT2
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 page18 Aug 2007 10:05 GMT2
  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 datatype18 Aug 2007 08:24 GMT1
My code
Dim AgentControl As UserControl
 AgentControl = LoadControl("AgentVerification.ascx")
How do I change my usercontrol to type AgentVerification so I can invoke
Width18 Aug 2007 08:00 GMT1
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 GMT2
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 error18 Aug 2007 02:00 GMT10
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 drawings18 Aug 2007 01:15 GMT1
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 issue17 Aug 2007 23:40 GMT1
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 Database17 Aug 2007 23:35 GMT3
<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 website17 Aug 2007 23:20 GMT1
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 datatable17 Aug 2007 23:20 GMT2
Can I use a sqlDataSource to fill a datatable in code?  How?
Thanks,
T
Css and DataGrid17 Aug 2007 23:11 GMT1
I am having a problem getting my Grid links to work correctly.
I have the following DataGrid:
  <anthem:DataGrid AllowPaging="true"
         AllowCustomPaging="false"
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.