all groups > asp.net > november 2007 > threads for saturday november 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
Expression Blend 2 and Web 2 RTM Date?
Posted by Cirene at 11/24/2007 9:31:14 PM
When will Expression Blend 2 and Expression Web 2 be officially released
(non-beta)?
... more >>
asp.net shopping cart that works with pay pal
Posted by Andy B at 11/24/2007 4:47:18 PM
Does anybody know where I can find a good valid shopping cart in asp.net 2.0
that works with pay pal? I would rather it be free if there is one...
... more >>
Determining the Default Printer
Posted by David C. Barber at 11/24/2007 1:43:39 PM
my.computer.printers.defaultprinter doesn't exist in 2005, despite the
plethora of examples still out on the web detailing its use.
So how can I determine a person's default printer using ASP 2?
Thanks!
... more >>
GridView Column Width Nightmares!!!!!
Posted by shaun.laughton@gmail.com at 11/24/2007 11:24:36 AM
Hi.
I have been banging my head on this problem for hours now!
I have a GridView control on a page with 4 columns and a Select
command column. I am trying to specify the width of the columns in
pixels, and failing miserably.
I go into the 'Edit Columns' option of the control, and specify... more >>
Sending Mail from asp.net for Gmail ID
Posted by jack at 11/24/2007 10:51:22 AM
Hi,
Im trying to send mail from asp.net page to gmail account.
Im trying to do this with the help of below code, but cant archive
it.
MailMessage message = new MailMessage("xxx@gmal.com", "xxx@gmal.com",
"xxx@gmal.com", "xxx@gmal.com");
SmtpClient smtp = new SmtpClient("smtp.gmai... more >>
Can't SendMail
Posted by Tom at 11/24/2007 10:08:26 AM
Using Visual Web Developer 05 Express and this code:
using System.Web.Mail;
MailMessage mail = new MailMessage();
mail.BodyFormat = MailFormat.Html;
mail.To = txtEmailAddress.Text;
mail.From = "tgaughan@nuNO__SPAMmail.org";
mail.Subject = "Test";
string strBody = @"Test Body";
ma... more >>
how to get users details
Posted by James at 11/24/2007 10:08:00 AM
Hello
I have customised the login on my site, so the person uses their email
address and password to log in, rather than a user name.
At the moment when a user logs in have a line:
Session("UserID") = User.Identity.Name
Which as they log in using their email address gives the UserID th... more >>
scripting
Posted by Roger at 11/24/2007 6:55:22 AM
Sorry if this is the wrong forum but could not find a javascript one!
I am trying to use the rotation image filter (to rotate a <div>)
i can rotate it using
progid:DXImageTransform.Microsoft.BasicImage(rotation=2); <----- That works
fine
The problem i have is i cant find the rotation po... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problem with firefox and IE7
Posted by anup lama at 11/24/2007 3:51:18 AM
hi all,
i have made a website named sikkkimrmdd.org, the problem is that wen eva i browse the site with firefox and IE7 the allignment is not proper.... pls help how to solve this problem.... u can view the website in the given browser and find the problem also.....
From http://www.developmentno... more >>
to logging into our account
Posted by shyam@niftysoft.biz at 11/24/2007 1:17:03 AM
I have an account in a website.Suppose,If i will give the details such
as username and password,it wants to submit and automatically redirect
to the next page and shows contents in our page. Is it possible? If
any,kindly help me.......
Thanking you,... more >>
problem in loading a page in iframe
Posted by shyam@niftysoft.biz at 11/24/2007 1:11:44 AM
Hi,
I have a probelm in Iframe that the webpage contains two links.Each
link has seperate java script codings.
While loading the page for first time,There is no problem.But while
postback,the second link will not be displayed in iframe.
This problem is found in webpage having script onl... more >>
|