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 > march 2005 > threads for sunday march 13

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

Control equivalent to MS chart control of Vb in ASP.NET
Posted by ourspt at 3/13/2005 11:17:02 PM
Hi, We have a scenario in our VB 6.0 application that shows information in chart form..we used MS CHART CONTROL 6.0 there..similarly we need to show the same chart in asp.net(VB.NET) also. Please suggest how we could do that. Thanks in advance ourspt...more >>

How to create obj: "New Outlook.Application" in ASP.NET? (simple)
Posted by HvG at 3/13/2005 10:00:14 PM
I'm sure this is a trivial question, but I cannot create an Outlook Object from a WebForm app, but can from a console app. or a Windows app. My COM knowledge is very poor sorry. Code----------------------------------------------------------------------------------- Dim oApp As Outlook.Applic...more >>

Calling Java API from a ASP.Net Page.
Posted by Vijay at 3/13/2005 8:55:02 PM
Is it possible to call to a Java API from an ASP.Net page without using webservices or remoting....more >>

Need Some Advice.
Posted by Shapper at 3/13/2005 8:32:16 PM
Hello, Until now I have been using Dreamweaver to create ASP.Net/VB web sites. I gave up of using it. Too many limitations. What is the best software to create ASP.NET/VB web sites? Maybe Web Matrix from ASP.NET. Or Visual Studio? What do you advise me to use? Thanks, Miguel ...more >>

annoying features of VS IDE autoformatting
Posted by Sergei Shelukhin at 3/13/2005 8:10:45 PM
1) How do I stop VS from changing my styles? I have inline style like border: 1px solid black;, and it's split into 4 individual declarations for 4 borders. 2) Main annoyance: how do I stop AutoFormat from replacing XML entities with characters? Or how do I fix encoding problems with that? ...more >>

asp.net repeater loop
Posted by Taymorza at 3/13/2005 8:04:07 PM
All, I need some help with the ASP.NET Repeater Control. I am not a very strong ASP.NET developer. I am using the repeater control display pictures. I want to have six pictures in a row and then start a new row. I am having trouble with the "new row". I would normally count the loop and then ...more >>

ASP.NET Question
Posted by Roshawn Dawson at 3/13/2005 7:53:49 PM
Hi, I'm a newbie to web programming, let alone ASP.NET. However, I have a few questions. Can variables declared in Javascript be accessible to code contained in other script blocks (ie. <script runat="server" language="c#">...</script>) and vice versa? If so, how? Does code containe...more >>

File Download Question
Posted by Rani at 3/13/2005 6:38:05 PM
Hi guys i would like to add a file download capebility to my website how do i do that ? currently i have few pages on my web site and would like add a regulation file for the users to download. please reply ...more >>



RadioButton (or Checkbox) event firing if selected (not changed)
Posted by tshad at 3/13/2005 5:32:04 PM
Is there a way to allow a user to press a radio button if it is already selected? There is an onCheckedChanged event that fires when the person presses the button and it is isn't selected already. If it is selected, it doesn't fire. This isn't the case with a checkbox. The event fires wheth...more >>

Quucik question on the redirect
Posted by Rudy at 3/13/2005 5:25:05 PM
Hello all! I'm trying to get my use to go to a diffrent page, other than default on the "redirectfromlogin". Here is my code "FormsAuthentication.RedirectFromLoginPage(txtNicGuest.Text, False)" How do I add the my page, "test.aspx" so it goes to my test page. Can't figure out the correct ...more >>

Context or URL ?
Posted by Steph at 3/13/2005 5:24:27 PM
Hi, Is it better to use the URL method to send informations to a page, or to use the context method ? Thanks. ...more >>

DropDownList not getting SelectedValue from browser
Posted by Schultz at 3/13/2005 4:46:33 PM
When using DropDownLists in ASP.NET VB 03 on Windows Server 2003 (IE 6) the selected values for Databound dropDowns is always the first item in the list, even after changing the selected item before submitting the form to do its requested action. The html source does not say that it is selected,...more >>

Creating ASP.NET forms, that act like HTML forms
Posted by jlopes151 NO[at]SPAM comcast-dot-net.no-spam.invalid at 3/13/2005 3:36:55 PM
Question: I'm creating an ASP.NET webform and I have questions about how the ASP.NET form works. In ASP or HTML a form with an action will transfer that forms items to another page. From the documentation I have read, there is nothing that describes the use of the forms action atribute. I...more >>

