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 > april 2005 > threads for saturday april 16

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

PickList question - dot net newbie
Posted by ronblack NO[at]SPAM ronblack.net at 4/16/2005 11:54:14 PM
How can this be done in asp dot net ? Page 1 has a textbox and an image button next to it. clicking the image pops up a new window (page 2) with a list of names - user selects name page 2 closes - posting the selected name in the text box. I'm sure someone has done this already.... ...more >>


file upload verification
Posted by לאה at 4/16/2005 11:04:02 PM
I asked this question a few days ago, but got no answer. As it's very important to me, I'm asking again: How do I write - in an application that uploads a file - code that makes sure that once a user has started to upload a file, it will continue uploading till the end, no matter what? Thank ...more >>

.ASHX files, Anyone?
Posted by Roshawn Dawson at 4/16/2005 9:23:17 PM
Hi, While browsing the web, I came across a file extension in ASP.NET called ..ashx. Does anyone know what this file type is for? Is it useful? How do you use it? Thanks, Roshawn...more >>

Calling a static method from a VB Module in ASP.Net
Posted by brianbender77 NO[at]SPAM hotmail.com at 4/16/2005 8:35:42 PM
I have a standard ASP.net page in which I am attempting to call a static method in a VB module under ASP.Net. In the Code Behind I have no problem referncing it. Why can't I call it inside of <% %> tags on the HTML page? It does not recognize the function name even if I refernce it with Modulena...more >>

adding calendar control to a dropdownlist
Posted by Aneesh a at 4/16/2005 8:11:03 PM
I am a asp.net developer with c# ,recently I am confronted to problem ie,I would like to add a <asp:calendar> control to <asp:dropdownlist> so that i can view the calendar when clicking the droparrow. please help me. ...more >>

Do You Want To Know For Sure That You Are Going To Heaven? The reason some people don't know for sure if they are going to Heaven when they die is bec
Posted by RonGrossi382632 NO[at]SPAM yahoo.com at 4/16/2005 7:50:11 PM
The reason some people don't know for sure if they are going to Heaven when they die is because they just don't know. The good news is that you can know for sure that you are going to Heaven which is described in the Holy Bible as a beautiful place with no death, sorrow, sickness or pain....more >>

Multiple FileUpload
Posted by Baren at 4/16/2005 7:18:02 PM
Hi! I am developing a web application, where user inputs some data and also attaches few files to the same data. The scenario is as below 1. User input the data for To, From etc.. 2. Then clicks on browse button and selects the file to upload 3. The file name is captured and saved into a Da...more >>

Constraining the Datalist width.
Posted by craigkenisston NO[at]SPAM hotmail.com at 4/16/2005 5:22:27 PM
Hi, I have a datalist that displays a list of URL. I have the datalist inside a div with a width of 300px. Some of this URLs are too long and exceed the 300px causing the datalist to stretching up to 400 or 500 causing a mess in my page. I'd rather prefer them to look trimmed or wrapped but n...more >>



How to get logged in user from another app?
Posted by John Dalberg at 4/16/2005 4:11:26 PM
I have an Intranet asp.net application that opens multiple frames in its main page. Authentication to the Intranet app is forms based. The app is third party closed source. One of the frames can display other apps which I develop. What I want to do is I don't want any user access my apps from...more >>

Can't access sending Web Forrm's ViewState
Posted by Dee at 4/16/2005 2:46:26 PM
Hi I have added EnableViewStateMac="false" to the sending WebForm's @Page Directive and my sample code has the following line: Dim coll As System.Collections.Specialized.NameValueCollection collForm = Request.Form Dim n As Int16 = collForm.Count ' <-------- I get zero fo...more >>

Question2
Posted by Manny Chohan at 4/16/2005 12:56:01 PM
I converted the C# code from 4guysfromrolla into vb.net. When i try to compile it, i get the following error: A namespace does not directly contain members such as fields or methods Here is the code i have: Imports System Imports System.Web.UI Imports System.Web.UI.WebControls Imports...more >>

