all groups > asp.net > july 2007 > threads for sunday july 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 31
Running a seperate ASP.NET application in a subfolder
Posted by MarkusJNZ NO[at]SPAM gmail.com at 7/15/2007 10:00:33 PM
Hi, I have a website called www.websitename.com which is an ASP.NET
2.0 website.
I need to create another application (Which I want to be totally
seperate from the above website) but for political reasons must be
accessible via a subfolder (e.g. www.websitename.com/otherApplication/
)
Is i... more >>
Google Map
Posted by Carsten Matterne at 7/15/2007 8:40:58 PM
Hallo , wollte mal fragen ob ich irgendwo ein sample für Google Maps finde ,
um damit eine Forum Usermap anzuzeigen (wo wer lebt)
... more >>
hyperlink/linkbutton transfer with http://localhost
Posted by Ganesh at 7/15/2007 6:45:37 PM
Hi There,
It should be easy question, but i don't know how to do.
How to transfer to another website from my page. I tried with linkbutton and
Hyperlink but i cannot figure out
always it transfer to
http://localhost:4111/www.yahoo.com
but i want transfer to www.yahoo.com
Thanks
... more >>
Creating Dynamic Controls
Posted by Robert Bevington at 7/15/2007 4:28:59 PM
Hi everyone,
I have one problem, but when I solve the one, another appears:
I've written a loop that creates a variable number of dropdownlist
controls. When I load the page, the required number of dropdowns appear
on the page, but they contain the entry System.Data.DataRowView and the
n... more >>
Server Application Unavailable on hosted server, not locally though
Posted by dalton at 7/15/2007 3:20:50 PM
I wrote a few webservices in VB .NET 1.1 and have verified they are
functional on localhost. The website they are intended for is paid
hosting (I don't have direct access to the server) that supports .NET
1.1.
After transferring the project to the site if I try to browse to
the .asmx file it... more >>
excel charts using asp.net
Posted by Fred at 7/15/2007 1:29:17 PM
Is it possible to generate a chart using the excel 2007 engine for a web
page? (output in jpg)...
If not what 3rd party solution would you recommend for this purpose
Thanks,
Fred
... more >>
using xml as html
Posted by kal at 7/15/2007 12:50:03 PM
Hi.
I have some xhtml in a file called test.xml.
I created a div on my page then in the page load event i load test.xml into
a smldoc and then
div.innerhtml=doc.innerxml
this seems to work - for all the text bit - but wont seem to get the <img>
that i have in the xml file.
is there so... more >>
App_Data folder, is it always necessary
Posted by Dave at 7/15/2007 12:02:00 PM
Is it always necessary to upload to the host, the App_Data folder if my db
does not reside in that folder?
--
L. A. Jones... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
get sqldatasource field values
Posted by Ganesh at 7/15/2007 10:36:45 AM
Hi There,
I've a page with with sqldatasource and detailsview, detailview was assinged
to sqldatasource on design time. Now i would like to display a some fileds
value in text box.
How can i get the values from sqldatasource. Sqldatasource always returns
one row only.
I expect somethi... more >>
postback when enter key?
Posted by jobs at 7/15/2007 9:40:18 AM
asp.net 2.0.
I've got a web form when focused on a certain textboxes and i hit
enter, I want the page to postback to a particular event where I can
test textbox values.
I've tried a hidden default button with an event tied to it.. did not
work.
I've tried setting useSubmitBehavior on the... more >>
Disable View Source Button?
Posted by Joe at 7/15/2007 7:35:06 AM
Hi,
I have a customer who wants the View Source button disabled when
people view his website. I explained to him how in ASP.NET the "real"
code is in the code-behind module and not visible to the end-user
anyway, but he really wants that View Source button disabled.
Can anyone ... more >>
Design question
Posted by Peter at 7/15/2007 3:28:26 AM
I have a button on my ASP.NET 2.0 web page labelled "Copy to
Clipboard" which must use server side code to format some data in a
specific manner and then copy it to the client clipboard so it can be
pasted into another application. Initially I planned to have the
server-side code put the data s... more >>
difference between Image and ImageButton
Posted by Ganesh at 7/15/2007 12:18:32 AM
Hi There,
Could you some tell me the difference between Image and ImageButton, which
one do i need to use if i want to show some picture on the html
Thanks
Ganapathi
... more >>
Uploaded database
Posted by Dave at 7/15/2007 12:06:02 AM
I cannot have access to my uploaded db. I get error listed below. I'd like to
know the following: If I set my connection infomation in web config. Do I
have to change it when it's uploaded, because the host request that I change
the name of the database. Will problems may arise with database ... more >>
|