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 > october 2006 > threads for saturday october 7

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

new window with paramters
Posted by Agnes at 10/7/2006 11:11:35 PM
I got a datagrid in web page , when the user click the row in the datagrid, I want to prompt a new window and pass the parameter to that window . and that "window" will show the corresponsed data (by using datagrid) how can I do that ?? thanks a lot ...more >>

Cool Interview Questions on Dot Net
Posted by softwareakash at 10/7/2006 9:46:04 PM
Hi Check this out http://mstechinterviews.blogspot.com ...more >>

Binding to Gridview
Posted by Mike at 10/7/2006 9:03:14 PM
I'm having trouble getting a gridview to bind. I probably missing something completely obvious and would appreciate any help on offer. I'm passing parameters via querystring, and have created a stored proc as follows: qGetSearchResults: SELECT Adverts.AdvertID, Location.Location, Jo...more >>

"Unable to connect to SQL Server database" error when using profile
Posted by Peter Afonin at 10/7/2006 8:23:29 PM
Hello, I'm using CreateUserWizard control in ASP.NET 2.0. I'm storing the data in SQL Server 2005. The first and last steps run smoothly without any problems. But I added one middle step to collect some other information from the user. I've added this to Web.config: <profile> <proper...more >>

Virtual Directories
Posted by Mr Struggler at 10/7/2006 7:54:40 PM
Hi Folks, OK, I have a IIS Server running in my house and as I have a static IP Address I host a web site from it. I have two virtual mapping to the directory in where it is stored. so www.mydomain.net or mydomain.net will arrive at the same web site wwwroot\myWebsite This works fine ...more >>

Membership - create user wizard, are there others?
Posted by Lukas Kurka at 10/7/2006 5:38:16 PM
Hi, do you by chance know about other controls working with membership? Something like create role, assign user, manage users, etc. Thx Lukas ...more >>

Dollar is going to rise!
Posted by support NO[at]SPAM usatodays-dot-us.no-spam.invalid at 10/7/2006 5:21:19 PM
Dollar is going to rise Good news for US http://my.usatodays.us/money/myusatoday.htm --------------------------------- http://community.ihostasp.ne ASP.NET Developer Community...more >>

Getting DataGrid Header information
Posted by GaryDean at 10/7/2006 5:12:35 PM
I am writing a method in a component that gets passed a 1.1 Datagrid. The datagrid's columns were created at run time meaning it has no columns collection. How can I access Header and Footer data in the grid? It's not in the grid.items collection - only rows there. there is no grid.hea...more >>



User Control Event Handlers
Posted by rn5a NO[at]SPAM rediffmail.com at 10/7/2006 4:11:21 PM
Consider the following user control which resides in Address.ascx: <script runat="server"> Public Property Address() As String Get Address = txtAddress.Text End Get Set(ByVal value As String) txtAddress.Text = value End Set E...more >>

footer position
Posted by JP.Gantlin at 10/7/2006 12:52:48 PM
how do i keep my footer at the bottom of the page, even when the page is empty? is there a style setting? ...more >>

Bitwise comparison in RowFilters
Posted by Mark Rae at 10/7/2006 12:51:01 PM
Hi, This isn't *specifically* an ASP.NET question, so I've also posted it in the ADO.NET group - however, it's not too far off-topic... Imagine a SQL Server 2005 database with a table with an int column used for bitwise data - you know the sort of thing... 0, 1, 2, 4, 8, 16 etc intBitwi...more >>

What's the REAL deal with Javascript ?
Posted by Liz at 10/7/2006 11:53:04 AM
Do you really have to use these methods like RegisterClientScriptBlock() to get client-side Javascript into an ASP.NET 2.0 page ? For anything beyond trivial scripting, this is really a painful process, no ? I guess I'm not clear why you can't put JS inline ? Doesn't it just get emitted along...more >>

Newbie Question (Protected vs Private)
Posted by Stan SR at 10/7/2006 11:34:00 AM
Hi, What's the difference between Protected and Private functions ? I mean, is there a big difference when I write this private void myFunction(int myId){ blabla } and protected void myFunction(int myId){ blabla } Stan ...more >>

Inheritance problem
Posted by David at 10/7/2006 11:22:52 AM
Hi all, I am trying to write a user control. On this control, I just have linkbuttons. The codebehind has to inherit from my baseclass which inherits from usercontrol. e.g. mypage.ascx inherits from mypage.ascx.cs mypage.ascx.cs inherits from mybaseclass mybaseclass inherits from s...more >>

Forms authentication - after login it goes to default.aspx
Posted by Lukas Kurka at 10/7/2006 11:11:19 AM
I have index.aspx and on that page i have login control and also other stuff. After I logged in, it redirects me to default.aspx which doesn't exist. Where can I change this stupid bahaviour? Thx Lukas ...more >>

Checkbox in gridView
Posted by WT at 10/7/2006 10:14:58 AM
Hello, I am searching a way to have an IE interface that allow my user to check different lines in a table without having to change to edit mode for each line and go back in read mode. The input must be as fast as possible without server return for each line, only the whole page should be p...more >>

GridView. Get value.
Posted by shapper at 10/7/2006 10:02:24 AM
Hello, I need to get the value of a Gridfiew field named "Channel" which is the first column of the Gridview. I want to use that value to build the ToolTip of an image. How can I do this? Here is my code: Private Sub gvRSSChannels_RowDataBound(ByVal src As Object, ByVal e As GridVie...more >>

still probs ::: how to use microsoft application blocks ent lib june 2005
Posted by Mukesh at 10/7/2006 9:51:30 AM
Thx Sloan for the solution. It is working properly under Full trust When i tried it under Medium trust it was giving error Parser Error Message: Required permissions cannot be acquired. :::::::::: Source Error: [No relevant source lines] Source File: machine.config Line: 258 ::::...more >>

GridView add multiple controls to edit item template
Posted by Jerod Hatley at 10/7/2006 7:46:07 AM
when I try to add two controls to an item template, I cannot figure out how to keep them on a single line. the functionality is just fine but how do I get the controls to render on a single line? No matter the width of the template column width, they alyways render in seperate lines which alte...more >>

Bound Field in Bold
Posted by shapper at 10/7/2006 6:59:15 AM
Hello, How can I make a GridView Bond Field to display its text in Bold? I couldn't find any CssClass or Bold property in the Bound Field. Thanks, Miguel ...more >>

Get Global Resource
Posted by shapper at 10/7/2006 5:36:27 AM
Hello, I need to get a global recource but I have a problem: I only know its full name at runtime. I have an resx file named RSS with 2 strings: News_Title and Catalogue_Title. Now I need to load one of the two strings but the decision should be made at runtime. If I knew which one sh...more >>

Sending text stream as text file from aspx page
Posted by Simon Rigby at 10/7/2006 5:08:09 AM
Hi folks, Apologies if this is not directly relevant but I was struggling to find a group with the appropriate context. So as my problem is in an aspx web site I thought I'd try here first. Please feel free to suggest a more relevent group. I have some code that I am using to build a stream...more >>

IIS restart takes ours
Posted by wwwmike NO[at]SPAM gmx.ch at 10/7/2006 4:52:00 AM
Once a while my server is showing my the "Service Unavailable" page when IIS6 kills itself. My shared hosting at allows me to click on an "Update Website" button which restarts the whole site. The process to restart my page takes between 4 to over 6 hours! My hoster told me that I have abou...more >>


DevelopmentNow Blog