all groups > asp.net > april 2004 > threads for sunday april 4
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
Temp Table not found or Doesn't exists !!!!
Posted by Ahmed Jewahar at 4/4/2004 11:17:53 PM
Hi,
In a WEB form (.aspx.vb), I have created a Temporary table (SQL 2K
Server) using command object. Command object statement execute with
errors !.
But, when I try to read that Temporary Table (#tmp) upon creating of the
same, system popup with an error message saying that "#Tmp doesn't ex... more >>
Realtive Addressing?
Posted by A.M at 4/4/2004 9:24:36 PM
Hi,
I am analysing IButSpy portal code and I encountered following method call:
Page.LoadControl("~/DesktopModules/SignIn.ascx")
What does that "~" character mean?
Thank,
Ali
... more >>
Problems wit Databinding to a DropDown box
Posted by Kris Rockwell at 4/4/2004 6:24:21 PM
Hello,
I have done the following to bind data to a DropDown box:
1. Drag SQLServer table onto web form to create data connection and data
adapter.
2. Generate dataset by right-clicking on the data adapter ad selecting
generate dataset.
3. Setting the drop down box propertied to reflect... more >>
How to HTTP POST an XML file from aspx?
Posted by les at 4/4/2004 6:08:19 PM
I have to send xml data to a remote web address via http post.
How can I do this in an aspx page using vb.net?
Thanks
Leslie... more >>
Using a class without compiling it
Posted by Paul Darroch at 4/4/2004 4:18:03 PM
Hello
I am trying to develop a class, which I will only use within my ASP.NET
site. I therefore created a class and inserted a simple test method in
it. However, when I try to use this class within my ASP.NET page, I am
told that "Type 'Class1' is not defined", I cannot seem to find out ho... more >>
Showing a name for MailMessage.From
Posted by Andrew Banks at 4/4/2004 4:13:24 PM
I'm sending mail message through asp.net and would like to display a
"friendly name" in the from field as opposed to just an email address.
When someone receives and email from me at the moment the from field is
mail@domain.com
How can I set this so it would show as
My Name [mail@domain... more >>
Maintaining line breaks in HTML email
Posted by Andrew Banks at 4/4/2004 4:11:09 PM
I have a text box which allows users to input the content for a HTML email.
I need to maintain the line breaks as the user enters them in the text box
when I send the email.
I'm assuming I need to do something like replace the line breaks in the text
box with <br/> tags?
Any ideas how I wou... more >>
If SmartNavigation=True, how can I force after PostBack to go on top of the page?
Posted by Andreas Klemt at 4/4/2004 3:54:56 PM
Hello,
when SmartNavigation is True
how can I force after Postback that the page goes to the top because
of the error message or where should I put the error message (top or
button)?
With old Browser SmartNav is disabled.
Thanks for any help
Andreas
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Grid Cell Fomatting
Posted by Red at 4/4/2004 3:53:36 PM
I have a grid that is bound to a dataset.
The dataset is the result a query from an sql db.
In the sql proc i concatenate the address. I put carraige returns where
appropriate (ie Address1 CR Address2).
The web grid seems to ignore my carraige returns.
How can I make the carraige return... more >>
How is this done in ASP.Net
Posted by Rob Venable at 4/4/2004 12:17:59 PM
Hi everybody,
I'm moving from ASP to ASP.net and I'm wondering how this can be done in
.Net. I have multiple pages on my website and I don't want to have
multiple Headers and footers on each webpage so that if I make a
change...I don't have to do it on multiple pages. In ASP, I just put my
Prin... more >>
Threading Error?
Posted by grawsha2000 NO[at]SPAM yahoo.com at 4/4/2004 12:10:04 PM
Greeting,
I have this sub in a page that runs a thread to change direction of a
page then redirects to a new page(please wait message page)which
checks for a global flag and returns to previous page if true. The
problem when I assign thread priority to highest, it just works like a
dream, ot... more >>
Can't debug ASP.NET
Posted by Axel Dahmen at 4/4/2004 12:04:25 PM
Hi,
I'm using VS2002 SP1 / .NET1.0 SP2 / Windows 2k Server SP3. From one day to
the other I can't debug anymore. The error message I get is:
"Error while trying to run project: Unable to start debugging on the web
server. Would you like to disable future attempts to debug ASP.NET pages for
... more >>
Windows authentication setting in web.config
Posted by Matt at 4/4/2004 11:50:05 AM
The ASP.NET application connects to MS-SQL database, and I already disabled
Anonymous access in IIS, and add ASPNET user in it. When I run the
application, it throws the following error on windows authentication:
Server Error in '/' Application.
Configuration Error
Description: An error occ... more >>
Linking custom property to standard dialog box
Posted by Eldon Ferran de Pol at 4/4/2004 11:21:04 AM
Hi all
I've got a custom control that has several image based properties
I wan't each of these properties to use the standard .Net dialog box for selecting a URL that appears when setting the src property in various standard ASP.NET controls
Is there anyway for me to link my custom property in... more >>
What Does This Mean?
Posted by Wayne Wengert at 4/4/2004 10:27:39 AM
I have an ASP.NET page in which I include a datalist that is bound to a
datareader. I am trying to use the OnItemDataBound event to change the
contents of the NavigateURL property of a hyperlink. I am getting an error I
do not understand. Any explinations woul;d be appreciated. The error report
... more >>
how to use asp.net page to send an email?
Posted by blu3g85 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 4/4/2004 6:09:00 AM
how to use asp.net page to send an email?
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---... more >>
IIS to run ASP.NET ver 1.1 ?
Posted by MuZZy at 4/4/2004 4:43:19 AM
Hello,
I just started with ASP.NET so pls be patient :)
I create a new ASP.NET Web Application and right away VS gives me an error:
"Visual Studio .NET has detected that the specified web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or servi... more >>
creating webapplication in visual basic.net
Posted by far at 4/4/2004 3:46:02 AM
Hi every bod
when i want to create a webapplication in visual basic.net this message is appeared
"titel :web access failed
what can i do for this problem
thanks
goodby
... more >>
|