|
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:
|
2,211 active threads during last week |
|
Site rank:
|
429 (go to rank page)
|
|
Domain info for:
|
asp.net
|
|
|
|
Posting activity table on Forums - ASP.NET Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
2,211
|
8,607
|
26,903
|
|
Post:
|
5,312
|
19,756
|
63,266
|
|
|
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:
CreateUserWizard MailDefinition
Published (2009-10-30 19:17:12)
There is a program called reflector which can look inside the .net library and you can see the code inside the assemblies. I traced that back from the MailDefinition class and then followed the trail until I found the method that parsed the email address in the MailAddress class. That class is the first snippet of code I pasted. Based on reading that code I took a guess that if its was splitting on the < symbol the format would be as I...
user's latest post:
question about postback
Published (2009-10-30 21:00:00)
Variables you set in code behind do not survive across postbacks, as previous poster indicated. There are severals ways to persist it: ViewState, Session, HiddenField come to mind.
user's latest post:
folder permission
Published (2009-10-31 08:14:00)
http://www.redmondpie.com/applying-permissions-on-any-windows-folder-using-c/ http://www.dotnetspider.com/forum/114190-folder-permissions-using-c-plz-help-me.aspx http://forums.asp.net/t/1255778.aspx
user's latest post:
putting hidden text in...
Published (2009-10-31 08:31:00)
Hi, Steganography in C# http://fadylog.blogspot.com/2008/04/steganography-in-c.html http://www.codeproject.com/KB/security/steganodotnet3.aspx http://www.binary-universe.net/ http://www.devsource.com/c/a/Techniques/Digital-Disappearing-Ink-Steganography-in-C/
user's latest post:
what is best way to know...
Published (2009-10-31 06:54:00)
fayaz_3e: Some conflict. ??? i am not sure whether i would say "conflict" ... it's just a matter of choosing the best option(s) for any given application. fayaz_3e: http://www.codestyle.org/javascript/faq-Browser.shtml#enablejavascript good link; interesting FREE information, although for "more information" they try to get you to pay money. fayaz_3e: My application is...
user's latest post:
Checkbox selectionnot...
Published (2009-11-01 01:05:16)
you need to set those selections back in after the page changes; don't know why you're doing it in the Delete? (not there!)
user's latest post:
Form with Insert as default
Published (2009-11-01 14:38:05)
Hi, are you using Formview control?? if it´s use FormView.ChangeMode(FormViewMode.ReadOnly);
user's latest post:
gridview header question
Published (2009-11-01 22:36:25)
Apply the same CSS class to this row is a better solution. You can try either tc.CssClass = "myclass" ; or tc.Attributes["class"] = "myclass"; in your code. Here is a sample for a style class. You can simplely point to your own class as your header to make them look same. <style type="text/css"> td.myclass {...
|
|
|
Top 10 active forums on Forums - ASP.NET Forums during last week:
|
|
Top 10 forums on Forums - ASP.NET Forums:
Getting Started
- 36,057 posts
|
Web Forms
- 35,097 posts
|
Data Presentation Controls
- 33,164 posts
|
SQL Server, SQL Server Express, and SqlDataSource Control
- 31,460 posts
|
Client Side Web Development
- 31,311 posts
|
Security
- 21,364 posts
|
Configuration and Deployment
- 19,229 posts
|
Master Pages, Themes and Navigation Controls
- 18,971 posts
|
ASP.NET MVC
- 18,232 posts
|
Data Access and ObjectDataSource Control
- 17,742 posts
|
|
|
|
|
Latest active threads on Forums - ASP.NET Forums:
Started 1 week ago (2009-11-02 00:30:31)
by Nishitha u
if (!File.Exists(fileName)) {
using (StreamWriter writeStream = new StreamWriter(fileName, false, Encoding. UTF8)) { writeStream.Write(contents); writeStream.Close(); } }
the contents you need to be added on the new page can be saved in Db as html.
Started 1 week ago (2009-11-01 23:06:50)
by vijayst
Within the FormView, the Panel will have a different ID. To get the Panel, you should use something like this:
document.getElementById('<%= PanelID.ClientID %>');
Started 1 week ago (2009-11-02 00:38:31)
by pyu.agrawal
Configure your membership provider in web.config, use minRequiredNonalphanumericCharacters="0" to remove special characters restriction.
Started 1 week, 2 days ago (2009-10-31 15:22:00)
by sukumarraju
Have you checked this solution?
http://www.asp.net/learn/security/tutorial-12-vb.a spx
http://aspnet.4guysfromrolla.com/articles/052307-1 .aspx
Note that you can download the source code and reuse.
Let me know further Queries.
Thanks,
Started 1 week ago (2009-11-02 00:36:39)
by linick
Hi, Check this forum. http://forums.asp.net/t/1235740.aspx
Started 1 week, 5 days ago (2009-10-28 13:19:44)
by rtpHarry
It shouldn't behave that way. Could you post up the markup for your page?
Started 1 week ago (2009-11-02 00:30:10)
by Decker Dong - MSFT
Now please paste all your current working codes first.
And then please tell us what you've changed to make so?
|
|
Hot threads for last week on Forums - ASP.NET Forums:
Started 1 week, 2 days ago (2009-10-31 16:53:00)
by sukumarraju
Use LoginName control to display LoggedIn user name as shown here
http://www.asp.net/learn/security/tutorial-02-vb.a spx
Note that here is the video tutorial http://www.asp.net/learn/security-videos/video-376 .aspx
Note that you can download reusable source code from the turorial page.
Let me know further queries.
Thanks,
Started 1 week, 1 day ago (2009-11-01 04:03:13)
by majd_wadi
what do u mean anchor in select button ? what do u wanna achieve exactly with the button ?
Started 1 week, 2 days ago (2009-10-31 17:16:00)
by anas
NewToDotNet: He told the class that you should always create one .dbml file that represented all of the tables, functions and stored procedures in the database rather then creating multiple .dbml files that were a logical grouping of the database tables. Is this true? It's not always true, that will depends on many factors: Are you building a large solution with many modules and ...
Started 1 week, 4 days ago (2009-10-29 16:23:00)
by jpuckett
The event you are looking for is onfocus. When the textbox receives focus, clear the text. <asp:TextBox.... onfocus=" clearText(this)" .... /> Then in a script tag (or a referenced javascript file) have the following function: function clearText(txtBox){ txtBox.value = ""; } Alternatively, jQuery can do what you require (and attach the focus event to every item with the class...
Started 1 week ago (2009-11-01 21:58:25)
by limno
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.Header)
{
TableCell tc = new TableCell();
tc.Text = "Shopping Cart";
tc.Height = Unit.Pixel(10);//you can change this to adjust to the space you want
GridView gv1 = (GridView)sender;
...
Started 1 week, 1 day ago (2009-11-01 13:41:44)
by anas
Have you tried to debug and see what is causing that error in the usercontrol code ? Where you used the MemberId property inside the usercontrol code ? Note that the MemberId will not be available at the time the Page_Load method of the usercontrol called.Which means that the MemberId will be avialable in Page_PreRender event of the usercontrol because it will be called after the ListView get ...
Started 1 week, 1 day ago (2009-10-31 22:03:00)
by PeteNet
that's because the selection state is not maintained across postbacks. you'll need to persist the selection(s) with a ViewState variable (most suited). here's a complete example: http://www.aspsnippets.com/post/2009/04/10/Preserv ing-state-of-Checkboxes-while- paging-in-ASPNet-Gri dView-Control.aspx
Started 1 week ago (2009-11-01 20:52:02)
by atifsarfraz
You have to write a custom javascript method to take a count of checkboxes selected. If the count is already three then uncheck the first checkbox and let the next one be selected. The javascript will be added to the checkbox list
Started 1 week, 1 day ago (2009-11-01 08:29:13)
by SGWellens
Here's one way: http://www.codeproject.com/KB/aspnet/ASPNETService .aspx
But I would rethink what you are doing. Making a web application something it's not is a bit of a hack.
It sounds like you need a web service.
Or, you could write a regular application and use the windows scheduler to run it.
In either case, they could share code with the web site....
Started 1 week, 1 day ago (2009-11-01 17:48:42)
by Ryan_A
It looks like in your 3rd page you forgot to get the LinkID from the QueryString.
Dim LinkID As Integer
viewResult(LinkID) LinkID is always 0, so when you pass it to viewResult and call dtbRequest = ta.GetDataBy_LinkID(LinkID), then you don't get any results back for your gridView.
|
|