all groups > asp.net > march 2007 > threads for thursday march 1
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
What is the correct way to make a confirmation email?
Posted by Mahernoz at 3/1/2007 10:01:09 PM
Hi Friends,
I have a Registration page which uses Asp.net CreateUserWizard
Control. Now I want to send a unique value(a guid) by which i can be
sure that the email address is of that user only. I will provide a
Textbox in the next step which the user has to input so that his email
address is ... more >>
Publish on Lan
Posted by Jim McGivney at 3/1/2007 9:30:51 PM
I have placed my website on my host's computer, it seems to work just fine.
Now I'd like to place it on a local area network. Is this called a virtual
drive? Can someone point me to an article that can guide me? I am using
VDE and not the full version of Visual Studio.
Thanks in advance... more >>
How to Put a Bitmap into an Image
Posted by Tina at 3/1/2007 5:54:54 PM
I have a System.Drawing.Bitmap myImage;
I also have a webcontrols.Image on my web page.
I want to put the bitmap into the image but the image can only get it's
bitmap from ImageURL which can be a fileName or a webpage that writes. But
I don't want to have to write my bitmap to a file, I just ... more >>
WebHosters that will run 3.0
Posted by GaryDean at 3/1/2007 5:36:33 PM
My WebHoster won't run .Net 3.0 (probably because it requires full trust).
Are there any good webhosters that will run 3.0?
--
Regards,
Gary Blakely
... more >>
Entry validation
Posted by Badis at 3/1/2007 5:28:08 PM
Hi,
I would like to validate a textbox control that should NOT contain some
specific characters such as "|, $,^".
how can I do it using RegularExpressionValidator, CompareValidator or maybe
CustomValidator.
I know how to use RegularExpressionValidator to validate MUST contain but I
couldn... more >>
Insert same information many times
Posted by sfxpete at 3/1/2007 4:15:13 PM
Hi!
Heres something thats been bugging me but I don't seem to be able to
find an elegant way of solving the problem....
I'd like to have a small amount of dynamic text (its actually a string
sucked in from the appsettings section in the web.config) appear in
various locations on a webpage (... more >>
Regex Help
Posted by G at 3/1/2007 3:29:36 PM
Hello,
I have a REGEX validator which checks for DIGITS ONLY, 10 or 11 digits in
length. The pattern is:#
^\d{10,11}$
I would like to enhance this pattern so in addition to only digits, and
string must be 10 or 11 characters in length, - I would like the first
character to be a 0, an... more >>
Postback using a timer
Posted by Amil Hanish at 3/1/2007 3:26:14 PM
I want to have a slideshow on a asp.net page. I would like to perform a
asp.net POSTBACK (not a normal meta refresh) every n seconds. I want a
asp:Button on my page to start the show. When it is clicked, I want to then
modify the postback url of the button to stop the show (the text would
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Synclock in IIS Hosted Remoting - Single Threading Function Call?
Posted by Spam Catcher at 3/1/2007 3:15:16 PM
Hi all,
I'm hosting a remoting service in IIS. I have a function which I only want
one concurrent access at a time. Will this prevent multiple users from
accessing the function at a paritcular time?
'Empty object used for sync locking purposes
Private Shared MySyncLockObject as new Object... more >>
Time Server Control
Posted by Ignacio Machin ( .NET/ C# MVP ) at 3/1/2007 2:52:25 PM
Hi:
Is there any control like calendar but for Time? If the answer is no: What
that I should do?
Thanks
... more >>
Capturing SQL Recordset to Control
Posted by Bret at 3/1/2007 1:19:42 PM
I have a SQL DataSource that returns: first name, last name, title, UserID.
I now want to capture each of these records and place them into their
corresponding textboxes on my webforms, how do I accomplish this.
thank you.... more >>
<asp:xml> control
Posted by Diffident at 3/1/2007 12:44:18 PM
Hello All,
I have a simple web form that has an <asp:xml> control. I am using a
dataset's getXml() and binding it to the Document property of xml control. I
am also using an XSLTransform object to render the content as an HTML.
Everything is working fine and I am able to render the data in ... more >>
RadioButtonList
Posted by Manny Chohan at 3/1/2007 12:24:10 PM
Hello Guys, I am unable to set the forecolor of the items in RadioButtonList.
I need to set it to white however it is keeping it black. Can you please help?
<asp:RadioButtonList ID="radListButtonType" runat="server" CellPadding="0"
CellSpacing="2"
... more >>
Visual Studio 2005 SP1 warning
Posted by John Kotuby at 3/1/2007 11:00:18 AM
Hi all,
I have experienced several problems after installing SP1 for Visual Studio
2005 Professional. The problems are occurring on 2 different Windows XP SP2
development machines that have been serviced packed. I am working on an
ASP.NET 2.0 Web Application in Visual Basic.
1. Publicly de... more >>
Windows Application User Group
Posted by sck10 at 3/1/2007 11:00:15 AM
Hello,
What is the name of the Windows Application User Group, using Visual Studio
2005?
Thanks, sck10
... more >>
Mask non-integer values in a textbox
Posted by C at 3/1/2007 10:35:00 AM
Hi,
I am using the standard ASP.NET Textbox.
I only want my user to be able to enter integer values.
How can I mask this using javascript?
Also I don't want my user to be able to copy and paste an invalid string
into the textbox.
Thanks,
C
... more >>
how to Byte[] ->image?
Posted by Bimawen at 3/1/2007 10:24:16 AM
Hi,
I tried to grab an image from the internet, forexample from
www.microsoft.com/image1.jpg, by using WinHttp. but WinHttp.ResponseBody is
a byte[], so when I tried to show them back to my browser by using:
Response.BinaryWrite(objWinHttp.ResponseBody)
it shows like a mess of letters. ... more >>
Syntax for System.Net.Mail send mail
Posted by Mike P at 3/1/2007 9:11:11 AM
I am building a message body to be sent by email, but I can't seem to
get the correct syntax for 2 lines where I am defining the <form> and
trying to pass parameters and where I am creating a hyperlink and again
trying to pass parameters to it. I have tried escaping the "s both like
this : \" a... more >>
Dynamically set a control property
Posted by Andrew Robinson at 3/1/2007 8:48:59 AM
is there a way of correctly coding this?
<asp:TextBox ID="TextBox1" runat="server" MaxLength='<%GetMaxLength()%>' />
and from my cs file:
protected int GetMaxLength() { return 5; }
Pretty sure I have seen this before but I can't seem to get it to work
outside of databinding.
-Andy
... more >>
Problem with a Gridview
Posted by sharris12345 at 3/1/2007 8:19:05 AM
Hi,
I have a GridView that has one column that I fill with an alternating "Title
Row" then "Details Row". The Title row has a button that I use to hide it's
corresponding details row that is underneath it for users to collapse detail
rows leaving the title row visible. The button can be cli... more >>
Is this a legitimate web site or a 'phish'?
Posted by B. Chernick at 3/1/2007 7:40:10 AM
I've received an e-mail apparently from microsoft and I'm not sure if it's
legitimate. (What initially made me suspicious was that none of the graphic
images display correctly.)
The subject of the email is 'Complimentary Microsoft Web Development Kit'.
The return path is
'30_63734_9oo... more >>
Newbie needing help with a simple ASP.NET <table> problem...!
Posted by mj.redfox.mj NO[at]SPAM gmail.com at 3/1/2007 7:32:46 AM
Hello, I'm hoping someone can help me out with a very basic problem
that's got me tearing my hair out! I'm wanting to have a repeater that
adds some rows to a table as below:
<asp:Repeater ID="repeater1" runat="server">
<HeaderTemplate>
<table id="table1" runat="server">
<tr>{header ... more >>
Adding Swift and flash movies to .NET 2 web pages
Posted by Hak at 3/1/2007 6:58:00 AM
HI All,
please, please help me the best solution to add Swift/Falsh files to .NET 2
web page. i thought the best way is to add a folder with all your Swift/Flash
files to my project and creat a link to those files through the web page. but
this is sometime run slow and takes long time to lo... more >>
Replacing Perl files with ASPX files.
Posted by stewdean NO[at]SPAM gmail.com at 3/1/2007 5:31:25 AM
Hi,
Before I start I'm a neebie and I've spent the last day getting some
basics on .net but come from a unix background. I currently have a
site that needs to keep it's HTML file endings, I can't reconfigure
HTML to run as aspx on the server, and am looking to keep the existing
files where th... more >>
tree view in asp.net
Posted by ajaspersonal NO[at]SPAM gmail.com at 3/1/2007 5:02:44 AM
i wana to show "mycomputer"(i mean all drives and sub folders) in tree
view structur
plz send coding
(asp.net with vb coding)
... more >>
Login Control problems in Firefox
Posted by mdavis NO[at]SPAM medelect.co.uk at 3/1/2007 3:17:53 AM
Hello,
I'm using a Login Control on asp.net 2.0 website and it works fine on
IE & Firefox, however I have recently added a javscript function to
listen for a 'return-key-click' and am encountering problems with
Firefox.
If the user clicks the 'Login' button with a mouse button click, it
works ... more >>
how to filter content in a nested repeater
Posted by bob8000 at 3/1/2007 3:15:26 AM
Hello everyone,
I am completly new to ASP.NET and I am attempting to design a web site
with it and VB.NET
I have been following an example from a book which as taken me to the
point where I want to branch out and add my own things to the website.
I have a MS SQL Server database that I am ... more >>
Question regarding application_onstart event.
Posted by archana at 3/1/2007 2:48:09 AM
Hi all,
I am new to asp.net. I am having one confusion regarding
application_onstart event.
Let me explain what i am doing:-
Say i have one xml file whose setting i am reading on
application_onstart event. So if i change my xml file I want that
updated content be used through out my app... more >>
tool to convert db table to a vb.net class?
Posted by patrickdrd at 3/1/2007 2:11:05 AM
Hi all!
Does anyone know of any such tool?
What I want is:
specify a database table (SQL Server) and let the tool convert that table to
an asp.net class
(automatic generation of properties, methods, etc.)
Thanks in advance!... more >>
Cassini fails with An existing connection was forcibly closed by the remote host
Posted by Anbu at 3/1/2007 1:51:41 AM
Hi All,
I'm using the Cassini component in my desktop application to create a
web site to host the web services. The application works fine in
normal scenario. If the system is kept idle for some time, the
application getting terminated with the following error:
Unhandled Exception : An ex... more >>
asp date time format wrong IIS6 - US not UK
Posted by Scott at 3/1/2007 12:00:00 AM
Hi,
When server image was installed it had US settings - I swapped to UK
immediately.
When running ASP pages on IIS6 (2003 standard) the date time format is mmmm
dd yyyy - i need it to be dd mm yyyy .... which it is when i log in as
admin.
I understand the ASPUSR and IUSER_<server nam... more >>
|