Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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 - http://www.asp.net 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:

Forums - ASP.NET Forums | Forum Authority Badge

Forums - ASP.NET Forums posting activity graph:

Posts by:  day  week  month 
 

http://www.asp.net Alexa graph:

Top authors on Forums - ASP.NET Forums during last week:

Name
Posts
rtpHarry
53
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...
MetalAsp.Net
40
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.
stanly
32
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
qwe123kids
27
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/
gerrylowry
27
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...
PeteNet
24
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!)
irokhes
21
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);
limno
19
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 {...
guru_sarkar
17
user's latest post:
Security Tutorial 8 - Storing...
Published (2009-10-31 18:36:00)
did you try the code modification I provided earlier? 
ratish_shriyan
17
user's latest post:
Catching usage of...
Published (2009-10-31 15:04:00)
 

Top 10 active forums on Forums - ASP.NET Forums during last week:

Data Presentation Controls - 120 new posts Data Presentation Controls - forum profile
Web Forms - 80 new posts Web Forms - forum profile
Security - 71 new posts Security - forum profile
Free For All - 34 new posts Free For All - forum profile
State Management - 21 new posts State Management - forum profile
Architecture - 20 new posts Architecture - forum profile
Configuration and Deployment - 18 new posts Configuration and Deployment - forum profile
ASP.NET MVC - 16 new posts ASP.NET MVC - forum profile
XML and XmlDataSource Control - 15 new posts XML and XmlDataSource Control - forum profile
C# - 12 new posts C# - forum profile
 

Top 10 forums on Forums - ASP.NET Forums:

Getting Started - 36,057 posts Getting Started - forum profile
Web Forms - 35,097 posts Web Forms - forum profile
Data Presentation Controls - 33,164 posts Data Presentation Controls - forum profile
SQL Server, SQL Server Express, and SqlDataSource Control - 31,460 posts SQL Server, SQL Server Express, and SqlDataSource Control - forum profile
Client Side Web Development - 31,311 posts Client Side Web Development - forum profile
Security - 21,364 posts Security - forum profile
Configuration and Deployment - 19,229 posts Configuration and Deployment - forum profile
Master Pages, Themes and Navigation Controls - 18,971 posts Master Pages, Themes and Navigation Controls - forum profile
ASP.NET MVC - 18,232 posts ASP.NET MVC - forum profile
Data Access and ObjectDataSource Control - 17,742 posts Data Access and ObjectDataSource Control - forum profile

Latest active threads on Forums - ASP.NET Forums:

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.
Forum:  Web Forms Web Forms - forum profile
Thread:  Show this thread (3 posts) Thread info: Create a New page Size: 835 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Create a New page :: Web Forms :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
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 %>');
Forum:  Data Presentation Controls Data Presentation Controls - forum profile
Thread:  Show this thread (5 posts) Thread info: Javascript Inside FormView Template Size: 298 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Javascript Inside FormView Template :: Data Presentation Controls :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
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.
Forum:  Security Security - forum profile
Thread:  Show this thread (4 posts) Thread info: site authentication problem Size: 266 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: site authentication problem :: Security :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
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,
Forum:  Security Security - forum profile
Thread:  Show this thread (3 posts) Thread info: Select users based on Profile property Size: 570 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Select users based on Profile property :: Security :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 week ago (2009-11-02 00:36:39)  by linick
Hi, Check this forum. http://forums.asp.net/t/1235740.aspx
Forum:  Data Presentation Controls Data Presentation Controls - forum profile
Thread:  Show this thread (2 posts) Thread info: double click event in repeater? Size: 238 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: double click event in repeater? :: Data Presentation Controls :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
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?
Forum:  Web Forms Web Forms - forum profile
Thread:  Show this thread (3 posts) Thread info: Why a button fires up validators of another group? Size: 179 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Why a button fires up validators of another group? :: Web Forms :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
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?
Forum:  Data Presentation Controls Data Presentation Controls - forum profile
Thread:  Show this thread (2 posts) Thread info: Dynamic templates for EditItemTemplate in ListView Size: 230 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Dynamic templates for EditItemTemplate in ListView :: Data Presentation Controls :: Forums - ASP.NET Forums"
 

Hot threads for last week on Forums - ASP.NET Forums:

Security
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,
Forum:  Security Security - forum profile
Thread:  Show this thread (15 posts) Thread info: get user after login and redirect him/her to a new page Size: 672 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: get user after login and redirect him/her to a new page :: Security :: Forums - ASP.NET Forums"
Data Presentation Controls
Re: Anchor vs GridView - 10 new posts
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 ?
Forum:  Data Presentation Controls Data Presentation Controls - forum profile
Thread:  Show this thread (10 posts) Thread info: Anchor vs GridView Size: 203 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Anchor vs GridView :: Data Presentation Controls :: Forums - ASP.NET Forums"
Architecture
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 ...
Forum:  Architecture Architecture - forum profile
Thread:  Show this thread (8 posts) Thread info: Linq - A design Question Size: 2,421 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Linq - A design Question :: Architecture :: Forums - ASP.NET Forums"
Web Forms
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...
Forum:  Web Forms Web Forms - forum profile
Thread:  Show this thread (12 posts) Thread info: Need to click ENTER after entering value in TextBox to make Submit... Size: 883 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Need to click ENTER after entering value in TextBox to make Submit
button work :: Web Forms :: Forums - ASP.NET Forums"
Data Presentation Controls
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; ...
Forum:  Data Presentation Controls Data Presentation Controls - forum profile
Thread:  Show this thread (6 posts) Thread info: gridview header question Size: 1,172 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: gridview header question :: Data Presentation Controls :: Forums - ASP.NET Forums"
Data Presentation Controls
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 ...
Forum:  Data Presentation Controls Data Presentation Controls - forum profile
Thread:  Show this thread (6 posts) Thread info: ASP.NET User Control Insdie ListView Edti Tempalte Size: 514 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: ASP.NET User Control Insdie ListView Edti Tempalte :: Data Presentation Controls :: Forums - ASP.NET Forums"
Data Presentation Controls
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
Forum:  Data Presentation Controls Data Presentation Controls - forum profile
Thread:  Show this thread (6 posts) Thread info: Checkbox selectionnot persisiting between paging in gridview..please... Size: 546 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Checkbox selectionnot persisiting between paging in gridview..please
help :: Data Presentation Controls :: Forums - ASP.NET Forums"
Web Forms
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
Forum:  Web Forms Web Forms - forum profile
Thread:  Show this thread (6 posts) Thread info: How to restrict Checkboxlist Selection upto 3 Size: 331 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to restrict Checkboxlist Selection upto 3 :: Web Forms :: Forums - ASP.NET Forums"
Web Forms
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....
Forum:  Web Forms Web Forms - forum profile
Thread:  Show this thread (6 posts) Thread info: how to run a part of code dynamically without visiting web page ?... Size: 609 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to run a part of code dynamically without visiting web page ??? :: Web Forms :: Forums - ASP.NET Forums"
Data Presentation Controls
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.
Forum:  Data Presentation Controls Data Presentation Controls - forum profile
Thread:  Show this thread (6 posts) Thread info: Problem with Data binding in GridView Size: 2,368 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problem with Data binding in GridView :: Data Presentation Controls :: Forums - ASP.NET Forums"

This page was found by:   asp.net forums