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 > january 2008 > threads for tuesday january 15

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

how to install .net framwork and ajax inside the webdeployment project ?
Posted by chandan at 1/15/2008 11:40:06 PM
I had created a deployment project using ASP.net 2.0 . I have to intall Ajax and .net framwork before installing my web set up. Is there any way to install these setup inside my websetup?? Thanks, Chandan kumar...more >>


dynamic flash object
Posted by Tahir at 1/15/2008 9:27:43 PM
hi all, i'm building a business website with dynamic banner adds and want to use flash banners. i could insert a swf using <embed ..... /> tags but as you think its static and should be dynamically changeble. what should i do to insert a swf flash object to a aspx web page? thanks :) ...more >>

Adding server controls programmatically(Noob Question) missing hyperlink text
Posted by alun65@gmail.com at 1/15/2008 9:07:22 PM
I'm attempting to programmatically build up some HTML in the code behind. Like so: // Create Hyperlink HyperLink link = new HyperLink(); link.NavigateUrl = "nice cat"; link.Text = "Cats Sleeping"; //Create Image Image img = new Image(); img.ImageUrl = "http://www.cats.org.uk/images/lh...more >>

Revisiting AutoEventWireup
Posted by gnewsgroup at 1/15/2008 7:40:32 PM
I know that enough has been written/talked about AutoEventWireup. I've read the MSDN documentation about AutoEventWireup, which turns out to be very brief. I've also googled and read quite many articles/conversations about this topic. I am still confused. Here are my questions: 1. Is it th...more >>

Response.Redirect problem
Posted by James at 1/15/2008 5:52:10 PM
ASP.NET 2.0. I stepped through a clicking of our login button on our website. All of the validation happens properly and then this line causes an exception: Response.Redirect("BeginProperty.aspx") This is failing for me with the following exception: Value cannot be null. Parameter nam...more >>

export Html table to excel file
Posted by Shailesh Patel at 1/15/2008 5:06:18 PM
Hi, How do I export Html table to excel file? Thank you in advance. Shailesh ...more >>

DisplayASP.NETInHTML
Posted by gh at 1/15/2008 2:01:07 PM
I have an ASP.NET page with a grid and some combo boxes on it, that get filled form data sources, for the user to make selections from. My client has a content designer\developer that would like to call this page from my website and and have it display in his web page. He has been doing th...more >>

project versioning workflow
Posted by rodchar at 1/15/2008 1:18:05 PM
hey all, i posted this in source safe newsgroup but didn't get a reply so i might try here if it's ok. i apologize if this is considered duplicate. here's my original post: http://msdn.microsoft.com/newsgroups/default.aspx?&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.vstudio.sourcesa...more >>



RenewSession State Before Expiration In .Net 1.1
Posted by WhiskeyRomeo at 1/15/2008 12:41:04 PM
The below appears to be a partial answer to my problem but I don't to keep sessions alive simply because a user has wondered off to do something else. Session timeout is set to the standard 30 minutes. KEEPALIVE.aspx has: private void Page_Load(object sender, System.EventArgs e) { Re...more >>

Erratic Masterpage exception
Posted by SandpointGuy at 1/15/2008 12:35:02 PM
I have a masterpage named MasterpageController with a menu. In the codebehind I have a method SetMasterMenu(<some parms>) to display the appropriate menu items. The content page, which has a MasterType directive, executes the method using "this.Master.SetMasterMenu(<some parms>)". Runs fi...more >>

problem with tags
Posted by miladhatam@gmail.com at 1/15/2008 12:07:55 PM
hi friends i've built a page that should show first 150 chars of every of my topics but when i wanted to do this work with SubString() it included the tags of my field of my db and very bad viewing happend i want to retrieve rendered text without any tag ... please help me ......more >>

Downgrading target framework - 3.5 to 2.0
Posted by John at 1/15/2008 12:05:25 PM
Hi there, I've started off a new web site project in VS 2008 and inadvertently left the target framework as 3.5, when I really meant to base it 2.0. I've looked at the project properties page and changed the Build / Target Framework to 2.0 but I notice that References (also in web.config) ...more >>

