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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|