all groups > asp.net > december 2003 > threads for thursday december 25
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
Which is advisable for object creation?
Posted by Balaji Kannan at 12/25/2003 10:40:05 PM
Hi,
In dot net during component development i have used some
member variables in the class file. Inside the class i
have used the member declaration and the instant handling
in the following way.
In the constructor i have created the connection instant
in the following way
public Gl... more >>
First asp.net error. Pl help
Posted by junkone NO[at]SPAM sympatico.ca at 12/25/2003 10:37:52 PM
I get the following error. Please help
c:\inetpub\wwwroot\WebApplication1\WebForm2.aspx(6,38): error CS1001:
Identifier expected
c:\inetpub\wwwroot\WebApplication1\WebForm2.aspx(6,52): error CS1002:
; expected
c:\inetpub\wwwroot\WebApplication1\WebForm2.aspx(7,19): error CS1519:
Invalid toke... more >>
Could not access CDO.message object
Posted by Abc at 12/25/2003 10:33:35 PM
hi,
That is the error which i got while trying to send mail
through System.web.mail.sendmail in an ASP.Net application.
But the same works fine when i try to send mail through
console application.
Can anyone help me out.
Thanks. ... more >>
HttpWebRequest error help please.
Posted by Bruce W.1 at 12/25/2003 9:32:59 PM
I wrote this aspx link checker page. In it is a textbox where the user
enters a URL. This app then goes out and extracts all the links from
the webpage for the given URL and puts them in an arrayList of strings.
Then it checks each URL string to see if it's good. Below is the method
that is ... more >>
Initializing webform through PageInit() in HttpModule, Httphandler
Posted by moid at 12/25/2003 9:18:29 PM
i need help so that i can initialize page thorugh=20
http module or handler=20
i know it is possible through handler using=20
ProcessRequest but im aint configure the=20
things out.
i need some thing like this
Initialises form =3D> fill's datagrid through dataset using =
commandfactory/co... more >>
Script Timer
Posted by kuya789 NO[at]SPAM yahoo.com at 12/25/2003 8:25:53 PM
I need to time the execution time of a script and
output the exe time as a string.
can someone help me write this function in csharp
time1 //at the beginning of the script
..
..
..
time2 //at the end of the script
string exeTime = time2 - time1
thanks... more >>
user agent return on a local machine
Posted by Brian Henry at 12/25/2003 8:18:45 PM
is there a reason why when doing Request.ServerVariables("USER_AGENT") on
the same machine that is the server (using for development) that it would
return a null string? It's not returning anything, which seems wierd...
... more >>
What is the most efficient way to access common fcts on asp.net pages when using user controls?
Posted by Brent Minder at 12/25/2003 7:27:37 PM
What is the most efficient way to code asp.net pages when you break your
page up into user controls?
For example: If you have a page with a header (control .ascx), body, and
footer (control .ascx) for a given page and you need to access functions
within a class (bizUtil say) should you declare... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP deal with message return from SQL Server
Posted by Michelle at 12/25/2003 5:43:26 PM
Can anyone tell or point me to articles on how an asp
application deals with messages returned from SQL Server?... more >>
what is Matrix?
Posted by zwj at 12/25/2003 4:51:22 PM
Login Fails for SQL Server from Web Service
Posted by Coy at 12/25/2003 4:19:16 PM
I've added the ASPNET user to my local SQL Server 2000,
but I still get an unhandled exception: Login failed for
user 'C594891-A\ASPNET'. This is when using a web
service. A similiar ASP.NET application works perfectly
fine, even before I gave any access to the ASPNET account.
I read KB ar... more >>
Lisview?
Posted by Kenneth at 12/25/2003 12:40:38 PM
what is the like in aspnet datalist or datagrid?
and what's the different between them in few words.
//Kenneth
... more >>
ASP.NET and right-to-left and bidirectional languages
Posted by Eric Veltman at 12/25/2003 11:07:49 AM
Hello everyone,
I've just read something about ASP.NET localization in the Dutch
..NET magazine, but one question I had about it wasn't answered
in the article ...
What do I need to do to make ASP.NET applications support
right-to-left ( Arabic ? ) and bidirectional ( Hebrew ? )
languages ... more >>
ASP.NET with VB.NET sql statement for MS ACCESS
Posted by josephrthomas at 12/25/2003 9:00:36 AM
hi..
i am using ASP.NET with VB.NET to connect to a MS Access
database...
can someone pls tell me how do i make the sql statement to
insert a new record into the existing table pls??
also how do i filter data?
i mean lets say i wanna filter the NAME field and get all
the names starting... more >>
calling a function on the parent form from a popup window
Posted by Michelle Stone at 12/25/2003 5:20:37 AM
I have an asp.net form, which calls a popup window.
The popup window, based on some user input should call a
function on the parent window.
Is this possible?
I have tried creating a javascript function in the .aspx
file and used the following to call the javascript
function from the p... more >>
Very wierd ASP.NET and SSL problem.. IE goes gray
Posted by flores.eken NO[at]SPAM nl.fortis.com at 12/25/2003 4:46:50 AM
Hi group,
I've made my own implementation of the Time Tracker ASP.NET
starterkit, added several features and extra's, works like a charm.
Now i've uploaded it to my hosting account, to be able to share it
with my co-workers, so far no problem... still works like a charm.
Until I tried to acce... more >>
2K Okay, no go on the 2K3 Web Server
Posted by Jerry M. Gartner at 12/25/2003 2:27:06 AM
Greetings:
I recently installed an ASP.NET application on my dev server, which is
2K SBS SP3 box and it works fine. When I uploaded to the live server, a 2K3
Web Server, and reconfigured the web.config to point to the proper directory
structure, all I can seem to raise is a 404 error. ... more >>
|