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 > november 2007 > threads for sunday november 4

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

ContentPlaceHolder Resizing with Dynamic TreeView
Posted by Joseph Gruber at 11/4/2007 10:57:18 PM
Hi all. I've created a master page that has a ContentPlaceHolder (mainContent) on it. On a child page I've put a dynamic treeview control into mainContent. The TreeView builds itself dynamically but the ContentPlaceHolder does not resize along with the treeview. Any ideas how this might be...more >>


errors when running it with Netscape or Firefox.
Posted by Chris at 11/4/2007 10:45:38 PM
Hi, I have no problem when running this asp.net application with IE. But with Netscape 8 and Firefox, i get two javascript errors: 1) Error: document.getElementById("hiddenfield1") has no properties 2) Error: myfinc is not defined the aspx file: ----------- <form id="form1" runat="se...more >>

Avoid flicking between pages
Posted by Kevin at 11/4/2007 10:15:54 PM
Hi! Is there anyway to avoid flicking between pages navigation in Asp.Net 2.0, like smartnavigation atribute in asp.net 1.1? Thanks and Regards. ...more >>

Does Page.RegisterClientScriptBlock Not Work Under ASP.NET 2.0?
Posted by Paul Reed at 11/4/2007 7:21:02 PM
Hello, I have an app that was xcopy deployed from an ASP.NET 1.1 W2KServer to a box running ASP.NET 2.0 W2003Server. The app runs fine with the exception of where I use the above method. It just doesn't seem to work at all anymore. I get no errors...but what used to work...now just doesn't...more >>

RewritePath - Folder To a Query (How To?)
Posted by Tomasz J at 11/4/2007 6:31:51 PM
Hello Developers, I am trying to write a code inside BeginRequest event handler which would rewrite the following path: /myapp/user123 to: /myapp/?user=user123 > One requirement: > rewriting path *I do NOT want to specify any particular page*, and allow > ASP.Net to use the default one...more >>

How to remove cell space in the GridView?
Posted by Taoge at 11/4/2007 6:01:02 PM
Hi, all I put a table in a GridView, but there is always space between the table border and the GridView line, is there anyway to remove the space? Thank you very much....more >>

Button problem
Posted by Ant at 11/4/2007 4:35:02 PM
Hi, If I place a button on either a Web form or an HTML form, when I run the page in a browser, the button stretches right across the screen. This happens with our Enterprise Visual Studio at work & the Web developer Express edition I have at home. Has anybody experienced this problem? ...more >>

When drop down list value changes
Posted by Valli at 11/4/2007 2:36:13 PM
HI, I have a drop down list in my aspx page. When the list1 value changes, a procedure GetList2Values ( onchange="GetList2Values ()" ) will get executed. Since the list2 contains a large number of data, I need to provide a status 'Loading...' in another label . After loading completed, th...more >>



Drag and drop file upload
Posted by John Devlon at 11/4/2007 2:35:51 PM
Hi I would like to create a file upload system, using file drag and drop functionality. Does anyone know how ? John ...more >>

Detect button clicked
Posted by John at 11/4/2007 1:49:36 PM
Hi, I would like to create an eventhandles that handles several different buttons. How can I detect which button was clicked on ? I know it something with the sender ... something like Private sub Button_Click(ByVal sender as object, ByVal e as system.EventArgs) select case e ...more >>

Question: Gridview within Gridview issue
Posted by Cirene at 11/4/2007 12:26:20 PM
This is confusing... I have a gridview (gv1) with another gridview (gv2) inside of it. gv1 has a bunch of house listings and within each row is a group of related house pictures (gv2). I'm having trouble getting gv2 to show any data. Here's part of my code... Protected Sub gv1_Row...more >>

Navigation Suggestions
Posted by Jonathan Wood at 11/4/2007 11:48:02 AM
I'm still pretty new to ASP.NET. I'm developing a site that requires all users to log on. Once logged on, I can determine which of three types of users they are (types are implemented using ASP.NET membership roles). Each type of user will have access to a different set of pages. I can use ...more >>

How to use a javascript popup calendar in asp.net?
Posted by gnewsgroup at 11/4/2007 10:33:56 AM
I know AjaxControlToolKit has a popup calendar control. It does not seem to have a year navigation option. In other words, if I wanna select a date in 1012, I will have to navigate to that year monthly --- dozens of clicks in a row! I prefer the free javascript popup calendar at http://ww...more >>

Circular file references
Posted by Yoav at 11/4/2007 3:20:00 AM
Hi, We have a compile problem – we do pre compile on an asp.net 2.0 web project. We get an error message that says “Circular file references are not allowed” in a user control. We don’t do a circular reference on our web site – not that I saw one… Can someone assist please...more >>

send email with .net (code) and hotmail(e-mail)
Posted by tvin at 11/4/2007 1:59:06 AM
Hi everyone, can someone help me please. can i use hotmail e-mail to send emails in asp.net(vb code)? or should i pay for new email, so i can use smtp? thanks for your help Tvin ...more >>

can I send e-mail by using hotmail and ASP.NET?
Posted by tvin at 11/4/2007 1:47:00 AM
Hi everyone, Please can someone help me, i want to be sure if i can send emails from hotmail(e-mail) using asp.net and vb.net code or should i pay for new email so i can use smtp? thanks for your help Tvin...more >>

Reservation and Paying by Credit card
Posted by tvin at 11/4/2007 12:10:00 AM
Hi everyone, I want to create website for courses, so customer can reserve and pay online. i've just started to think about this project, and i'm in entry level & i have a little experience in programming. can someone advice me about payment process? or if you know any website? i will be ...more >>


DevelopmentNow Blog