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... 

.NET | Forum profile

Forum profile page for .NET on http://www.sitepointforums.com. This report page is the aggregated overview from a single forum: .NET, located on the Message Board at http://www.sitepointforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for ".NET" on the Message Board at http://www.sitepointforums.com is also shown in the following ways:

1) Latest Active Threads
2) 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 forum's popularity and/or exact posting volumes at any given reporting period.

Site: SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - .NET (site profile, domain info sitepointforums.com)
Title: .NET
Url: http://www.sitepoint.com/forums/forumdisplay.ph...
Users activity: 28 posts per thread
Forum activity: 74 active threads during last week
 

Posting activity on .NET:

  Week Month 3 Months
Threads: 74 240 563
Post: 225 792 1,568
 

.NET Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
NightStalker-DNS
26
user's latest post:
ado dataset - Page 2 - SitePoint...
Published (2009-11-13 23:27:00)
I do not have sql express, so I do not no how you would do it. Try google. Set it to mixed mode authentication, create username and password that has access to that db. Then use ur first connection string
wwb_99
22
user's latest post:
Linq to SQL Profiler
Published (2009-11-14 12:54:00)
Yeah, saw the development posts on this. Definitely awesome stuff. We use both here, so I'm waiting for bundle deals myself.
gundala_abhilash
19
user's latest post:
ado dataset - Page 2 - SitePoint...
Published (2009-11-13 10:49:00)
m using 2008 version 3.5...m not getting any options..this is wht options m having...start-->programs-->microsoft sql server 2005 -->configuration tools and start--->programs-->visual studio 2008-->visual studio remote tools,visual studio tools,visual studio 2008 documentation
NAWA-mark
17
user's latest post:
Two LoginUrls in Config
Published (2009-11-12 16:26:00)
You can use User.Identity.IsAuthenticated in the Page_Load to test programmatically if the user is logged in and if not redirect them to the page you want.
Serenarules
17
user's latest post:
Quick ViewModel Question
Published (2009-11-14 20:06:00)
Furthernore, what's the difference between the following two methods, if all you need is to simply display a single item with no additional data needed? They are both highly typed. Inherits="ViewPage<CategoryPresentation>" and Inherits="ViewPage<Category>" Isn't it kind of silly to make the following 'just because'? public class CategoryPresentation { public...
USPatriot
10
user's latest post:
T-SQL in the big picture...
Published (2009-11-12 09:11:00)
Hey guys, Another poster on here, Serena, says that she uses Stored Procedures in her projects (which is cool, someone else who likes T-SQL), but long term is their a future for T-SQL? I don't mean extinct right away, because I know it will still be revelent, but in the 'big picture', 3-4 years from now, will T-SQL be shunned upon? I mean, you have all of these ORM features, LINQ2SQL/Entity/.ect, allowing you to NEVER write SQL...
jlipinski3
9
user's latest post:
Quick, specific question: Labels
Published (2009-11-11 11:12:00)
Quote: Originally Posted by DaveMaxwell Are they going to have a finite list of control names? If so, you could use the FindControl method: Csharp Code: for ( int ci; ci < 10 ; ci++ ) {       // Find control on page.       Control myControl1 = FindControl ( "Office" + ci ) ;       if (...
nellyihu
7
user's latest post:
Help with sessions and...
Published (2009-11-13 21:35:00)
hhmmmmm.. ok thx
billy_111
7
user's latest post:
How can i do tihis SELECT?
Published (2009-11-14 10:49:00)
Hey, I need some advice on how to select some information from a database. I have already made the CMS behind in the admin section where i can add/edit and delete etc.. I just need to know how i can pull the information out. Look at the following page below:- http://kidsunlimi2.eweb102.discounta...vacancies.aspx As you can see in the middle content i am trying to select the number of vacancies a specific region has. At the moment i have...
pufa
6
user's latest post:
Editing strings in C#
Published (2009-11-12 03:17:00)
Quote: Originally Posted by andrestander Moreover, to find methods in C# that formats/edits plain strings. string.Format("{0} {1}", 0 ,1); http://john-sheehan.com/blog/wp-cont...ng-strings.pdf
 

Latest active threads on .NET::

SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 4 days, 20 hours ago (2009-11-11 16:53:00)  by pufa
look at the System.IO.Path class
Thread:  Show this thread (9 posts)   Thread info: Editing strings in C# Size: 32 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Editing strings in C# :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 2 days ago (2009-11-14 12:54:00)  by wwb_99
Yeah, saw the development posts on this. Definitely awesome stuff. We use both here, so I'm waiting for bundle deals myself.
Thread:  Show this thread (3 posts)   Thread info: Linq to SQL Profiler Size: 124 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Linq to SQL Profiler :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 day, 17 hours ago (2009-11-14 20:06:00)  by Serenarules
Furthernore, what's the difference between the following two methods, if all you need is to simply display a single item with no additional data needed? They are both highly typed. Inherits="ViewPage<CategoryPresentation>" and Inherits="ViewPage<Category>" Isn't it kind of silly to make the following 'just because'? public class CategoryPresentation { public Category ...
Thread:  Show this thread (2 posts)   Thread info: Quick ViewModel Question Size: 527 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Quick ViewModel Question :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 day, 20 hours ago (2009-11-14 16:44:00)  by sirGE
hi USPatriot, thank you for the help you made but that is not what I am looking for. The example shown was when the user select an item on the list it will display on the same page. My concerned is I have to web pages (detail page and a search page), so when I click on the search link on the detail page the search page will display and I will search for a certain student. If I click on the ...
Thread:  Show this thread (2 posts)   Thread info: Creating a Search Page in ASP.Net [C#/VB] Size: 497 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Creating a Search Page in ASP.Net [C#/VB] :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 day, 23 hours ago (2009-11-14 13:36:00)  by MetalHippy
Hi Quote: Originally Posted by billy_111 Why does this line dbReaderVac["Region"].ToString() not get out the region? that would be because you are not actually selecting it in your sql, you are only selecting count(region) Quote: Also i have 3 vacancies in 'Oxfordshire' so ...
Thread:  Show this thread (2 posts)   Thread info: How can i do tihis SELECT? Size: 1,996 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How can i do tihis SELECT? :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 week ago (2009-11-09 00:57:00)  by gundala_abhilash
thanx in advance..do help me out
Thread:  Show this thread (26 posts)   Thread info: ado dataset Size: 32 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ado dataset :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 3 days, 5 hours ago (2009-11-13 07:10:00)  by NightStalker-DNS
This is the browser behavior. And it only happens in firefox. IE different windows will not share sessions.
Thread:  Show this thread (8 posts)   Thread info: Help with sessions and browser!!! very urgent!!! Size: 107 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help with sessions and browser!!! very urgent!!! :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 3 days ago (2009-11-13 12:46:00)  by dude9er
Nevermind, I found this, much easier. http://blogs.msdn.com/robburke/archi...01/404727.a spx
Thread:  Show this thread (2 posts)   Thread info: DropDown List in DetailsView Conversion Size: 193 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: DropDown List in DetailsView Conversion :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 3 days, 3 hours ago (2009-11-13 09:41:00)  by wwb_99
Honestly, every decently complex aspnet web forms app does something like this. Composition over inheritance is the way to go, but in WebForms one often doesn't have that much control.
Thread:  Show this thread (2 posts)   Thread info: WebUserControls inheritance...am I looking for trouble? Size: 184 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: WebUserControls inheritance...am I looking for trouble? :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 3 days, 6 hours ago (2009-11-13 06:58:00)  by NightStalker-DNS
Short answer: No. If a user disables cookies, you cannot create a cookie for them. Even IF you could it would be with javascript and it would be unethical.
Thread:  Show this thread (2 posts)   Thread info: Install Cookie Query Size: 170 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Install Cookie Query :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
 

Hot threads for last week on .NET::

.NET
RE: ado dataset - 26 new posts
Started 1 week ago (2009-11-09 00:57:00)  by gundala_abhilash
thanx in advance..do help me out
Thread:  Show this thread (26 posts)   Thread info: ado dataset Size: 32 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ado dataset :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
RE: Dabbling in MVC - 21 new post
Started 1 week, 1 day ago (2009-11-08 08:27:00)  by wwb_99
MVC apps really don't do server controls--it doesn't have the framework bits (like ViewState and page events) they ride upon.
Thread:  Show this thread (21 post)   Thread info: Dabbling in MVC Size: 125 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Dabbling in MVC :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
Started 5 days, 2 hours ago (2009-11-11 10:54:00)  by DaveMaxwell
Are they going to have a finite list of control names? If so, you could use the FindControl method: Csharp Code: for ( int ci; ci < 10 ; ci++ ) { // Find control on page. Control myControl1 = FindControl ( "Office" + ci ) ; if ( myControl1 != null ) { myControl1. Text = "Acme, Inc." ; } }
Thread:  Show this thread (11 posts)   Thread info: Quick, specific question: Labels Size: 1,811 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Quick, specific question: Labels :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
Started 1 week ago (2009-11-09 11:35:00)  by wwb_99
Are you checking the IsPostBack value when loading/binding the page?
Thread:  Show this thread (10 posts)   Thread info: ASP.NET User Control Not Retaining Postback Values Size: 68 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ASP.NET User Control Not Retaining Postback Values :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
Started 1 week, 3 days ago (2009-11-06 11:14:00)  by wwb_99
First, you might want to check out ASP.NET MVC as that is alot closer to the PHP model, especially if you have worked with any of the PHP MVC frameworks. The big picture things to keep in mind: 1) Unlike PHP, .NET apps have a lifetime of far longer than a single Http request. So lots of stuff one does in php (like includes) don't make sense in .NET 2) Unlike PHP, .NET is strongly typed ...
Thread:  Show this thread (14 posts)   Thread info: I Know PHP. Who is an expert @ .NET? Size: 1,849 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I Know PHP. Who is an expert @ .NET? :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
Started 4 days, 20 hours ago (2009-11-11 16:53:00)  by pufa
look at the System.IO.Path class
Thread:  Show this thread (9 posts)   Thread info: Editing strings in C# Size: 32 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Editing strings in C# :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
Started 3 days, 5 hours ago (2009-11-13 07:10:00)  by NightStalker-DNS
This is the browser behavior. And it only happens in firefox. IE different windows will not share sessions.
Thread:  Show this thread (8 posts)   Thread info: Help with sessions and browser!!! very urgent!!! Size: 107 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help with sessions and browser!!! very urgent!!! :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
Started 3 weeks, 5 days ago (2009-10-20 23:35:00)  by disgracian
May as well jump straight into .NET3.5 as coooool said; it's mostly a superset of 2.0, and with .NET4.0 around the corner, I think you would be setting yourself up for a bit of a migration headache further down the track. The .NET framework supports C#, VB and C++, though only the former two are used by ASP.NET. Stick with C# since it has a C-like syntax as PHP does. Also, VB is disgusting....
Thread:  Show this thread (15 posts)   Thread info: .NET programming road Size: 704 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: .NET programming road :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
Started 4 days, 6 hours ago (2009-11-12 06:21:00)  by sovan
I am developing a website using ASP.NET (C#) and JQUERY. Is there any way to make the look and feel (even the fonts also) same in every resolution? Thanks
Thread:  Show this thread (6 posts)   Thread info: Different Resolution Query Size: 179 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Different Resolution Query :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
.NET
Started 1 month, 2 weeks ago (2009-09-29 12:35:00)  by stonedeft
1. Just Because people prefer opensource doesn't mean .NET will die, Bill Gates will think of something 2. Yes you need to purchase a license key and start respecting intellectual rights. 3. No , the program is yours why would MS have a share with your work. I have stopped using .NET for years and concentrated with php and mysql instead. If you want to be more competitive you ...
Thread:  Show this thread (14 posts)   Thread info: No php no job Know php Know job Size: 548 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: No php no job Know php Know job :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."