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 > september 2006 > threads for sunday september 3

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

Is this a vwd limitation?
Posted by Jeff at 9/3/2006 11:59:18 PM
Hey I don't see any "Publish Web Site" menu item in the "Build" menu in Visual Web Developer 2005 Express. I read in the msdn that came with vwd that I could publish a website using this menu item, but I don't see it... Any ideas about this? Jeff ...more >>


Set hidden values and then submit automatically
Posted by staeri NO[at]SPAM gmail.com at 9/3/2006 11:36:19 PM
>From my page shopping cart page I want to send the amount value to the following payment page: <script type="text/javascript"> window.onload = function (evt) { document.forms[0].submit(); } </script> </head> <body> <form name="payform" method="post" action="https://mmm.com/p...more >>

Problem installing vs 2003 sp1
Posted by John at 9/3/2006 11:26:11 PM
Hi I have downloaded the VS7.1sp1-KB918007-X86.exe file but when I try to install it, it runs for a while and asks for license confirmation etc. but then comes up with a dialog asking for the location of vs_setup.exe file. I have searched the drives but have not been able to locate the vs_s...more >>

Is asp.net database design different to ado and access?
Posted by kiwileiro at 9/3/2006 2:59:47 PM
Hi, i am using asp.net 2.0 to make a database front end. I would like opinions on which field of a lookup table to store in the main table. Currently I store the keyfield value from a dropdownlist that is retrieving data from another table, in to my main table. I have had difficulties when t...more >>

newbie question about asp tags
Posted by Citizen10Bears NO[at]SPAM gmail.com at 9/3/2006 2:16:14 PM
I'm trying to use asp to create an sql string, and then use that sql string with as accessdatasource asp tag. This doesn't work. <% dim sql sql="select * from bytable" %> <asp:AccessDataSource ID="dsOptions" runat="server" DataFile="~/data/db.mdb" SelectCommand="<%=sql%>"> </asp:Access...more >>

encrypt a string and write it out to a file
Posted by Jon Paal at 9/3/2006 1:29:28 PM
need help with code to encrypt a string and write it out to a file. code does not write out to file =========code============== Private Shared ReadOnly encryptionKeyBytes() As Byte = New Byte() {53, 53, 53, 53, 53, 53, 53, 53} Private Shared Function GenerateEncryptedLicFile(ByVal inputTex...more >>

URL rewriting doesnt seem to work with xml sitemap provider and menus
Posted by Ryan at 9/3/2006 1:00:33 PM
Im building a mutli-lingual website in .net 2.0 and Im having an issue with url rewriting and Im having an issue with the xml sitemap provider and menus. If i have a url: http://mysite.com/articles.aspx and then change the local to ru-Ru for instance: http://mysite.com/ru-Ru/articles.aspx al...more >>

Databinding
Posted by Owen Richardson at 9/3/2006 12:56:02 PM
Hi I am confused with databinding - i have created repeaters and gridviews and i understand that <%# Eval("Price") %> returns the value of price thats bound, and i even understand that i can do <%# String.Format("0:f2",Eval("Price")) %> will format my values. What i cant understand though is...more >>



Call a function from another page
Posted by Carlos A. at 9/3/2006 12:17:58 PM
Hello all VB Code. I have a Page1.aspx that opens a Page2.aspx, this page has a button_ok How can I call a Function (in Page1) when I press the button_ok (in Page2) ? Thanks a lot. ...more >>

Repeater with or without objectdatasource?
Posted by Arjen at 9/3/2006 6:41:02 AM
Hi, Can someone tell me what is the best to use in this situation? Now I work with an objectdatasource for my repeater. I choosed this because I was thinking that this is the best... now I want to make my own pager and get problem with the add parameter section (I have add a parameter pagei...more >>

ASP.Net 2.0 Database connectivity
Posted by Binju Paul at 9/3/2006 12:48:12 AM
Hi Can you please tell me the code for checking database field with textbox.text in visual studio 2005 thanx in advance Binju *** Sent via Developersdex http://www.developersdex.com ***...more >>

How to integrate reporting services to a web page?
Posted by pmak via DotNetMonster.com at 9/3/2006 12:00:00 AM
I am a newbie in dotnet development. What I need to achieve is two pgaes, reports listing page and report viewing page. The report listing page displays all the report names I want to publish. When click on the report name and it will go to the report viewing page to display the report. I can cr...more >>


DevelopmentNow Blog