all groups > asp.net > november 2007 > threads for saturday november 3
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
How can it be possible?
Posted by Paulo Roberto at 11/3/2007 10:06:48 PM
The netcraft site shows that:
Apache 68,228,561 50.48% 68,155,320 47.73% -2.75
Microsoft 47,232,300 34.94% 53,017,735 37.13% 2.18
but how can it be possible? it MUST be changed, the MS IIS must destroy
APACHE... MS must be the first with more than 90%...
Bastard Unix/Linux ... more >>
How to select style rule ?
Posted by John Devlon at 11/3/2007 9:47:39 PM
Hi,
Does anyone know how to apply a style rule to controle?
Where can i select de style role after the file has been linked to the page
?
I can do it by code but is there a window that shows me all style rules ?
Thanx
John
... more >>
Question: referencing control in formview gives error
Posted by Cirene at 11/3/2007 7:41:21 PM
I cannot reference a calendar control in my formview control. (I want the
calendar's date to be set to "Today" whenever they enter insert mode.)
Here's part of the formview...
<asp:FormView ID="FormView1" runat="server" CellPadding="4"
DataKeyNames="ListingId"
DataSourceID="sdsList... more >>
Function take in value and return value
Posted by CSINVA at 11/3/2007 5:18:23 PM
I need to be able to pass a variable to a function and then have the
function return me a variable.
I need to pass GetUsrID Tom and get back the corresponding UserID
associated with tom by running a stored procedure. Then pupule a file
called lblUserID.text with the result_sUserID data.
... more >>
SSL
Posted by Tina at 11/3/2007 5:12:17 PM
I have to transfer an entire aspx.net application to SSL. What is involved?
I have never done this.
Thanks,
T
... more >>
Help with dropdownlist - Dataview
Posted by glbdev@gmail.com at 11/3/2007 12:19:46 PM
I searched around but cannot find an answer to this problem, if there
is an answer.
I have a DataView and a dropdownlist both on the same page. The
dropdown list is a bound list of companies. The DataView shows the
company details and you can delete a record, if necessary. If you
change th... more >>
Newbie ASP.NET/Blog question
Posted by DMG at 11/3/2007 10:49:00 AM
Hi
Long-time WinForms, First-time WebForms programmer here...
I am in the process of creating a personal web site, and I want to embed a
blog in this. I have downloaded and played around with dasBlog, which seems
to suit my needs.
However.
I'm wondering what is the common (best) app... more >>
Convert currency formated string back into decimal
Posted by Greg G at 11/3/2007 9:39:01 AM
A aspx page Label.Text contains formated currency ("0:C"). To process this
data with the submit button click it needs to be converted to a decimal.
For example:
string strCur = "$111.11"; // Label.Text;
strCur.Remove(0,1);
decimal dtotal = decimal.Parse(strCur);
Produces Server Error:
Ex... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MDF file vs. Local Sql Server...what's the connection?
Posted by Darrel at 11/3/2007 8:53:39 AM
I'm still having a hell of a time figuring out this whole SQL Express set
up.
I finally discovered why I couldn't run the aspnet_regsql...my local sql
server wasn't running.
I turned that on, and now I can see a list of DBs running locally.
However, the .mdf file I have in my app_data f... more >>
How do you automate a process?
Posted by Cirene at 11/3/2007 8:43:07 AM
i am creating an asp.net auction website
how do i create a process that will "end" the auction when it's time
obviously i don't want to sit at a browser and keep refreshing the page
i'm not sure if i can install an application on the server too (not
allowed?)
thanks...
... more >>
AdRotator info
Posted by rodchar at 11/3/2007 8:33:01 AM
hey all,
Can the AdRotator rotate on a timer? for instance if a user is sitting on
one page can the ad rotate on a timer?
thanks,
rodchar... more >>
Exceptions Best Practice
Posted by Billy at 11/3/2007 3:11:00 AM
asp.net 2.0 vs2005
What is best practice for exception handling on a website in vs2005?
I was going to catch errors in application on_error event, log them to the
event log, then send users to an error page. But looking at the event log,
asp.net 2.0 logs those errors anyways, with more detai... more >>
The user is not associated with a trusted SQL Server
Posted by gnewsgroup at 11/3/2007 12:00:00 AM
OK, I know this has been a popular question from newbies. But, please
don't haste to reply yet.
I've googled and tested for a few hours, and cannot have this problem
resolved.
I have followed articles on the web and enabled "SQL Server and
Windows Authentication" for my SQL Server 2005. B... more >>
|