all groups > asp.net > november 2007 > threads for monday november 26
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
Simple help with AJAX & script-callable web service
Posted by Mike at 11/26/2007 10:57:00 PM
Hi. I'll try to explain this as best as possible. I have a script-callable
webservice that returns a string. I am trying to simply load a page and then
document.write the return result from a webservice called a service
reference. Currently I have to click a button on the page and fire an ... more >>
CredentialCache.DefaultCredentials
Posted by J055 at 11/26/2007 9:33:46 PM
Hi
I'm using the following code to get a response froma server which uses IIS6
and Integrated Security. I don't understand where the credentials are stored
on the client, i.e. the Visual Studio web server. How do I clear them? What
are DefaultCredentials? The username and password I've been... more >>
listView controlling different page views?
Posted by Andy B at 11/26/2007 6:47:32 PM
I have a listView with different items in it. Each item when arrowed to
needs to update the page with a different view (without doing a postback).
Is there a way to do that, and if so what control do you use for the page
contents?
... more >>
Access page from class
Posted by shapper at 11/26/2007 5:46:52 PM
Hello,
I have a class in a DLL library with a method named Initialize.
I want to add a few things to Page Header when this method runs.
How can I access the page header from my class?
Thanks,
Miguel... more >>
asp text boxes in a table -- some are emphasized & some not, but props are identical
Posted by Jeremy at 11/26/2007 5:16:58 PM
Here's a piece of a table. The first textbox shows flat with a thin border
and white background. The 2nd one shows as a 3-D box (bevelled border) and
the background is mustard-ish. Is asp making decisions in a smoke filled
backroom and not telling me?
-Jeremy
<... more >>
how to troublshoot a connection problem between asp.net and sql server?
Posted by PJ6 at 11/26/2007 4:32:35 PM
I cannot connect to SQL Server at all through an ASP.NET connection on a
production Windows 2003 server:
An error has occurred while establishing a connection to the server. When
connecting to SQL Server 2005, this failure may be caused by the fact that
under the default settings SQL Server... more >>
VS2008 - how deploy a site?
Posted by Cirene at 11/26/2007 4:21:11 PM
What is the best way to deploy a website created with VS 2008? (Now that
web deployment projects are delayed.)
I want to be able to modify the web.config file on the website.
Thanks!
... more >>
DataSource. Please, need some help.
Posted by shapper at 11/26/2007 3:52:34 PM
Hello,
I am using a LinqDataSource but I could either use an SQLDataSource or
any other. The question is the same:
The DataSource is associated with a GridView and I have the following
event:
' lds_Deleting
Private Sub lds_Deleting(ByVal sender As Object, ByVal e As
LinqDataSourceDelete... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Sending email attachments via ASP.net
Posted by darrel at 11/26/2007 2:56:34 PM
Good idea? Bad?
I have a client that has a bunch of random legacy perl scripts on their site
for their various contact forms.
They want everything converted to asp.net
One of their forms allows a person to upload an attachment and have it
emailed to them.
I find this a bad idea...I w... more >>
How can I install a web application on IIS via Setup
Posted by Sylvie at 11/26/2007 2:32:47 PM
After copying application to somewhere, we must go IIS and make some
settings by hand, how can I automatically setup web app's ?
... more >>
Dynamic Javascript Confirm Box from ASP.NET
Posted by marksommerville@yahoo.com at 11/26/2007 2:18:59 PM
Anybody know how to display a dynamic message in a confirm dialog. I
have 2 check boxes and a button. On button click I want to be able to
display a confirmation dialog depending on whether or not I have the
checkboxes checked. No check = no dialog, check 1 = "Are you sure you
want to delete A?... more >>
Mass emails
Posted by PokerMan at 11/26/2007 1:46:50 PM
I need to email my client database of emails, but doing this is just too
slow:
...pseud code
while(have emails)
{
//fetch email
//preinitialised smtpclient object with host and message used
smtpclient.sendemail();
}
I have seen some complex codes written for mass emailing, wh... more >>
Submitting Form to Database
Posted by Ben at 11/26/2007 1:23:58 PM
I have an ASP.Net page created with a table I made to look like a form
for our benefit request program. How do I code this properly to send
it to a table in our database.
For the sake of me learning how to do this lets just do short example
like. I have an aspx page with a label for name and... more >>
Add problem in ASP.Net 2.0 webpage
Posted by B. Chernick at 11/26/2007 1:19:05 PM
I had what I thought was an intermittent add problem in VB/ASP.Net 2.0. The
web page was not always adding records, but there was no visible crash or
error message. After some trial and error it appeared that a record would not
add unless I do an actual click on the calendar control. After s... more >>
Calendar control
Posted by Mystique at 11/26/2007 1:15:01 PM
Hello,
I am building a page with the ASP.NET Calendar control. Is there any way
i can change the style (ex: background) of certain days, but not one
day, an interval of days (ex: 3,5,6,7)?
Thanks,
Mystiue... more >>
The Most Frequently Asked Questions About Islam
Posted by aassime abdellatif at 11/26/2007 12:13:25 PM
WHAT IS ISLAAM?
The word "Islaam" means peace attained through submission ; to be at
peace with yourself and your surroundings by submitting to God and
obeying his commandments. This is a unique religion with a name which
signifies a moral attitude and a way of life. Judaism takes its name
fr... more >>
Hover & code-behind
Posted by gsauns at 11/26/2007 11:56:55 AM
I have a few buttons I need to use... I want them to run code-behind,
but I also want them to have CSS hover properties. What's the best way
for me to do this?... more >>
random server error when using OCX in web page
Posted by Neal Bade at 11/26/2007 11:42:04 AM
We are trying to use our OCX control in a web page in order to create
a web interface to our label printing application. Seemingly randomly,
calls to certain methods of the OCX will cause a server crash. We have
been trying to debug this for several weeks and cannot figure out what
the problem i... more >>
How to 301 redirect default.aspx to root
Posted by Eirik Eldorsen at 11/26/2007 11:18:39 AM
How can I 301 redirect www.example.com/default.aspx to www.example.com
without using ISAPI filters?
... more >>
Urgent: VS2008 web deployment project available?
Posted by Cirene at 11/26/2007 11:01:31 AM
I used to use the Web Deployment Project with my VS2005 projects.
Now I've fully upgraded to VS2008. Do I have to download a new version of
the Web Deployment Project? If so where can I find it?
If not, how do I have to change my deployment strategy?
Thanks!
... more >>
Builing a navigateurl string programatically.
Posted by Mufasa at 11/26/2007 10:55:38 AM
I have a routine that goes through and creates some hyperlinks that I add to
a panel on the page. Works fine. When I generate the navigate url string, I
include some querystrings to it. The string looks fine before doing it but
when it get's to the actual string, it converts the ? and & to the... more >>
SQL Server session state not working unless cookieless=true
Posted by MPF at 11/26/2007 10:39:42 AM
Thanks in advance for any info.
If the cookieless=true is turned on, the sessions are stored in the
database. If cookieless=false, then no attempt to use the database is
made. I verified this by putting an invalid password in the connection
string and it didn't error out unless cookieless=true... more >>
MVP Pattern with .aspx Pages, and FXCop Error
Posted by Chris Marsh at 11/26/2007 10:05:42 AM
All
In order to facilitate more effective unit testing for .aspx and .ascx
items, I am using the MVP pattern. I therefore have the following entities:
interface IMyPageView
class MyPagePresenter
class MyPage
Interface IMyPageView defines events.
Class MyPagePresenter accepts an object ... more >>
On 'crash-proofing' ASP.Net 2.0 code
Posted by B. Chernick at 11/26/2007 9:40:01 AM
This is related to an earlier post of mine. In a general sense, how does one
'crash-proof' 2.0 webpages, especially when dealing with legacy databases?
To be more specific, Visual Studio 2005 and ASP seem to be extremely
unforgiving of bad or null data, especially datetime fields and bad val... more >>
How to get rid of "width: 3px" separator in horizontal asp:menu control?
Posted by DC at 11/26/2007 8:47:44 AM
Hi,
I want to use a horizontal tabbed menu and took this solutions as a
template:
http://www.java2s.com/Code/ASP/Components/TabcontrolDemoC.htm
Everything is cool, but in my menu there are no spaces supposed to be
seen between the tabs. The menu control seems to render a <td> with an
inl... more >>
SqlCacheDependency - strange problem
Posted by Jordan at 11/26/2007 8:25:13 AM
I am caching a list of data with SqlServer2005 and an
SqlCacheDependency. The data is used on a CRUD page (to add, update
and delete "owners"). For some reason I have to change the data twice
before the cache is invalidated. Example: I update an owner's name --
the cached data is not invalida... more >>
Help with Gridview and image button
Posted by glbdev@gmail.com at 11/26/2007 8:00:33 AM
Hi,
I posted this question yesterday but didn't get the answer I needed.
I am DESPERATE to get this working so I'm re-posting it because I
don't think I worded it correctly.
I have a GridView which is databound to a table. All the data is
being pulled correctly so there is no problem there... more >>
Design issue: Handling null datetimes from legacy databases.
Posted by B. Chernick at 11/26/2007 7:58:02 AM
I'm writing a demo website in VB/Dot Net 2.0. The database is SQL 2000 and
the design is at least partially legacy. (And this is the first real web
work I've done in 2.0. All previous work was in 1.1) It is my intent to
stay as close to defaults as possible: i.e. using the most generic tec... more >>
Remote Desktop via web page
Posted by Rainer Hocker at 11/26/2007 7:19:37 AM
Hello,
I want to include a very old Visual Basic 6.0 application into my web
project. Therefor I thought it would be a good trick to place a remote
desktop access control into my web page. It should access a terminal server
where the appliaction runs. This is of course a preliminary solutio... more >>
ASP.net and PHP.net
Posted by samir umarye at 11/26/2007 7:05:37 AM
If anyone knows about asp.net and PHP.net tutorials in Goa and where d
classes are conducted please reply.
on samir.umarye@gmail.com... more >>
gridview .databind error
Posted by Trevisc at 11/26/2007 6:53:11 AM
I have a datagrid that gets its data from a table who's columns are
dynamically created.
It loads perfectly the first time but I have a dropdown list that is
populated with names of months and the idea is to have them click a
month (december for example) and then the datatable gets populated
... more >>
Response.TransmitFile - Windows Mobile 6.0
Posted by Woodgnome at 11/26/2007 5:54:01 AM
Hi,
I have use the following code to transmit a file back to the browser that
worked fine on a HTC_TTyN device running windows mobile 5.0. The code
executes in the onclick event of a mobilelist control. Now on a similar
device running window mobile 6.0 the file is not displayed - the link c... more >>
Retrieve E-Mail Programmatically
Posted by Paul at 11/26/2007 5:41:02 AM
Could anyone point me to articles, examples or a brief explanation as to
which .Net objects I would use if I wanted to retrieve e-mail
programmatically from an e-mail server?
TIA.... more >>
|