Try an offline install. See here[^]. This link was written for Sl2 but a similar process can be used for SL3 as well.
Me, I'm dishonest. And a dishonest man you can always trust to be dishonest.
Honestly. It's the honest ones you want to watch out for...
Since you mentioned that you need to build Social Networking site I would like to recommend you to try Kentico CMS for ASP.NET: http://www.kentico.com/free-cms-asp-net.aspx[^] Which covers all the needed functionality for building community site.
To execute aspnet_regiis.exe -i cmd you will need to go to .NET framework home directory which will somewhere in the root directory of your OS. In fact you can locate the directory by even doing a search for a file aspnet_regiis.exe. Hope that helps
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me
Thanks mate... . I dont know why few people downvote even without replying the reason, even though I always try to help as much as I can..... :((
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords/xml>
Use <asp:Button ID="ConnectionDelete" runat="server" Text="Delete" OnCommand="ConnectionDelete_Click"/> Inside Repeater, the button.click event is not generated. Rather OnCommand will be evaluated. Also you can use CommandArgument if you want any arguments while the event is generated. Inside the eventhandler you can use e.CommandArgument or e.CommandName to handle the command properly. Hope this help u. :thumbsup:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
I just suppose that u don't need to add triggers section
it will remove the error of "DeleteFriend does not exist in the current context". Then just put a breakpoint on profile.ascx.cs file at function ibDelete_Click so that you can identify that there is no error in actual code. and if you are displaying some message in some control or refreshing content of any control after delete then make sure that that particular control is the child of same UpdatePanel in which u have placed the Profile User Control's instance. I hope it gonna help u.
MD. SHAHDAT HOSAIN wrote:
But a little problem show yet. if more than one status post within 60 seconds then later post print under the previous one.
I didn't get your point. Sorry :confused: Can you please explain me in little details . Hope I may help you :)
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
Thanks a lot No specific error show from compiler. When I click update button, page is partially updated. But progressing message (with Image) never show for a logged in user. Interest that their is no problem for anonymous user. I tall you again In my program the Content2 is activated only for logged in user. Is it problem?
shahdat
I have asked few query on your last post, as that was easily readable. :)
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
You have to have the membership provider configured to allow for reseting of password. This will be in the web.config file under 'membership' you need to make sure your provider is configured with enablePasswordReset="true"
I suggest you buy a book on ASP.NET and read it. Once you understand the seperation between client and server, buy a good book on AJAX, and read that. AJAX is how your client can contact the server and grab information it returns.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
The stored password have in 'SHA1' format. But I try to develop forgot password section like facebook and tagged social networks. At the last part of this section a member have to enter his/her email and new password.How Can I change the stored password based on email and new password using any method? Please Help me.
shahdat
modified on Monday, April 27, 2009 5:28 AM
This has NOTHING to do with ASP.NET. If you want to be provided with code, I suggest you post a job on rentacoder.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
Pass it in on the URL.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
Basically, it's ok to write directly 'http://localhost/kooras/question.aspx' into your mail body.
Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!
Please read this link, this will help you to resolve your issue. IIS Virtual SMTP server not sending. Mail stuck in mailroot\queue folder.
cheers, Abhijit CodeProject MVP