How to define the title of a page with code?
Posted by ad at 3/13/2005 3:33:41 PM
Can we define the title tag of a .aspx with code? ...more >>

Problems with Dynamic Html Table control generation
Posted by Al Wilkerson at 3/13/2005 3:18:16 PM
Hey, I have a Web Form with a drop down list, textbox, and search button. When click the search button an SQL server database is queried fordata. Once I have the data in a dataset I use the dataset to dynamically create a Html Table control. I want to display the table on another frame ...more >>

Problems with displaying dynamic Html Table control
Posted by Al Wilkerson at 3/13/2005 3:04:05 PM
Hey, I have a Web Form with a drop down list, textbox, and search button. When click the search button an SQL server database is queried fordata. Once I have the data in a dataset I use the dataset to dynamically create a Html Table control. I want to display the table on another frame...more >>

how to display time continuously in asp.net--plz help me
Posted by karanam ravi kiran via DotNetMonster.com at 3/13/2005 1:43:21 PM
hi friends, i am fresher in the world of .net, i have problem to display time in asp.net web continuously. i want to display time on the form like the "live timer on windows task bar" plz help me over this thing thank you ".net Monster" -- Message posted via http://www.dotnetmonster.co...more >>

NNTP client component in ASP.NET 2.0 Beta?
Posted by Hiran de Silva at 3/13/2005 1:09:25 PM
Does anyone know if 2.0 (Beta) has an NNTP client component? Thanks, Hiran ...more >>

Error when trying to use ASP.Net Web Administration Tool
Posted by martin.lundberg NO[at]SPAM gmail.com at 3/13/2005 11:37:47 AM
Hello! I've just donwloaded February 2005 Community Technical Preview Release of both Web Developer Express and Sql Server Express and when I'm in Web developer express goes to the menu item Website > ASP Configuration I'm taken to the ASP.Net Web Administration Tool and this message is showe...more >>

ASP.NETFORM
Posted by Nicole Legroe at 3/13/2005 10:27:29 AM
How can I manipulate an ASP.NETForm: 1 to open the form in a new BrowserWindow 2 to set the Heigth and the Width so that the dimension can not be changed by the client in the Browser ...more >>

IIS / ASP.NET freezing computer
Posted by Steven K at 3/13/2005 10:23:02 AM
Hello, I am having a problem where my computer is freezing when I run a ASP.net project. It freezes in the debugger, or if I try to run it as localhost. I cannot even access the windows Taskbar, or anything. I have to power off my computer. It is a brand new machine, XP Pro, VS.NET ...more >>

Debugging CodeBehind file
Posted by Al Wilkerson at 3/13/2005 9:55:57 AM
Hey, How do you debug the codebehind file of a web application? When I put breakpoints and run in debug mode nothing happens. I can't step through because it looks like the line where the breakpoint is, does not get executed or recognized as debug line. I have debug set to 'true' in web.c...more >>

Help with a SQL Statement
Posted by Sparky Arbuckle at 3/13/2005 8:26:14 AM
The SQL I am using is supposed to grab only 6 titles from the database and randomly display them on the default page. When I add more titles to the database the initial 6 turns into 7,8,9 - 14 titles. Any pointers. The SQL I am using is below: Dim strSQL as string = "SELECT TOP 6 ASIN, strTitl...more >>

Parser error
Posted by tlh9 NO[at]SPAM np.edu-dot-sg.no-spam.invalid at 3/13/2005 7:36:39 AM
After building the ASP.NET page, the following parser error occured: Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: C...more >>

C# Preprocessor
Posted by I am Sam at 3/13/2005 6:25:04 AM
I want declare some const strings in my application but I don't want to repeat the constents in every page I write in my codebehind I was wondering if there is some kind of directive or preprocessor I can declare at the top of my codebehind that will import the constents from a seperate file. ...more >>

Updating a specific Row in a DataSet
Posted by Justin at 3/13/2005 4:21:02 AM
I am trying to update a specific row in a dataset without knowing it's Key Identity all I have is the value of the "Email" collumn. I have tried: DataSet5.Tables("Customers").Rows.Find(Email) but that generates an error. What is the best way to do this? Thanks, Justin....more >>

set the width of dataGrid column
Posted by Joko suprianto at 3/13/2005 12:13:11 AM
Hi, i want to ask how to set the width of each of the column on the datagrid. im using vb.net because from what i know in vb.net we have DataGrid1.TableStyles(0).GridColumnStyles(2).width = 150 that can set the width in datagrid column, but i couldnt use this method in asp.net thax...more >>


DevelopmentNow Blog