Question
Posted by Manny Chohan at 4/16/2005 12:20:02 PM
Guys, How can i write the following CS code in vb .net if (ctrl != null) { _listctrl = (ListControl) ctrl; return (_listctrl != null); } else return false; // raise exception Thanks Manny...more >>

ASP.NET 2.0 Beta 2 Is Where?
Posted by clintonG at 4/16/2005 11:19:48 AM
What section of MSDN Subscriber downloads? Is ASP.NET 2.0 Beta 2 supposed to be used with Visual Studio 2005 Beta 1? Anybody read the licensing requirements yet? Is the 'go live' available? I just feel brain dead or at least I am finally aware of it ;-) <%= Clinton Gallagher ...more >>

Advanced: How to create the regular asp.net web application on Windows Server 2003?
Posted by whidbeywave at 4/16/2005 9:21:22 AM
Hello All, I have been bounced on a new issue this time. My problem is, I have a configured SharePoint Team Services 2.0 installed as default website, which prevents the creation of any new ASP.net projects or even working of existing ASP.net website. So, I am thinking to create a new virtu...more >>

Response.write="And I say, "How are you?"."
Posted by nsj at 4/16/2005 9:08:02 AM
How shall i use quotation marks within another in asp.net?...more >>

Dynamic dropdows appending not replacing second dropdown items
Posted by seanmayhew NO[at]SPAM gmail.com at 4/16/2005 8:17:46 AM
Im attempting to get the vaules for the second drop down on index changed of the first. This works fine. However rather than just replacing the values of the second drop down with the new values its just appending them. On each post back. ie myddlOne.item = fruit; myddlOne.item = vegetable; ...more >>

Unload events
Posted by TR at 4/16/2005 7:26:37 AM
I'm coming to asp.net with mainly a desktop application background, and would be grateful if someone could explain what is meant by "unload" in asp.net . It's not the same as unload in a desktop application context. What kinds of things are typically done in various unload eventhandlers (page un...more >>

Transaction using data from multiple Web Forms ?
Posted by Saket Mundra at 4/16/2005 5:16:02 AM
I have multiple web forms in my application. The user after logging on is directed to form1 where he enters information desired. Once finished he is directed to form2 and the same procedure goes on till form6. After user has entered information in all 6 forms the information needs to be entere...more >>

How send email of resulting aspx page?
Posted by VB Programmer at 4/16/2005 12:00:00 AM
I created a rtf html newsletter editor using ASP.NET. It has a preview button which previews the resulting newletter. The "preview" page basically has tables with labels in it. I fill in the labels with data from the db. Question: How do I email the resulting "preview" page, with everythi...more >>

linking Style sheet in User control
Posted by Gopalan at 4/16/2005 12:00:00 AM
Hi I want to use the <link href="...." type="..."> tag inside the .aspx file. This style is used by the user control (converting an existing aspx file to ascx file) which are added to this aspx page. Please tell me where to put it. It is not working properly now. Thanks Bhuvanesh ...more >>

Validation
Posted by James T. at 4/16/2005 12:00:00 AM
Hello! I am using user controls to customize the layout of my page. There are two user controls with some input fields and standard validation controls. My problem is that every time I am trying to validate the data in one of the user controls the other one complained about empty required f...more >>

How to display with different font color
Posted by ad at 4/16/2005 12:00:00 AM
I use a dataGrid to list the scores of students. If the score is less than 60, I want the score display with font of red. The other will display with blue font. How can I do that? ...more >>

Execute EXE from ASP.NET
Posted by wdewebserver at 4/16/2005 12:00:00 AM
Hi Can anyone tell me how to run an EXE from ASP.NET? I have an EXE that connects to an Oracle database and generates a PDF file (using Report.NET) based on the results from the database. I cannot get the PDF running when using a dll only from an exe. PLEASE HELP ...more >>

Changing the look of a dropdownlist
Posted by John at 4/16/2005 12:00:00 AM
Hi all, Is there any way in which I can change the look of a dropdownlist (the arrows and borders and . . .)? Regards John. ...more >>


DevelopmentNow Blog