Sending email... incorrect value(parameter) comes back
Posted by JJ297 at 1/15/2008 12:02:10 PM
The user selects an item from the gridview which takes them to checkoutitem.aspx (this works well) Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.SelectedIndexChanged Response.Redirect("checkoutItem.aspx?TitleID=" & ...more >>

pdf toolkit
Posted by param@community.nospam at 1/15/2008 11:37:17 AM
Hi all, Can anyone recommend a robust, scalable native .net PDF toolkit library capable of performing functions like merging, stamping, form data merging, web browser rendering etc.? I know a few COM libraries exist, but I am looking for something that is a native .net component. We are cur...more >>

Embedding swf (Flash) file as a resource
Posted by JJ at 1/15/2008 10:26:00 AM
How do I embed a swf (flash) file as a resource in my custom web control? And, if thats possible, how would I access it when I am (presumably) overriding the RenderContents method? Thanks in advance, JJ ...more >>

Building a timeline
Posted by Wannabe at 1/15/2008 10:06:01 AM
My boss would like a calendar looking webpage that shows events and a timeline on the calendar. Similar to something you see in Outlook when you schedule an event that lasts more than one day, but using a start and end date stored in our application's database. I've never used Outlook like thi...more >>

VS2008
Posted by GaryDean at 1/15/2008 9:07:33 AM
Is there any possible downside of completely replacing VS2005 with VS2008 willy-nilly? Shouldn't it work with all of my 2.0 projects and websites? (I have MSDN vs2008 DVD (disk 4400)) Thanks, Gary ...more >>

ASP.NET web app not working on IE7
Posted by Marisa at 1/15/2008 8:25:20 AM
Hi! I am a novice web developer working in C#, and have created a web app using Visual Studio 2005, which works perfectly in FireFox, but in IE7, the submit button simply doesn't work! The OnClick event does not run. I have tried setting the AutoEventWireUp both to true and false, to no ava...more >>

how do i insert userid in formview
Posted by Jim at 1/15/2008 8:09:29 AM
I have created an insert FormView. There are three inputs to the database: 1. RestarurantId - automatically done 2. RestaurantUserId - Id of user that is logged in and inserts the record 3. RestaruantInfo - text information The form below will insert the RestaurantId and the RestaurantInfo bu...more >>

gridview databind only works sometimes
Posted by rlm at 1/15/2008 7:30:03 AM
I have standard gridview in an updatePanel with an AJAX timer that refreshes the data every 5 seconds by calling the grids DataBind method in the tick event. This works great. However, I have a checkbox on the web page which when checked I want to hide some rows. The code that does the hid...more >>

gridview not 100% width on page
Posted by psion at 1/15/2008 7:18:27 AM
Hi, We have a gridview on a webpage, which we would like to be 100% of the table cell in which it is placed. When we specify the width to be 100%, this has no effect, but only if we specify a pixel number, i.e. 800, will the gridview be 800 px wide. Here is an example: http://www.valuetronic...more >>

unzipping a zip file in aso.net
Posted by pelegk1 at 1/15/2008 6:50:04 AM
i am uploading a zip file to the server and after the upload i want to unzip it how can i do this?thnaks in adbance peleg...more >>

SelectSingleNode return Nothing instead of Null
Posted by Larry Bud at 1/15/2008 6:29:28 AM
Probably just a mistake in the documentation: Public Overridable Function SelectSingleNode(ByVal xpath As String) As System.Xml.XPath.XPathNavigator Member of: System.Xml.XPath.XPathNavigator Summary: Selects a single node in the System.Xml.XPath.XPathNavigator using the specified XPa...more >>

Architecture question
Posted by z71mdridin at 1/15/2008 6:07:21 AM
I currently have a classic asp/COM+ architecture setup as following: Server A- hosts all the classic asp front end pages Server B- host all the business layer dlls. They are currently registered through COM+ Server C- contains database We are migrating to .NET and I would like to keep the...more >>

How to add adapters
Posted by JJ297 at 1/15/2008 5:55:52 AM
I'm trying to use three stored procedures and three adapters but don't know how to set it up. This is giving me errors. Can someone assist me please. Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click Dim conn As New Data.SqlCli...more >>

Asp.Net repeater
Posted by BIJU at 1/15/2008 4:25:01 AM
In repeater control, the databinding expression like <td><%# DataBinder.Eval(Container.DataItem, "au_id") %></td> can I can use any variable name instead of "au_id". I need it becose i am taking this value from several tables and there is slight difference in the name of filed between table...more >>

Is it necessary to install VS 2005 to server machine to run a website?
Posted by chandan at 1/15/2008 1:10:05 AM
I have IIS server 6.0 and dotnet framwork 2.0 on my server machine. I intall the setup of my application to server machine Now I try to run my website from server machine then its shows the html content (text file) on the browser. Why browser doesnot reder this Html? please tell me where is p...more >>

VS2005 Strange: The breakpoint will not currently be hit. No symbols loaded for this document.
Posted by Roberto Rasto at 1/15/2008 1:02:12 AM
I can't debug a Web Application with VS2005. I can insert a brakpoint on any class, but I can't debug any page. An breakpoint on a page code results in the error: The breakpoint will not currently be hit. No symbols loaded for this document. I have searched on internet for more than 2 ...more >>


DevelopmentNow Blog