all groups > asp.net > january 2008 > threads for tuesday january 8
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
Disabling dates in client side Calender control
Posted by ivsvarma@gmail.com at 1/8/2008 11:58:38 PM
I have the requirement with regards to Calender control, where in
certain Dates needs to be disabled on the control load itself.
Thanks! in advance.... more >>
login page stays on login page
Posted by Shannon at 1/8/2008 9:34:01 PM
I am trying to publish an application to a server that I do not have desktop
access to because of our hosting environment. I publish to a file share.
The WEB site has been configured by the hosts personnel.
When I deploy to my localhost or dev server everything work like it should,
Enter... more >>
Location of Shared Theme Items
Posted by Redhairs at 1/8/2008 7:32:06 PM
The theme item(images,css,skin file) of each theme are under single theme
folder of App_Theme.
if there are some css or image files which are shared and used by every/some
theme, where
should I put them ?
... more >>
System.OutOfMemory Exception urgent Help pls
Posted by Mike at 1/8/2008 5:23:01 PM
Hi Guys,
I have a real serious problem that stoped me doing any progress in my project.
in one of my webpages I have a wizard of more then 13 pages and in every
page some Ajax controls, textboxes, dropdownlists, about 4 panels, where
every page in my wizard have almost the same controls; so... more >>
Image Button. Load page
Posted by shapper at 1/8/2008 4:18:23 PM
Hello,
I have an image button on my web site.
When clicked I want to redirect the user to a new page. Not a
PostBack.
How can I do this?
Thanks,
Miguel... more >>
Ajax built into 3.0 or 3.5?
Posted by Tarren at 1/8/2008 4:01:25 PM
Is Ajax.net embedded in Framework 3.0 or 3.5?
My hosting provides 3.0, so I want to know if I can take advantage of Ajax.
Thanks
... more >>
Strange issue with ImageButton with no ImageUrl
Posted by Gary K at 1/8/2008 3:22:33 PM
I realize that there is no good reason for an image button to not have an
ImageUrl but I have just hit upon a strange problem when converting an
ASP.NET 1.1 web application to 2.0. An asp:ImageButton control without an
ImageUrl contained within a WebForm causes a redirect to the default
doc... more >>
input button style problem
Posted by Arne Garvander at 1/8/2008 1:39:06 PM
<form>
How can I remove the extra space on the left and right side inside my button
<input type="submit" name="mybtn" value="Entrez les informations sur votre
courtier"
style="width:300;background-color:Blue;color:white;FONT-FAMILY: Verdana,
Arial, sans-serif;font-size:.9em;font-weight:b... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Ensure that a image in a table (scrolled) is visible
Posted by Lloyd Sheen at 1/8/2008 12:34:47 PM
I have a table (produced from a datalist) that has an image followed by
text. The image is a 32px scalled down version of the actual image. When
the user moves over the image I want the image to expand to 72px. This
works fairly well but if I am on the last image and that image is in a list... more >>
http to https switching
Posted by LVP at 1/8/2008 12:34:05 PM
Hello,
What are the ways to switch from http to https.
Is there a way internal to IIS 6.0 or x.xx? Some configuration?
Is there a way via DNS?
I have seen Scripts in VB and JavaScript
What are my choices when the website has multiple entry points.
We are running IIS 6.0 on Win2K3 us... more >>
xhtml: <image alt="blah blah" ... /> - what should it look like?
Posted by mark4asp at 1/8/2008 10:46:35 AM
<image alt="blah blah" ... /> - what should it look like?
When I use <image alt="blah blah" ... />
The alt value of an image tag is rendered inconsistently:
* In Safari I see nothing. The alt value is ignored.
* In IE6 I see a tooltip
* In Firefox the alt attribute value is displayed on top... more >>
ASP and COM
Posted by John Devlon at 1/8/2008 10:19:23 AM
Hi,
With this mail I would like to ask some professional expertise.
I've created an ASP form in vb.net which uses an external application.
Everything works fine. However, Currently, Only 1 user at a time uses the
webpage.
What I would like to know:
If, for example, 25 users at one time,... more >>
Compromised Web Server? Anybody recognize?
Posted by John Kotuby at 1/8/2008 10:09:00 AM
Hi all,
We lease a non-managed Web Server running AV software but no IDS. It is
Windows 2003 STD which receives automatic nightly Windows Security patches at
3AM.
When I logged into the RDP console on Monday I saw what looked like a
Password Cracking software running with the name at the t... more >>
.net 1.1, Form Authentication & Session
Posted by mavrick_101 at 1/8/2008 9:43:00 AM
Hi,
I have an application which is using Form Authenticatoin. I have set the
timout to 120 (minutes).
Does the sessionState setting in the web.config effect it? If I leave the
sessionState timout =20. Would the user loose the session after 20 minutes
and he would have to relogin or it d... more >>
Error with dropdown list
Posted by JJ297 at 1/8/2008 7:30:52 AM
I have a dropdown list populated via a database. I edited the
dropdown list to have "select a topic" to always appear when the drop
down loads. Now if a user selects a dropdown item it goes into the
datagrid fine, but if a user selects "select a topic" I get an error
message...
Error convert... more >>
Web Deployment Error. Copy Files
Posted by shapper at 1/8/2008 7:17:47 AM
Hello,
I have the following code:
<Target Name="AfterBuild">
<MakeDir Directories="$(OutputPath)\B" />
<Copy SourceFiles="$(OutputPath)\A\*.*" DestinationFolder="$
(OutputPath)\B" />
<RemoveDir Directories="$(OutputPath)\A" />
I get the following error:
"Unable to copy ... more >>
weird problems with asp.net 2.0 application
Posted by Nedim at 1/8/2008 6:56:01 AM
Hi
I have a ASP.Net 2.0 web application that connects to the Sql Server 2005
database. And sometimes (only at clients, I was never able to reproduce those
problems locally but I have witnessed them in production enviroment) strange
problems which I cannot explain:
- sometimes search doesn'... more >>
|