Click here to Skip to main content
15,886,038 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to access Other sql database form web forms Pin
IanJan7-Oct-08 23:43
IanJan7-Oct-08 23:43 
AnswerRe: How to access Other sql database form web forms Pin
Jaffer Mumtaz8-Oct-08 1:39
Jaffer Mumtaz8-Oct-08 1:39 
GeneralRe: How to access Other sql database form web forms Pin
IanJan8-Oct-08 6:26
IanJan8-Oct-08 6:26 
GeneralRe: How to access Other sql database form web forms Pin
Jaffer Mumtaz8-Oct-08 8:32
Jaffer Mumtaz8-Oct-08 8:32 
GeneralRe: How to access Other sql database form web forms Pin
IanJan8-Oct-08 9:32
IanJan8-Oct-08 9:32 
AnswerRe: How to access Other sql database form web forms Pin
Frank Kerrigan8-Oct-08 6:24
Frank Kerrigan8-Oct-08 6:24 
GeneralRe: How to access Other sql database form web forms Pin
IanJan8-Oct-08 9:40
IanJan8-Oct-08 9:40 
QuestionAJAX tabs problem Pin
BlackDice7-Oct-08 7:52
BlackDice7-Oct-08 7:52 
Hello all, please forgive my newbie-ness.... (at ASP.NET)

I have a tabcontainer on my masterpage where each time a tab is clicked it actually shows a different .aspx page for each tab. First, I'm not sure if I'm even going about this the right way. It works, but it's kinda slow and a very visible transition.

I just call 'Response.Redirect()' in the 'ActiveTabChanged' event depending on which tab was clicked.

Secondly, even though this works to switch from page1 to page2, it always shows the active tab as the first one after clicking on the second one, even though the second page is now showing. I even tested setting it back explicitly, and it still doesn't work.
protected void TabContainer1_ActiveTabChanged(object sender, EventArgs e)
        {
            switch (TabContainer1.ActiveTabIndex)
            {
                case 0:

                    Response.Redirect("default.aspx");
                    break;
                case 1:
                    Response.Redirect("default2.aspx");
                    TabContainer1.TabIndex = 1;
                    break;
            }
          
        }



Thanks in advance


QuestionHow to reduce size of ASP.NET AJAX scripts in a site Pin
Stephen Knott7-Oct-08 3:38
Stephen Knott7-Oct-08 3:38 
AnswerRe: How to reduce size of ASP.NET AJAX scripts in a site Pin
Johnny ²7-Oct-08 5:05
Johnny ²7-Oct-08 5:05 
GeneralRe: How to reduce size of ASP.NET AJAX scripts in a site Pin
Stephen Knott7-Oct-08 6:13
Stephen Knott7-Oct-08 6:13 
QuestionPaypal verification Pin
jegastar6-Oct-08 21:35
jegastar6-Oct-08 21:35 
AnswerRe: Paypal verification Pin
Ashfield7-Oct-08 0:54
Ashfield7-Oct-08 0:54 
AnswerRe: Paypal verification Pin
HemJoshi7-Oct-08 3:28
HemJoshi7-Oct-08 3:28 
AnswerRe: Paypal verification Pin
Paul Conrad7-Oct-08 6:26
professionalPaul Conrad7-Oct-08 6:26 
GeneralDefault Virtual Directory on Plesk Pin
Brady Kelly6-Oct-08 7:07
Brady Kelly6-Oct-08 7:07 
Questionpersist.canvas.drawpng please help me! [modified] Pin
kursadakici5-Oct-08 7:24
kursadakici5-Oct-08 7:24 
AnswerRe: persist.canvas.drawpng please help me! Pin
Ashfield7-Oct-08 3:48
Ashfield7-Oct-08 3:48 
QuestionSetting the colourt of text Pin
Brendan Vogt5-Oct-08 6:39
Brendan Vogt5-Oct-08 6:39 
AnswerRe: Setting the colourt of text Pin
NeverHeardOfMe5-Oct-08 6:56
NeverHeardOfMe5-Oct-08 6:56 
QuestionRe: Setting the colourt of text Pin
Brendan Vogt5-Oct-08 7:28
Brendan Vogt5-Oct-08 7:28 
AnswerRe: Setting the colourt of text Pin
NeverHeardOfMe5-Oct-08 7:50
NeverHeardOfMe5-Oct-08 7:50 
AnswerRe: Setting the colourt of text Pin
Shog95-Oct-08 11:25
sitebuilderShog95-Oct-08 11:25 
Jokeweb development Pin
ranjaabhishek4-Oct-08 22:47
ranjaabhishek4-Oct-08 22:47 
GeneralRe: web development Pin
Tamimi - Code4-Oct-08 23:12
Tamimi - Code4-Oct-08 23:12 

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.