Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:781877
More Search Options
RSS Available
Matching Posts
Re: Save and load PageViewState
Can you give a bit of context to the task you are trying to acheive? ViewState automatically goes back and forth between postbacks.
Posted to
State Management
(Forum)
by
dotnetkode
on 11/12/2009
Re: ASP Session Variables vs. ASP.NET Session variables
Yes the variables will be there in session until the session expires (this could happen if the session timed out, in your case if you did not make another .asp request in the specified timeout interval)
Posted to
State Management
(Forum)
by
dotnetkode
on 11/12/2009
Re: Find Session Id on IE 7
I would recommend you to use Fiddler. you can watch your network traffic in Fiddler. You can see the request and response headers and therefore cookies too that are part of request and response. You can learn a lot using this tool. I highly recommend it. http://www.fiddler2.com/Fiddler2/
Posted to
State Management
(Forum)
by
dotnetkode
on 11/12/2009
Re: how can I debug my dev VS2008sp1 web app in Firefox?
Check this link. It shows you in detail how to add break points and debug the javascript. http://getfirebug.com/js.html
Posted to
Client Side Web Development
(Forum)
by
dotnetkode
on 11/6/2009
Re: Show a waiting image during postback
Since a postback is nothing but a form submission. You can show and hide your message by handling the form's OnSubmit event. Check it out <form runat = "server" onsubmit = " ShowLoading () " > </form> <script type = "text/javascript" > function ShowLoading ( e ) { var div = document . createElement ( 'div' ); var img = document . createElement ( 'img' ); img . src = 'http://www.oppenheim.com.au/wp-content/uploads/2007/08/ajax
Posted to
Client Side Web Development
(Forum)
by
dotnetkode
on 11/6/2009
Re: Fire a single validator from javascript
You can give just that control that you want to fire a different ValidationGroup name. Now on button click you can call the validation. function ValidatePage() { var page_validate=true; //Call asp.net client side validation if (typeof(Page_ClientValidate) == 'function') { Page_ClientValidate( 'groupname' ); page_validate=ValidatorOnSubmit(); //returns true or false } return page_validate; }
Posted to
Client Side Web Development
(Forum)
by
dotnetkode
on 11/6/2009
Re: know MVC with Java, and want to do it with VB
I would recommend Pro ASP.NET MVC framework by Steven Sanderson (link below). If you are new to .Net it might be a bit advanced, otherwise this could be the only book you would need to master ASP.net MVC http://www.amazon.com/Pro-ASP-NET-Framework-Steven-Sanderson/dp/1430210079/ref=sr_1_1?ie=UTF8&s=books&qid=1257349435&sr=8-1
Posted to
ASP.NET MVC
(Forum)
by
dotnetkode
on 11/4/2009
Re: assign an Action for onClick of a button
Could you please post some code or explain your problem in detail?
Posted to
ASP.NET MVC
(Forum)
by
dotnetkode
on 11/4/2009
Re: hai am new to this MVC.I need sample MVC Pattern
You can start small if you are new. Below is the link to creating a contact manager application using ASP.net MVC. You can get to speed in a couple of days. http://www.asp.net/learn/mvc/tutorial-26-cs.aspx
Posted to
ASP.NET MVC
(Forum)
by
dotnetkode
on 8/14/2009
Re: validation error and status label control
If you are looking to hide the validation summary message, check this out. http://forums.asp.net/p/1035309/3323912.aspx#3323912
Posted to
Web Forms
(Forum)
by
dotnetkode
on 7/31/2009
Page 1 of 13 (124 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online