Click here to Skip to main content
15,889,877 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionget data from website Pin
jainiraj28-May-09 6:48
jainiraj28-May-09 6:48 
AnswerRe: get data from website Pin
Ramesh Swaminathan28-May-09 7:04
Ramesh Swaminathan28-May-09 7:04 
QuestionSetFocus to a Textbox +AJAX Pin
Pawan Kiran28-May-09 5:33
Pawan Kiran28-May-09 5:33 
AnswerRe: SetFocus to a Textbox +AJAX Pin
Ramesh Swaminathan28-May-09 5:43
Ramesh Swaminathan28-May-09 5:43 
GeneralRe: SetFocus to a Textbox +AJAX Pin
Pawan Kiran28-May-09 22:48
Pawan Kiran28-May-09 22:48 
GeneralRe: SetFocus to a Textbox +AJAX Pin
Ramesh Swaminathan29-May-09 5:57
Ramesh Swaminathan29-May-09 5:57 
GeneralRe: SetFocus to a Textbox +AJAX Pin
Pawan Kiran29-May-09 22:16
Pawan Kiran29-May-09 22:16 
GeneralRe: SetFocus to a Textbox +AJAX Pin
yetrus23-Mar-10 4:30
yetrus23-Mar-10 4:30 
I'm looking for this to, I'm starting to thinkig that is a "Impossible Mission".

I'm trying this
<br />
[MASTER]<br />
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"><br />
</asp:ToolkitScriptManager><br />
[/MASTER]<br />
[CONTENT]<br />
 <div><br />
        <asp:Panel ID="Panel1" runat="server"><br />
            <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br />
        </asp:Panel><br />
        <asp:ModalPopupExtender ID="ModalPopupExtender1" TargetControlID="LinkButton1" runat="server"<br />
            PopupControlID="Panel1" Enabled="True"><br />
        </asp:ModalPopupExtender><br />
        <asp:LinkButton ID="LinkButton1" runat="server">LinkButton</asp:LinkButton><br />
    </div><br />
[/CONTENT]<br />
<br />
[VB]<br />
Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles LinkButton1.Click<br />
 ModalPopupExtender1.Show()       <br />
 ScriptManager.GetCurrent(Me.Page).SetFocus(TextBox1)<br />
[/VB]

QuestionWhy is FilteredTextBoxExtender not working if placed in CS Pin
Herman<T>.Instance28-May-09 5:03
Herman<T>.Instance28-May-09 5:03 
AnswerRe: Why is FilteredTextBoxExtender not working if placed in CS Pin
Ramesh Swaminathan28-May-09 6:16
Ramesh Swaminathan28-May-09 6:16 
GeneralRe: Why is FilteredTextBoxExtender not working if placed in CS Pin
Herman<T>.Instance28-May-09 21:35
Herman<T>.Instance28-May-09 21:35 
Questionhow to navigate the tabs in tabcontainer Pin
axman_podili@yahoo.co.in28-May-09 4:38
axman_podili@yahoo.co.in28-May-09 4:38 
AnswerRe: how to navigate the tabs in tabcontainer [modified] Pin
Ramesh Swaminathan28-May-09 5:11
Ramesh Swaminathan28-May-09 5:11 
QuestionMenu with Multiview :confused: Pin
dotnetcsharpdev28-May-09 4:36
dotnetcsharpdev28-May-09 4:36 
AnswerRe: Menu with Multiview :confused: Pin
Ramesh Swaminathan28-May-09 5:52
Ramesh Swaminathan28-May-09 5:52 
GeneralRe: Menu with Multiview :confused: Pin
dotnetcsharpdev28-May-09 22:38
dotnetcsharpdev28-May-09 22:38 
GeneralRe: Menu with Multiview :confused: Pin
Ramesh Swaminathan29-May-09 6:02
Ramesh Swaminathan29-May-09 6:02 
QuestionGridview Pin
Anjani Poornima28-May-09 1:57
Anjani Poornima28-May-09 1:57 
AnswerRe: Gridview Pin
padmanabhan N28-May-09 2:19
padmanabhan N28-May-09 2:19 
GeneralRe: Gridview Pin
Baran M28-May-09 2:34
Baran M28-May-09 2:34 
GeneralRe: Gridview Pin
Anjani Poornima28-May-09 2:36
Anjani Poornima28-May-09 2:36 
GeneralRe: Gridview Pin
padmanabhan N28-May-09 2:45
padmanabhan N28-May-09 2:45 
GeneralRe: Gridview Pin
padmanabhan N28-May-09 2:47
padmanabhan N28-May-09 2:47 
GeneralRe: Gridview Pin
Baran M28-May-09 3:29
Baran M28-May-09 3:29 
Questionhow to put scroll bar in aspx page Pin
Jaymm28-May-09 1:47
Jaymm28-May-09 1:47 

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.