|
More site info...
Forums - ASP.NET Forums - www.asp.net | Site profile
|
|
Site profile page for http://www.asp.net.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.asp.net.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.asp.net is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
Title:
|
Forums - ASP.NET Forums
|
|
Url:
|
http://www.asp.net
|
|
Users activity:
|
2 posts per thread |
|
site activity:
|
3,456 active threads during last week |
|
Site rank:
|
305 (go to rank page)
|
|
Domain info for:
|
asp.net
|
|
|
|
Posting activity table on Forums - ASP.NET Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
3,456
|
8,522
|
25,557
|
|
Post:
|
7,902
|
19,763
|
59,860
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Forums - ASP.NET Forums (http://www.asp.net)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Forums - ASP.NET Forums posting activity graph:
|
|
http://www.asp.net Alexa graph:
|
Top authors on Forums - ASP.NET Forums during last week:
user's latest post:
Are use of Sessions bad ?
Published (2009-11-20 11:56:50)
Well the issue with sessions is that they rely on the user accepting cookies. Some people get all bent out of shape at the thought of a cookie invading their privacy. Sometimes it just makes sense to put a bit of data in the session (like a shopping cart for example). I personally avoid it unless there is a good reason to. The alternative is to store all the data in a sql database and pass an id code around in the querystring...
user's latest post:
change color of particular...
Published (2009-11-20 13:53:27)
http://www.howtocreate.co.uk/jslibs/htmlhigh/findinpage.html http://eriwen.com/javascript/highlight-search-results-with-js/ http://www.nsftools.com/misc/SearchAndHighlight.htm
user's latest post:
web service calling vb6.0
Published (2009-11-20 11:32:57)
Hi, http://forums.asp.net/t/383204.aspx http://www.discussweb.com/vb-net-programming/767-calling-soap-web-service-vb6-0-a.html Chk the above link
user's latest post:
Sending webpage as Email
Published (2009-11-18 08:19:24)
You could store the IP Address in web.config or a parameter table as in: http://commonparam.codeplex.com/
user's latest post:
An SqlParameter with...
Published (2009-11-20 14:53:02)
I think you need to include the @. So: new SqlParameter( "@Username" ,username)
user's latest post:
Arabic Data in XML File
Published (2009-11-20 08:13:04)
I dont think you have to do anything special, may be using the encoding = iso-8859-1 will solve yiyr problem. Are you facing any specific problem then please specify here in detail.
user's latest post:
How to find the top 5 entries In...
Published (2009-11-20 14:14:07)
Did you try copying the exact code I posted and then running in SSMS (or Query Analyzer). I've tried it a moment ago again (in SSMS 2008) and it worked fine.
user's latest post:
ampersands in an imagebutton and...
Published (2009-11-20 12:59:57)
Hi, As i have seen there is a space between AT&T and Logo.jpg. have you tries for space as my above post.If not then try it Thanks...
user's latest post:
Where to download lovely button...
Published (2009-11-20 05:50:35)
http://www.freebuttons.com/ http://www.crystalbutton.com/button-creator-2.php Better use image button
|
|
|
Top 10 active forums on Forums - ASP.NET Forums during last week:
|
|
Top 10 forums on Forums - ASP.NET Forums:
Getting Started
- 36,938 posts
|
Web Forms
- 36,027 posts
|
Data Presentation Controls
- 33,939 posts
|
SQL Server, SQL Server Express, and SqlDataSource Control
- 32,189 posts
|
Client Side Web Development
- 32,014 posts
|
Security
- 21,831 posts
|
Configuration and Deployment
- 19,361 posts
|
Master Pages, Themes and Navigation Controls
- 19,258 posts
|
ASP.NET MVC
- 18,563 posts
|
Data Access and ObjectDataSource Control
- 18,186 posts
|
|
|
|
|
Latest active threads on Forums - ASP.NET Forums:
Started 2 days, 18 hours ago (2009-11-19 13:30:00)
by Danish Ali
I think you need to use the following approach to create the Navigation. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" Inherits="Default3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transition al.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>...
Started 1 day, 16 hours ago (2009-11-20 15:38:23)
by ali62b
Make a backup of the existing project.
Open the project file (the file with the .csproj or .vbproj file
extension) and locate the ProjectTypeGuid
element. In the value of that element, replace the GUID {603c0e0b-db56-11dc-be95-000d561079b0}
with {F85E285D-A4E0-4152-9332-AB1D724D3325}.When
you are done, the value of that element should be as follows:
<ProjectTypeGuids>{F85E285D-...
Started 1 day, 16 hours ago (2009-11-20 15:36:52)
by tgmdbm
The intent is obvious. to create a hidden field which contains the returnUrl value from the querystring if it exists, else the referrer url if one exists, otherwise empty. Html.If(bool, action) is a custom extension on HtmlHelper. Possibly from MvcContrib?
Started 1 day, 16 hours ago (2009-11-20 15:03:53)
by paul.vencill
I would do it in a custom actionfilter, and apply that action filter to whichever controllers and/or action methods need to have that cache policy.
If it's the whole app, then you could set it in the global.asax, or in an HttpModule, probably in the Begin_response method.
That said, what about being a BB app makes you not want to still use caching?
Started 1 day, 17 hours ago (2009-11-20 14:10:25)
by PraveenaReddyName
<%using (Ajax.BeginForm("ViewPage1", "Sample", new AjaxOptions { HttpMethod = "POST", InsertionMode = InsertionMode.Replace, UpdateTargetId = "NameoftheDiv_toberendered_partially" }, new { @id = " AjaxForm1 " })) %>
Note: Place your grid in the " Div " tag and use this name in the UpgradeTargetId.If you want to write a javascript/jquery code and call the AjaxForm(the id of the ...
Started 1 day, 16 hours ago (2009-11-20 15:15:50)
by onecurlyfry
Sorry I missed this response. I appreciate the response, but that solution is wayyyy over my head. :) I understand conceptually at a high level that you're saying there are two different methods for calling this. I just don't know anything about the tabs.debug.js, how to access it, etc. I've got a workaround in place, but I like knowing the "why" of things, when I can (and avoiding ...
Started 2 days, 1 hour ago (2009-11-20 06:14:04)
by rtpHarry
All this closing of threads, stopping comments on old blog posts and that has always seemed to me like its missing the point. It is a failing of the blog / forum software to filter out necro-posts. A simple checkbox in the admin panel would solve the problem "dont show posts that are replied to after X days". I don't know why we go to the trouble to build these technologies and then stop ...
|
|
Hot threads for last week on Forums - ASP.NET Forums:
Started 5 days, 17 hours ago (2009-11-16 14:03:00)
by rtpHarry
What about: Recipients = Recipients.Where(ent => ent.EntityID != 123); oh wait thats c#... vb is: Recipients = Recipients.Where(Function(ent) ent.EntityID <> 123) hmm well just threw that through a converter, not sure if its the cleanest version for vb.net but I think you can get the idea - just re-select the query and exclude the record you want to "delete"...
Started 1 week ago (2009-11-14 11:05:00)
by jeremyh
Make sure that the membership provider is defined within your web.config and that you have set the applicationname.
More info @
http://weblogs.asp.net/scottgu/archive/2006/04/22/ Always-set-the-_2200_applicationName_2200_-propert y-when-configuring-ASP.NET-2.0-Membership-and-othe r-Providers.aspx
If you need help in adding the sections to the web.config, then take a look at this guide...
Started 5 days ago (2009-11-17 07:39:00)
by imran_khan
I think you did not post your complete code. right? because I dont find out where do you assign strSQl and connection string to cmd object. paulo32: I have a code like that, but is not correct: Now tell me whats your problem if is not correct code. are you getting any error or wrong data is inserted into db? please be clear more your problem Regard
Started 1 week, 2 days ago (2009-11-13 04:31:00)
by qwe123kids
Hi, To display images in web Donot use Absoulte Path such as C://My Project/1.jpg Rather use Relative Path such as Images/1.jpg U may Keep image in Differnt path such as E://My/Images/.. CReate virtual Direcotry example MyImages know u can Acess Images http://MyImages/1.jpg
Started 1 week, 1 day ago (2009-11-14 03:50:00)
by Babunareshnarra
Hi stanly They have given u the code to send sms Paste all the code in a class file in app_code folder(assume sendsms.cs) from static void Main( string [] args) to the end Then in your code (in aspx.cs) write sendsms. Main("string array") Dont use objects since its a static method u can access the method in this way Thats it u r done. Hope this helps....
Started 2 days, 14 hours ago (2009-11-19 16:55:05)
by Naom
Why you defined your dates in this SP as nvarchar(10) and not as dates?
Started 5 days, 19 hours ago (2009-11-16 12:40:00)
by Martin_Honnen
What exactly do you consider the value of an element, in particular if it has child elements? You can certainly use <xsl:value-of select="."/> inside of the xsl:for-each to output the XPath string value but that mainly makes sense if the element has no child elements, as otherwise you could the concatenation of value of child elements.
Started 6 days, 23 hours ago (2009-11-15 08:06:00)
by gerrylowry
There is no postback in ASP.NET MVC: http://dotnetslackers.com/articles/aspnet/AnArchit ecturalViewOfTheASPNETMVCFramework.aspx . "The MVC Framework doesn't support classic postbacks and viewstate and doesn't consider any URL as the
endpoint to a physical server file to parse and compile to a class." "In the MVC Framework, a URL is seen as the mean to address a logical server resource, ...
Started 4 days, 1 hour ago (2009-11-18 06:05:00)
by XIII
Hi,
it's indeed advised to use CType and DirectCast instead.
It's been a long while that I did VB.NET but you can turn on Option Explicit and Option Strict .
Grz, Kris.
Started 1 week, 1 day ago (2009-11-13 12:32:28)
by Rafal Labecki
Looks like you have a problem with adding new option to the drop down box. Just change your js syntax.
This simple script shows how to add new option to the drop down box. Works fine in IE and Firefox (should be ok in all decent browsers). <select id="ddBox" name="ddBox">
<option value="Option 1">option 1</option>
<option value="Option 2">option 2</option>
</select>
<script>
var ...
|
|