C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




MaintainScrollPositionOnPostback


Posted Date: 04 Jul 2008      Total Responses: 2

Posted By: suresh       Member Level: Silver     Points: 1



Hi:

Can any one tell me where to written "MaintainScrollPositionOnPostback"property to set the tabindex in a sequential order Even after dropdownlist control's post back.



Thanks







Responses

Author: arun kumar    04 Jul 2008Member Level: SilverRating:     Points: 6

1.You should write MaintainScrollPositionOnPostback here:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" MaintainScrollPositionOnPostback="true" Inherits="Default3" %>

2.For tabindex in a sequential order Even after dropdownlist control's post back:
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
{
TextBox5.Focus();//that is tab index will move to your next control
}



Author: chandramohan    05 Jul 2008Member Level: GoldRating:     Points: 1

1.You should write MaintainScrollPositionOnPostback here:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" MaintainScrollPositionOnPostback="true" Inherits="Default3" %>

2.For tabindex in a sequential order Even after dropdownlist control's post back:
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
{
TextBox5.Focus();//that is tab index will move to your next control
}




Post Reply
You must Sign In to post a response.
Next : I want to check for Null data in DataAdapter before filling the data into dataset?
Previous : HTTPWebRequest for passin check box value
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use