Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 2003 > threads for saturday november 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

DataGrid problem (newbie)
Posted by Saber S at 11/15/2003 11:53:33 PM
I'm very new to ASP.Net and it is my first code. I'm using Visual Studio.Net. When I run this code I see a blank page in browser (pasted at the end of this email) what's wrong? Public Class WebForm1 **CENSORED!!** (default vs.net codes without change) Dim connect As New System.Data.O...more >>


passing session variable from DDL
Posted by kai at 11/15/2003 11:32:59 PM
Hi, All I put Drop Down List on a ASP.NET form, it contains "CustomerID" from Northwind Database from SQL Server 2000 "Customers" table. I use SqlDataAdapter, SqlConnection and DataSet control to connect the "ddlCustomerID" control. When I select a customerID from the list, let say "BLONP", ...more >>

a script for counting the no. of enters on my site
Posted by Mr. x at 11/15/2003 9:05:53 PM
Hello, I need a script for counting the no. of enters on my site, please. I need a check that for the same user in the same day - if the user enter several times, it is count once (or something like this - I need that the script will accurate as possible). On the server side I have the .NET...more >>

how to call java script function after executived the server side code
Posted by Cheng Wei-Chao at 11/15/2003 7:32:09 PM
hi: i have a button, when i click it i want to store data to database and open a new window in general we use java script to open new window but how to call java script function after i executived the server side code thank you!...more >>

DataGrid Update
Posted by James McGivney at 11/15/2003 5:26:52 PM
In VS.Net ASP.net I have a web page. On the web page is a datagrid. The datagrid is named AnteGrid and I populate it from a Microsoft Access table named Ante, using AnteConnection1, AnteAdapter1 and a dataset named Ante11 whose DataSetName is Ante1. The Ante Table contains the 5 fields...more >>

Coice of pages to load
Posted by Smoothice at 11/15/2003 5:26:17 PM
Can anyone tell me how to do this I am very new and experimenting with asp.net using vb I want to have to different buttons that load and pass data to different pages depending on the button pushed. I tried to use two forms but asp.net will only allow one form per page. Is there anyway t...more >>

UserControl not firing
Posted by nguyette NO[at]SPAM gemssensors.com at 11/15/2003 3:55:33 PM
Hi, All, I'm having problems getting OnInit to fire in my UserControl, when I use a custom template to render the control. The control will render to the browser and it wasn't until I needed to perform some initialization in the OnInit event did I realize that this event was never firi...more >>

Adding a new column and values into a dataset
Posted by Do at 11/15/2003 3:23:56 PM
Hi, I have a dataset that returns values. I have done some calculation and 1) want to set the results into a label that I have put into an itemtemplate in a datagrid. 2) Or just set the values to a new column in the existing dataset and use that data for my datagrid How do I go ab...more >>



Line Chart in ASP.NET and C#
Posted by Bruce Schechter at 11/15/2003 2:57:36 PM
I need to generate a series of line charts dynamically from ADO.NET data in a C#, ASP.NET application. I've read several articles about using GDI+ to render graphs into a bitmap image and then to place those images within an ..aspx page. If necessary, I'll do all the hand-coding in that way. B...more >>

Simple question on Viewstate
Posted by Danny at 11/15/2003 2:34:54 PM
Hi, I have a very simple asp.net application with a webform and an integer data member. I've placed a button on this form which increments the integer data member by 1 each time it is clicked and displays it with Response.Write. The data member's value is not saved in each button click, and th...more >>

VB Code behind: Howto handle querystrings and requests
Posted by ALPO at 11/15/2003 1:17:22 PM
ARe there any good articles or examples on using the querystirng or form requests in VB code behind?...more >>

Editing A Line In A Datagrid
Posted by JimHeavey at 11/15/2003 10:54:05 AM
Hello, I have a row in a Datagrid which has a value already provided for a field. When the user clicks the "edit" link for that row in the datagrid, the "EditItemTemplate" binds that column to a dropdown list which has all of the valid values. The problem is that when the line is being e...more >>

How to get filename
Posted by Áõ¾ü at 11/15/2003 10:31:56 AM
Hi, I can use TemplateSourceDirectory to get the directory of an aspx from usercontrol. how could i get the parent filename from usercontrol? thanks bowyee ...more >>

Forms authentication expiration
Posted by Do at 11/15/2003 10:15:18 AM
Hi, What's the default expiration for forms authentication? If I hit refresh, will i get redirected to a login page(if the time has expired)? Thanks, Do ...more >>

Source Control and sharing/branching
Posted by mathiasfritsch NO[at]SPAM gmx.de at 11/15/2003 9:34:56 AM
I have setup Visual Studio to work with a VSS-Server. (Source Off Site) I dont see a way to share and later branch my project. File -> Source Control -> Share is grayed out. What is the best way then to share/branch? SOS-Client is 3.5.3 / Server is 3.5.2 I had some bad experiences doing V...more >>

MS Agent in ASP.NET
Posted by Thanigaimani at 11/15/2003 8:57:46 AM
i problem is to implement MSAgent in a Browser. so i'm writing a separate user control file. then in is imported ina .aspx file. It is possible to display the Agent Control in Client Machine?...more >>

Using HTTP Parameters with C# and .NET
Posted by Peter at 11/15/2003 7:51:02 AM
I have a question as below: .. one.htm calls two.aspx page with parameter as below: .. two.aspx?para1=hello .. in two.aspx.cs file, how do I use the parameter? Please advice. ...more >>

Aspose.Purchase 1.3 Released!
Posted by info NO[at]SPAM aspose.com at 11/15/2003 7:36:07 AM
Hello, Aspose.Purchase is Aspose's online purchasing system which enables you to quote, purchase, license and invoice by yourself with an authorized account. The whole prcocess is executed in an SSL protected page and can be finished within minutes without any manual handling from Aspose staf...more >>

trying to us RELATIVE PATH ON MY CONNECTION STRIN
Posted by RAW at 11/15/2003 1:52:16 AM
Hi Im trying to us relative path in my connection string instead of absolute what Im doing wrong this is my code Sub Page_Load() Dim strConnection as String = "Provider=Microsoft.Jet.OLEDB.4.0;" strConnection += "Data Source=Server.MapPath("../dbcontainer/content.mdb") data_src.text = strConn...more >>

Single request's performance
Posted by Michael Per at 11/15/2003 12:39:20 AM
Scenario: intranet application, one request may take a long time and a lot or resources to process and it is sort of valid: request is complex and client is willing to wait. However while this big request is being processed performance of other requests running in parallel suffers greatly. Que...more >>

Datagrid- scroll
Posted by sumit at 11/15/2003 12:23:29 AM
Hi, I want to make a datagrid to be scrollable instead of paging in it. So i have put that datagrid html tags inside <div></div> tags and made that div scrollable. Due to this if i scroll down the datagrid,header is not shown int the datagrid view because that header is also considered as ...more >>


DevelopmentNow Blog