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

ASP.NET & Web Development | Forum profile

Forum profile page for ASP.NET & Web Development on http://www.c-sharpcorner.com. This report page is the aggregated overview from a single forum: ASP.NET & Web Development, located on the Message Board at http://www.c-sharpcorner.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 "ASP.NET & Web Development" on the Message Board at http://www.c-sharpcorner.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: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, XAML, .NET 3.0, .NET 3.5,
Visual Studio 2008 Forums - ASP.NET & Web Development (site profile, domain info c-sharpcorner.com)
Title: ASP.NET & Web Development
Url: http://www.c-sharpcorner.com/Forums/ShowPost.as...
Users activity: 26 posts per thread
Forum activity: 0 active threads during last week
 

Posting activity on ASP.NET & Web Development:

  Week Month 3 Months
Threads: 0 0 313
Post: 0 0 800
 

ASP.NET & Web Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

No active authors during last week.

 

Latest active threads on ASP.NET & Web Development::

Started 1 month, 1 week ago (2009-11-26 10:58:00)  by Kirtan
Friend, Here is How you can do this :) if my answer helps you then check "Do you like this answer" check box :) Page 1 Code ---------------- protected void Page_Load( object sender, EventArgs e) { if (Session[ "Username" ] != null ) { Label1.Text = Session[ "Username" ].ToString(); } } Registration ...
Thread:  Show this thread (2 posts)   Thread info: asp.net control reference Size: 2,610 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: asp.net control reference :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 month, 1 week ago (2009-11-24 12:42:00)  by Paru
Hi Learner, I think you have made a mistake in your web.config while setting your connection string . Please check your connection string and let me know. Please mark if this helps
Thread:  Show this thread (4 posts)   Thread info: asp.net (C#)-simple Login page Size: 187 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: asp.net (C#)-simple Login page :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 month, 1 week ago (2009-11-26 01:03:00)  by home base
Try this link for code sample Submitting Web Form data from one ASP.NET page to another
Thread:  Show this thread (3 posts)   Thread info: Problem in Button click information from one form to another form in
ASP.NET Size: 189 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problem in Button click information from one form to another form in
ASP.NET :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 month, 1 week ago (2009-11-26 00:34:00)  by kalidhas perumal
ya iam doing the same ihad finished the design and had also created database and had completed one page for sales. i need a model app to view through. thankyou
Thread:  Show this thread (2 posts)   Thread info: supermarket Size: 168 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: supermarket :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 month, 1 week ago (2009-11-26 00:06:00)  by Amit
hi Kevin, this is right place and you are asking right problem... Try set EnableViewState='true' of all controls which depends on your Server.Transfer Variables... or you can store the values in session object and you can retrieve them in page load event again from the session... else You can use Response.Redirect(); method supply the values you want to transfer from one page to next in the ...
Thread:  Show this thread (2 posts)   Thread info: ASP/C# System.Transfer & Refresh problem. Size: 638 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: ASP/C# System.Transfer & Refresh problem. :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 month, 1 week ago (2009-11-25 08:12:00)  by dinesh kumar
ya, cool information! I tried but its not working.. i heared, Its only possible by using Excel Macro it seems.. Do anyone have idea ??
Thread:  Show this thread (2 posts)   Thread info: Excel Reporting in ASP.NET C# Size: 157 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Excel Reporting in ASP.NET C# :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 month, 1 week ago (2009-11-25 03:42:00)  by home base
Try this code sample -------------- public class SessionPurger : IHttpModule { private static Timer timer; private const int interval = 1000 * 60 * 10; // -------------------------------------------------- ---- public void Init(HttpApplication application) { // Wire-up application events if (timer == null ) timer = new Timer( new ...
Thread:  Show this thread (3 posts)   Thread info: Wesite visited counter. Size: 1,649 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Wesite visited counter. :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 month, 1 week ago (2009-11-25 02:59:00)  by Nikhil Kumar
Geeta just check your connectoins which you have made for that db. and ask your qs. more specific Do check "Do you like this answer" Thanks Nik
Thread:  Show this thread (3 posts)   Thread info: parser error message come. Size: 220 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: parser error message come. :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
Started 1 month, 1 week ago (2009-11-24 13:24:00)  by Sam Hobbs
Have you read Serial Communication with the .NET Compact Framework ? Have you looked in CodeProject.com and CodeGuru.com for articles and samples? Are you sure you have the settings correct? Are you able to establish communications using a utility, so that you know the settings are correct? The 9600 baud, 8 data bits, no parity and 1 stop bit is very common but if it does not ...
Thread:  Show this thread (4 posts)   Thread info: How to read data from port with ASP.NET Size: 934 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to read data from port with ASP.NET :: ASP.NET & Web Development :: C# Forum : C#, VB.NET, WCF, WPF, Silverlight, WF, ..."
 

Hot threads for last week on ASP.NET & Web Development::

No active threads for last week.