Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[Message Deleted] Pin
Jain Vijay5-Jun-09 1:07
Jain Vijay5-Jun-09 1:07 
AnswerRe: How to find cursor position in HTML Editor Pin
Ashfield5-Jun-09 1:35
Ashfield5-Jun-09 1:35 
QuestionTurning off validateRequest for a user control [modified] PinPopular
c24235-Jun-09 0:37
c24235-Jun-09 0:37 
AnswerRe: Turning off validateRequest for a user control Pin
Alex Random1-Nov-10 3:55
Alex Random1-Nov-10 3:55 
GeneralRe: Turning off validateRequest for a user control Pin
c24233-Nov-10 8:23
c24233-Nov-10 8:23 
QuestionStrange Behaviour of Crystal Report Pin
Girish4815-Jun-09 0:33
Girish4815-Jun-09 0:33 
QuestionTabControl - Active Tab Index Question Pin
Programm3r5-Jun-09 0:06
Programm3r5-Jun-09 0:06 
AnswerRe: TabControl - Active Tab Index Question Pin
Programm3r5-Jun-09 0:26
Programm3r5-Jun-09 0:26 
Solved it ... don't know if this is the best way ... but it works

protected void Page_Load(object sender, EventArgs e)
{
....
            if (!Page.IsPostBack)
            {
                if (!String.IsNullOrEmpty(Request.QueryString["index"]))
                    this.tabs.ActiveTabIndex = Convert.ToInt32(Request.QueryString["index"]);
            }
.....
}



The only programmers that are better C# programmers, are those who look like this -> Green Alien | [Alien]



Smile | :) Programm3r

My Blog: ^_^

Questionrender ListBox Pin
Koss_G4-Jun-09 22:54
Koss_G4-Jun-09 22:54 
AnswerRe: render ListBox Pin
Christian Graus4-Jun-09 23:04
protectorChristian Graus4-Jun-09 23:04 
QuestionCan anyone help Pin
owolabi Victor4-Jun-09 22:22
owolabi Victor4-Jun-09 22:22 
AnswerRe: Can anyone help Pin
Christian Graus4-Jun-09 22:26
protectorChristian Graus4-Jun-09 22:26 
AnswerRe: Can anyone help Pin
Manas Bhardwaj4-Jun-09 22:30
professionalManas Bhardwaj4-Jun-09 22:30 
AnswerRe: Can anyone help Pin
Abhijit Jana4-Jun-09 23:07
professionalAbhijit Jana4-Jun-09 23:07 
AnswerRe: Can anyone help Pin
Vasudevan Deepak Kumar4-Jun-09 23:40
Vasudevan Deepak Kumar4-Jun-09 23:40 
AnswerRe: Can anyone help Pin
J4amieC5-Jun-09 0:17
J4amieC5-Jun-09 0:17 
AnswerRe: Can anyone help Pin
AndyInUK5-Jun-09 0:50
AndyInUK5-Jun-09 0:50 
QuestionImage loading problem.... Pin
rjv2dlv4-Jun-09 21:25
rjv2dlv4-Jun-09 21:25 
AnswerRe: Image loading problem.... Pin
Christian Graus4-Jun-09 21:43
protectorChristian Graus4-Jun-09 21:43 
GeneralRe: Image loading problem.... Pin
rjv2dlv4-Jun-09 21:57
rjv2dlv4-Jun-09 21:57 
GeneralRe: Image loading problem.... Pin
Christian Graus4-Jun-09 22:25
protectorChristian Graus4-Jun-09 22:25 
AnswerRe: Image loading problem.... Pin
A k ch4-Jun-09 22:18
A k ch4-Jun-09 22:18 
GeneralRe: Image loading problem.... Pin
rjv2dlv4-Jun-09 23:44
rjv2dlv4-Jun-09 23:44 
GeneralRe: Image loading problem.... Pin
Jain Vijay5-Jun-09 2:18
Jain Vijay5-Jun-09 2:18 
Questioncan't fire click event of dynamically generated link button Pin
pujafaldu4-Jun-09 20:33
pujafaldu4-Jun-09 20:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.