Sunday, October 23, 2011

ListView and DataPager Controls: Inserting Data with DropDownlist

IntroductionThe ListView control is similar to the GridView control in many ways: both display a set of records, both support built-in sorting, paging, editing, and deleting functionality with minimal effort. The ListView differs from the GridView in two key ways:Rather than using fields, the ListView is rendered via templates, which offers...

3:04 AM by Dilip kakadiya · 0

Saturday, October 22, 2011

User validation authentication using session in ASP.NET

For Forms Authentication, read this Forms Authentication with C# and managing folder lavel access with multiple web.config files in ASP.NETIn this example i m showing how to validate a user across different pages whether user is logged in or not using session variables in Global.asax through Session_Start event and Application_OnPostRequestHandlerExecute...

4:14 AM by Dilip kakadiya · 0

Dialog window with Javascript

OVERVIEWA dialog is a floating window that contains a title bar and a content area. The dialog window can be moved, resized and closed with the 'x' icon by default.If the content length exceeds the maximum height, a scrollbar will automatically appear.A bottom button bar and semi-transparent modal overlay layer are common options that can be added.A call to $(foo).dialog() will initialize a dialog instance and will...

4:03 AM by Dilip kakadiya · 0