all groups > asp.net > december 2004 > threads for friday december 24
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
right click menu
Posted by Grey at 12/24/2004 4:06:37 PM
is it possible to design the custom right click popup menu in IE??
... more >>
Can ASP.NET emulate a Telnet host?
Posted by Forty Two at 12/24/2004 3:12:09 PM
Sorry in advance for what I suspect is a pretty clueless question. I
was wondering if ASP.NET (using vb.net) can 'emulate' a Telenet host
to provide a command line interface for the client?
I have done a moderate amount of asp.net development (almost 2 years
ago now) and have done some searc... more >>
References in ASPX WITHOUT a WebForms Project
Posted by Alex Maghen at 12/24/2004 1:13:01 PM
Hi. I really like to develop most of my stuff without havig a Visual Studio
WebForms project. In other words, I largely develop "loose" .ASPX and .CS
files that dynamically compile when appropriate. Everything always works
great.
But here's my problem: If I try to do a <% @ Import Namespace... more >>
redirect to my custom error page
Posted by Mukund Patel at 12/24/2004 1:03:47 PM
Hi friends,
I have implemented custom error handling at page level and application
level. If there is any syntax error in my aspx class file it will redirect
to error page when I run the page. But if any syntax error in my component
class (Code dir) it will not redirect to my custom error page... more >>
ASPX and MS Office Automation
Posted by Alex Maghen at 12/24/2004 12:53:01 PM
Hi. I've seen several KBs on using .NET for MS Office Automation. But I have
a particular question: I am developing a somewhat stand-alone .ASPX page
which will need to do some relatively simple MS Office Automation (Office
2003+).
The .ASPX page is not part of a Web Forms Visual Studio pr... more >>
Q: validate many textboxes
Posted by JIM.H. at 12/24/2004 9:59:08 AM
Hello,
can I add only one regular expression component and validate many textboxes?
Thanks,
Jim.
... more >>
client side validation and form submission on iis 6 (both 1.0 & 1.1 installed)
Posted by Giri at 12/24/2004 9:36:00 AM
Hi,
We have a strange problem where we have moved asp.net applications onto a
Windows 2003 server which has both 1.0 and 1.1 installed. The server is
running in IIS5 isolation mode...
But... None of the client side form submissions are working where clientside
validation is being implem... more >>
User Controls
Posted by Robin Chatterjee at 12/24/2004 9:23:01 AM
I have a Web Application PRJ with about 5 usercontrols and their
coressponding codebehinds with a lot of code. I need to know as to how to
re-use them in other Applications. What i have been doings is just copying
the .ascx and the .ascx.vb into applications that need them. By doing this i
c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Q: decimal number regular expression
Posted by JIM.H. at 12/24/2004 9:15:01 AM
Hello,
Can someone give me a regular expression that accepts the following format
with/without negative and nothing else. “1234.56â€.
Thanks,
Jim.
... more >>
Problems with Tilde in Microsoft Development Model
Posted by Shawn at 12/24/2004 8:03:02 AM
Hi,
For a few years, I have been developing each of my clients websites using a
seperate web site (unique IP) to solve problems with relative URL's between
my local dev station and the production server.
Recently, I have needed to collaborate with other developers using Source
Safe. But... more >>
Newbie hickup - please help (path problem)
Posted by AccessStarters at 12/24/2004 5:54:56 AM
I have .Net FrameWork 1.1 sp1 installed.
When I try to open a Microsoft ASP.NET Web project in Microsoft Visual
Studio .NET 2003, I receive the following error message:
Unable to open Web project 'ProjectName'. The file path 'FilePath' does not
correspond to the URL 'ProjectURL'. The two need ... more >>
SQL ConnectionString in web.config
Posted by Islam Elkhayat at 12/24/2004 12:16:57 AM
In my C# web application i have a dbacess.cs class contain my Sql
connection and all methods that's connect with the database...
Even my connection string in a seprate class i read in many sites that a
more secure to keep it in web.config file but i don't know how to implememnt
it in the web... more >>
|