Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > august 2007 > threads for thursday august 2

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

youtube like video?
Posted by Jassim Rahma at 8/2/2007 11:08:38 PM
how can i develop a youtube like website.. the thing i want to know is how to protect the video by converting ot to flash? ...more >>


Debug mode path is not from root
Posted by Chris at 8/2/2007 10:51:01 PM
When I go into debug mode and the web page I am working on opens in the browser via the local Cassini Web Server I get a path appended onto the full path e.g. localhost:7859/FolderName/filename_that_should_be_in_the_root.aspx this is a pain as I do my links from the root e.g. /css/site.css...more >>

get value of dynamic control on postback?
Posted by Dave at 8/2/2007 8:44:01 PM
For simplicity sake, How do you get the value of selected dropdown on a postback? I understand for a dynamic control, you need to re-create it on each postback, but how do I modify the code to grab the SelectedValue? protected void Page_Load(object sender, EventArgs e) { DropD...more >>

imagebutton clicking issues
Posted by vortigern79 NO[at]SPAM yahoo.com at 8/2/2007 8:35:03 PM
Hello, I'm currently writing a webpage that lists photos dynamically. Depending on what was selected in the page previous, these photos will change. What I'd like to do it to have the user click on a photo and for that to pull up another page associated with that photo. I can't figure out h...more >>

call javascrip from master page's content
Posted by Ganesh at 8/2/2007 7:03:00 PM
How to call javascript in a asp.net master's content page, i tried something like this but it's not working. <%@ Page Language="C#" MasterPageFile="~/Default.master" AutoEventWireup="true" CodeBehind="RegisterUser.aspx.cs" Inherits="MySpace.RegisterUser" %> <asp:content id="Content1" c...more >>

Firefox issue with ASPNET AJAX
Posted by Showjumper at 8/2/2007 6:38:10 PM
Hi, I am using ASP.NET AJAX to check username availability in a registration form. Everything works fine in IE but not in FF. Using Firebug, i can find the offending line but not sure what to about it. The error firebug gives txtUsername has no properties. Not sure how to fix this. Thank you ...more >>

Drop down list in gridview header dynamically
Posted by CDonlan at 8/2/2007 6:22:26 PM
I'm trying to add a drop down list to a gridview header. The number of columns can change so it has to be done in the code behind (the .cs file). Please help me with this. ...more >>

about sending smtp mail
Posted by at 8/2/2007 5:54:26 PM
i have a web project that sending a mail is a necessary work but i have an error this is my page using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using ...more >>



How to apply master pages to ascx files.
Posted by Max2006 at 8/2/2007 5:09:40 PM
Hi, Is there any technique that allows me to have a usercontrols based on MasterPages? I know that MasterPages are designed for aspx pages. I wonder that I can apply them to ascx files. Thank you, Max ...more >>

adding javascript window.confirm to linkbutton
Posted by darrel at 8/2/2007 4:37:56 PM
Is it possible to pre-empt the javascript function used to do a postback from a linkbutton? I'd like to use linkbutton to delete a record and want to add a confirmation box via javascript "are you sure you want to delete this record?" before it executes the postback. The javascript is strai...more >>

asp.net 1.1 on VS 2005?
Posted by mark at 8/2/2007 3:26:01 PM
I have been using VS 2005 since its introduction. Prior to that I used VS 2003...For Windows Applications Programming. Recently, I had need to develop a simple web form application which I did in VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1 and not ASP.NET 2.0....more >>

Formview and external data
Posted by Wayne at 8/2/2007 3:23:30 PM
I am having trouble figuring out how to include Hidden Field or a TextBox value when I am editing in the FormView Edit Item Template into the Update Query. They are both located in the EditItemTemplate of the Formview. The value is grabbed using a function <asp:TextBox ID="LastUpdatedDate" ...more >>

Global Database connection
Posted by Spitfire at 8/2/2007 2:17:11 PM
Hi, I am trying to make a web application using C#. I need to access database in every webpage and for that I have created new database connection each time. This is not an efficient way at all. Is it possible to have some kind of Global database object which we can refer from any page? Or ...more >>

What is my website name
Posted by Arne at 8/2/2007 2:12:02 PM
I am looking for a property in the page object that would return something like "http://localhost:1530/myapp" What property should I look for? -- Arne Garvander Certified Geek Professional Data Dude...more >>

Input type Submit?
Posted by magic kat at 8/2/2007 2:07:44 PM
What's the equivalent in asp.net for the old "form method=post" using the submit. I want to redirect to another page with parameters, but I don't want the parameters to be displayed in the url. So I want to pass ClientName and ClientCompany to www.mySite.com\p.asp?ClientName=John&ClientComp...more >>

Hidden Panel Problem
Posted by john pryor at 8/2/2007 2:02:01 PM
I have a aspx web page with several hidden(visible=false) panels on it. Depending on the task the user is going to perform I show or hide the appropriate panel. What I'm discovering is that my controls on the panels are not firing their events if the panel was initially hidden when the page ...more >>

using a xml data source for crystal reports
Posted by cti at 8/2/2007 12:12:44 PM
Hi, I am developping a winform application using C# .Net 2.0 and I have to make crystal reports. I use an XML file as a datasource. Do I have touse a dataset to build my report or is it possible to use the XML file directly ( most of the examples of I found on internet use datasets) thank you...more >>

Problem with IIS/ASPNET Versioning on two servers
Posted by Lena Carroll at 8/2/2007 10:08:04 AM
I have a web application that was originally in VS2003 which was recently converted to VS2005. It uses a 3rd party control OPControl (from omnipotent software), which has its own web-site that you install on the server. When I did a test deploy of my application and added it to IIS, I chang...more >>

Closing of OleDbConnection and OleDbDataReader. Is there a better way?
Posted by Mel at 8/2/2007 9:11:19 AM
I am performing the same recordset multiple times, just passing different parameters each time. Is there a way to do this more efficiently without having to close and re-open the connection and reader? I thought there might be a cleaner way, this code seems to take "forever" to run. '------...more >>

GetWebResourceUrl not working
Posted by matt_randle NO[at]SPAM yahoo.com at 8/2/2007 9:10:49 AM
Can anyone tell me why this is not working ? I have an aspx page with the following definition, <asp:ImageButton ID="MenuBtnOpen" ImageUrl='<%# Page.ClientScript.GetWebResourceUrl(typeof(WebResources.Resource), "A.gif")%>' /> When the page is processed by asp.net, the src attribute for ...more >>

javascript referencing items within a Repeater?
Posted by HockeyFan at 8/2/2007 8:52:39 AM
Yesterday, I posted a question dealing with an issue of trying to reference (from javascript on the client side) an item within a Repeater. My code was hard-coded to use the actual ClientId, but someone admonished me, stating that I shouldn't do that because the id could change. However, since...more >>

ASP.NET AJAX / scriptmanager problem
Posted by JimL at 8/2/2007 7:05:23 AM
Hi, I've been given the job of "Ajaxifying" an existing application. If I create a new test page in the application, Ajax works fine. However when I add a scriptmanager and updatepanel to an existing page, it doesn't work - the page just gets completely refreshed. In each case, the Ajaxy pa...more >>

Webparts app running always in design mode: Any performance hit?
Posted by yashgt NO[at]SPAM gmail.com at 8/2/2007 6:45:14 AM
We would like to have sections on our ASP .NET 2.0 application that can be moved around while the user is using it. There is only a header which can be brought down and made the footer, and there are the left nav and center portiaons that can be interchanged. The changes need to be persisted bet...more >>


DevelopmentNow Blog