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

BottomLineStyle of Crystal Report cannot be shown on Web Page
Posted by Rabbit at 4/15/2006 9:02:07 PM
Dear All, I am working on the formatting of a Crystal Report, I'd noticed that setting BottomLineStyle, and other xxxLineStyle can only be shown when user export the report into PDF format, other than that, displaying such crystal report on ASP.Net 2.0 pages will not show the lines. Beca...more >>

joining two string variables in asp.net?
Posted by Wally at 4/15/2006 8:34:07 PM
Dim var1 as String Dim var2 as String var1="message1" var2="message2" how do I join the two string variables? ...more >>

Problem with ObjectDataSource and custom webcontrol.
Posted by Peter Rilling at 4/15/2006 8:19:39 PM
Okay, I something weird is happening where I do not know if I am doing something wrong. I have a page that contains a custom webcontrol that I developed. This webcontrol basically loads a UserControl (ascx) using the LoadControl method and writing it out to the browser. Page --> custom ...more >>

Coding of Back Page
Posted by Budd at 4/15/2006 7:23:04 PM
Hello I got some problem on Back page if i want to go back the previous page by clicking the back button, how to do?? how to get the previous page link or some ease way to do?? thx a lot ...more >>

debugging ASP Pages
Posted by VJ at 4/15/2006 6:51:13 PM
When I am attaching process to debug in ASP.NET application, the Debug window shows a list of currently or recently used/opened ASP.NET applications.. I don't understand how and were this is list is from, is there a way to bump a specific one up the list or change the order?. Where is this l...more >>

Passing data to user control in a view
Posted by paul at 4/15/2006 6:16:11 PM
I have a user control that uses some javascript to fire a popup which is used for a date picker. The textbox (and the button that fires the popup box) needing to get the date is in a user control which reside in the view of a multiview on a .aspx page. I tried wiring it up with an html input bu...more >>

Passing information between pages
Posted by John at 4/15/2006 5:43:58 PM
Hi I have on my page1.aspx the following; Context.Items("Msg1") = msgstr Response.Redirect("Page2.aspx") Page2.aspx has the following; Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load lblMsg.Text = CType(Context.Items("Msg1"), String) E...more >>

where did my dll go?
Posted by WebBuilder451 at 4/15/2006 11:53:01 AM
I have a local serve that holds my source code and i'm using vs2005 for 2.0 to build the site. I'm runingthe site off my local pc (filesystem). I built the site but can't find the dll or the bin directory. Any Ideas? -- thanks (as always) some day i''m gona pay this forum back for all ...more >>



Changing the default URL
Posted by Peter Morris [Droopy eyes software] at 4/15/2006 10:43:21 AM
When I run a website in VS2005 and use the built in web server (I don't have IIS installed) the URL is http://localhost/websitename How can I change this so that it is http://localhost instead? I like to use absolute paths in my webpages. Thanks Pete ...more >>

Publish VS Copy project
Posted by Phil Barber at 4/15/2006 8:43:20 AM
In VS 2003 I could copy the altered aspx files and the dll in the bin folder to update my webiste. After I upgraded the site from VS2003 to VS2005 I published the site and all went well. I now want to be able to update the site as I did before. When I Select "Copy Project" and look in the bin...more >>

Session Conflict
Posted by aroraamit81 NO[at]SPAM gmail.com at 4/15/2006 4:29:48 AM
Well Guys, Here is a very strange trouble. When more than one users request tto same page at the same time then our session gets conflicted. Moreover I printed my SessionID, strangely but true I got the exact same SessionID as of other users's. Well I guess nothing wrong with my code, do I ...more >>

Help with GridView
Posted by Maqsood Ahmed at 4/15/2006 1:35:30 AM
Hello, I am new to ASP.net 2.0. I have successfully bound a in-memory DataTable (not connected with a database) with GridView. I have set AutoGenerateEditButton property to true. Now whenever i click on Edit link, the page does postback, but the row does not become editable. I have also tried ...more >>

WebUserControls in a IFrame (RenderAsIFrameAttribute)
Posted by Stephan Smetsers at 4/15/2006 12:49:55 AM
hi, For all you developers out there... I've created an attribute named: RenderAsIFrame. Its real cool and works perfectly. It enables the developer to change the render behaviour of a webusercontrol into a IFrame-control that links to the content of the webusercontrol. For more infor...more >>

Grid view formatting
Posted by John at 4/15/2006 12:18:04 AM
Hi I have applied auto format to a gridview. Now I would like to change the font size without effecting the rest of the auto formatting. I have tried setting the font size in grid view properties and individual column properties but it does not take any effect. How and where can I change th...more >>

GridView coloring on client side
Posted by InK_ at 4/15/2006 12:00:00 AM
Hi, All! I need to accomplish such functionality: A data row should be highlighted with the other color if cursor is over it. I also have the old code from asp which uses <tr onmouseover="colorrow(this,'#EEEEEE');" onmouseout="colorrow(this,'#FFFFFF');"> for every row of a table. What...more >>

Column of tick boxes - how to do it?
Posted by John at 4/15/2006 12:00:00 AM
Hi I have a bound gridview. I need to allow users to select multiple rows and then press the process button to process multiple selected rows. For this I want to use additional column of checkboxes (unbound?) which user can tick. Is there an example of such a scenario somewhere that I can ...more >>

Inserting info in a table
Posted by John at 4/15/2006 12:00:00 AM
Hi I have a set of values that I need to insert and sql server table. My question is, out of all the methods what is the best (in terms of being simplest/most straightforward) method to do that? Thanks Regards ...more >>


DevelopmentNow Blog