all groups > asp.net > march 2008 > threads for monday march 31
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
ResetPassword Requiring passwordAnswer
Posted by Vernon Peppers at 3/31/2008 7:25:01 PM
I have a site that is using membership as provided with ASP.NET. I have a
page to reset the password, that is only available to the site administrator.
I have RequireQuestionandAnswer set to false.
web.config entries
<connectionStrings>
<add name="UserInfoConnectionString" connectionStrin... more >>
ResetPassword Requiring passwordAnswer
Posted by Vernon Peppers at 3/31/2008 7:23:02 PM
I have a site that is using membership as provided with ASP.NET. I have a
page to reset the password, that is only available to the site administrator.
I have RequireQuestionandAnswer set to false.
web.config entries
<connectionStrings>
<add name="UserInfoConnectionString" connectionStrin... more >>
web site config : ASP.NET version 3.5
Posted by John A Grandy at 3/31/2008 5:41:47 PM
I installed .NET Framework 3.5
In IIS, I expected the web site properties ASP.NET tab to include 3.5 as an
option in the "ASP.NET version" dropdown, but it does not.
... more >>
Possible to add Web User Control to a Web Control Library?
Posted by Brian Cryer at 3/31/2008 5:07:05 PM
VB.NET, Visual Studio 2005, .NET Web Application.
Having created a Web Control Library is it possible to add a Web User
Control to it? I don't get the option to create a new web user control, and
if I copy one from my web application it doesn't then compile. So is it
possible? Is there a wo... more >>
Still getting prompt for password on jpg files
Posted by David C at 3/31/2008 4:24:58 PM
We have an asp.net web site (intranet) that has documents and photos on a
separate server that is part of the same domain. We have added NETWORK
SERVICE user account with rights to the security permissions of that folder
on the other server but are still getting prompted for a password on cert... more >>
hide the exe from internent access in a asp.net 2.0 web application
Posted by red at 3/31/2008 4:20:53 PM
I have a asp.net2.0 web application which will run some executable
(written in standard c++) to do some job.
I do not want to make the executable downloadable. What should do ?
Change web.config?
I googled and could not find the answer.
... more >>
Moderation
Posted by Peter Morris at 3/31/2008 4:17:53 PM
There's a lot of spam in these newsgroups, doesn't anyone moderate them?
... more >>
What's the presumption for User.Identity.Name?
Posted by gnewsgroup at 3/31/2008 1:56:37 PM
We have a requirement from our client. Basically, they wanna do an
online survey through a public-access web site (in other words,
anonymous access allowed), but do not want any user to do the survey
more than once.
We told them that this is not possible. But they insist that it is
possible... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Hiding a field in a repeater
Posted by JJ297 at 3/31/2008 11:48:34 AM
I want to hide the Pin field below in my repeater. How do I do this?
<asp:Repeater ID="Repeater1" runat="server"
DataSourceID="SqlDataSource1">
<ItemTemplate>
<tr>
<td><font color="#330099">Claim SSN: </font><b><%#
Eval("ClaimSSN") %></b></td>
<td col... more >>
customErrors mode="Off" does not work
Posted by Andy Fish at 3/31/2008 11:08:59 AM
Hi,
I cannot get <customErrors mode="Off"> to work at all in .Net 2.0
if I set it to 'Off' it behaves as if it was set to 'RemoteOnly' i.e. I can
see the error detail when accessing it from the local PC but not from
another machine, but if I access it from a remote machine I get the page
... more >>
how to refresh contents of UpdatePanel using call from outside of
Posted by Oleg at 3/31/2008 10:22:22 AM
(in .NET 2.0 with AJAX extensions)
I have an UpdatePanel on the form.
Now I want to use a link outside of my UpdatePanel to make it to update
(asynchronously) and also send some(at least one ) parameters.
I'm trying using ICallbackEventHandler, but it doesn't update the UpdatePanel.
Any su... more >>
Web server's "local" time in auth ticket. Is it realy true?
Posted by bogdan at 3/31/2008 9:50:28 AM
Hi,
According to the on-line docs, the expiry stored in the authentication
ticket (form auth) is an absolute date and time value in server's LOCAL time
instead of UTC. I could not believe what I was reading. It is really
shocking to learn that someone would go for that kind of design whic... more >>
HtmlEncode and apostrophes
Posted by musosdev at 3/31/2008 9:47:02 AM
Hi
I'm trying to code up an admin system for my website. A couple of the
welcome text paragraphs are stored in an SQL database, so that we can update
them should we need to. However, even though I'm using the HTMLEncode method
(I've also tried the URLEncode method), the apostrophe always re... more >>
Delete record
Posted by CreativeMind at 3/31/2008 9:45:44 AM
hi all,
private void dgMygrid_ItemCreated(object sender,
System.Web.UI.WebControls.DataGridItemEventArgs e)
{
Button bDelete=(Button)e.Item.FindControl("btnDelete");
if(bDelete!=null)
{
bDelete.Attributes.Add("OnClick","javascript:return confirm('Are
you sure you want to del... more >>
Title equals tooltip
Posted by rodchar at 3/31/2008 9:28:01 AM
hey all,
so tooltip property in .net renders as title attribute in html?
thanks,
rodchar... more >>
Client-side application and impersonation
Posted by Martin at 3/31/2008 7:56:04 AM
Can a browser-based cient-side application impersonate a domain user?
I am trying to host a client-side assembly in a browser. I need to
then impersonate a domain user account in the assembly to give me
access to network resources, and I'm not sure if I'm able to
impersonate a domain account o... more >>
Image path problem in user control
Posted by gnewsgroup at 3/31/2008 7:47:51 AM
I have a user control called Footer.ascx, in which a background image
is inserted like so:
<div id="footerdiv" style="background-image:url('Images/
mybackground.jpg'); background-position:center; background-repeat:no-
repeat;"> <!-- My footer content goes here. --> </div>
This Footer.ascx... more >>
cssClass and ID same name
Posted by rodchar at 3/31/2008 7:26:17 AM
hey all,
would there be a problem if i made the CssClass and ID the same name for any
and all elements?
thanks,
rodchar... more >>
what is the most secure way to pass querystring parameters
Posted by psycho at 3/31/2008 6:13:26 AM
What is the most secure way to pass information using querystring?
and what are other secure ways by which a client and browser can
interact... more >>
updateable, precompiled web and changes to source files
Posted by pdm at 3/31/2008 5:03:22 AM
Hello
I have a couple of apps that were deployed using the precompiled,
updateable option. There have now been changes to the .ascx and .aspx
files on the live server and I am wondering how to best merge these
back with the dev system (which is in source control). Will the
"inherits" and "cod... more >>
grouping controls together
Posted by Robert Smith at 3/31/2008 5:02:00 AM
Hi,
I have several dropdownList controls on my form and I wish to loop
through them all and find the selected value and then concatenate them
together into a string. The problem is I can't find a way to group the
controls together so that I can loop through them, If I put them in a panel ... more >>
Login with email not UserName
Posted by andytidy@gmail.com at 3/31/2008 3:36:14 AM
When using the membership, user and roles providers, what is a
straight forward way to get users to login using an email address and
not a username?... more >>
What kind of data access you will use for the project with very large database [such as myspace]
Posted by laziers@gmail.com at 3/31/2008 3:20:23 AM
Hi,
What kind of data access you will use for the project with very large
database [such as myspace]:
1. NHibernate [this will be the slower?]
2. Linq
3. Sql queries + stored procedures [In my opinion this will be the
fastest]
4. DataSets... more >>
MembershipProvider is not marked as serializable?
Posted by Nemisis at 3/31/2008 2:14:48 AM
Hi everyone,
I have created a custom membership provider and set the serializable
declaration on it, but for some reason i am still getting an error
message saying
"Type 'System.Web.Security.MembershipProvider' in Assembly
'System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5... more >>
How to have .NET framework 3.5 on web server?
Posted by Rishi Boparai at 3/31/2008 2:13:32 AM
My company web server is still run with .net framework 3.5. Recently,
we convert our web projects to .NET 3.5 (VS 2008). I'd like to know
how to get .net frame work 3.5 for the web server. Re-install
framework for the server or something to do with IIS? I do not know.
Thank you in advance for h... more >>
|