Click here to Skip to main content
15,915,744 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRuntime error and compile time error? Pin
Aslesh18-Sep-08 5:44
Aslesh18-Sep-08 5:44 
AnswerRe: Runtime error and compile time error? Pin
Paul Conrad18-Sep-08 6:00
professionalPaul Conrad18-Sep-08 6:00 
GeneralRe: Runtime error and compile time error? Pin
Aslesh18-Sep-08 6:04
Aslesh18-Sep-08 6:04 
GeneralRe: Runtime error and compile time error? Pin
Paul Conrad18-Sep-08 6:07
professionalPaul Conrad18-Sep-08 6:07 
GeneralRe: Runtime error and compile time error? Pin
Aslesh18-Sep-08 6:09
Aslesh18-Sep-08 6:09 
GeneralRe: Runtime error and compile time error? Pin
Aslesh18-Sep-08 7:11
Aslesh18-Sep-08 7:11 
GeneralRe: Runtime error and compile time error? Pin
Paul Conrad18-Sep-08 10:11
professionalPaul Conrad18-Sep-08 10:11 
Questionımagebutton focus problem Pin
enginakkoca118-Sep-08 4:50
enginakkoca118-Sep-08 4:50 
hi. i've got problem with imageButton. i've got a textBox and imageButton. i'm writing something in textBox and after press enter button on keyboard. when i press enter button i want to run "ImageButton_Click" event. i put panel on my page and put textBox and imageButton. i write code shown below. but when first page open there is no problem but second page open ımagebutton_click event dos'nt run. after first page open i write something textbox and press enter it runs but when i write second word textbox and press enter, ımagebutton_click dosn't run.

this is my code behind:

protected void Page_Load(object sender, EventArgs e)
{

Page.Form.DefaultButton = aaAraImageButton.UniqueID;

Page.SetFocus(aaAranacakKelimeTextBox);

aaArananKelimeLinkButton.Visible = false;
aaArananKelimeLinkButton.Text = aaAranacakKelimeTextBox.Text;

}

this is my HTML

<asp:Panel id="Panel1" runat="server" Width="700px" Height="50px" DefaultButton="aaAraImageButton">

<asp:TextBox id="aaAranacakKelimeTextBox" runat="server" Width="583px" Font-Size="X-Large" Font-Bold="True" ForeColor="#C00000" EnableTheming="True" MaxLength="30"></asp:TextBox>

<asp:ImageButton id="aaAraImageButton" tabIndex=1 onclick="aaAraImageButton_Click" runat="server" ImageUrl="~/resimler/sozluk/ara(35-35).gif" AlternateText="Kelimeyi Ara"></asp:ImageButton></asp:Panel>
Questionautomatically select tree node Pin
NikoTanghe18-Sep-08 4:07
NikoTanghe18-Sep-08 4:07 
AnswerRe: automatically select tree node Pin
eyeseetee18-Sep-08 4:32
eyeseetee18-Sep-08 4:32 
GeneralRe: automatically select tree node Pin
NikoTanghe19-Sep-08 1:05
NikoTanghe19-Sep-08 1:05 
QuestionCalling server side method through java script Pin
alok_2k318-Sep-08 3:13
alok_2k318-Sep-08 3:13 
AnswerRe: Calling server side method through java script Pin
eyeseetee18-Sep-08 3:50
eyeseetee18-Sep-08 3:50 
AnswerRe: Calling server side method through java script Pin
NikoTanghe18-Sep-08 4:20
NikoTanghe18-Sep-08 4:20 
QuestionTrying convert Gridview As Image. Error : System.ArgumentException Pin
K V Sekhar18-Sep-08 2:59
K V Sekhar18-Sep-08 2:59 
AnswerRe: Trying convert Gridview As Image. Error : System.ArgumentException Pin
J4amieC18-Sep-08 3:34
J4amieC18-Sep-08 3:34 
GeneralRe: Trying convert Gridview As Image. Error : System.ArgumentException Pin
K V Sekhar18-Sep-08 3:37
K V Sekhar18-Sep-08 3:37 
GeneralRe: Trying convert Gridview As Image. Error : System.ArgumentException Pin
eyeseetee18-Sep-08 3:47
eyeseetee18-Sep-08 3:47 
GeneralRe: Trying convert Gridview As Image. Error : System.ArgumentException Pin
K V Sekhar18-Sep-08 4:04
K V Sekhar18-Sep-08 4:04 
GeneralRe: Trying convert Gridview As Image. Error : System.ArgumentException Pin
J4amieC18-Sep-08 4:14
J4amieC18-Sep-08 4:14 
Questionasp net onfocus and onblur problem in ie6! Pin
Nyssa_2018-Sep-08 2:47
Nyssa_2018-Sep-08 2:47 
AnswerRe: asp net onfocus and onblur problem in ie6! Pin
t7bros18-Sep-08 4:44
t7bros18-Sep-08 4:44 
GeneralRe: asp net onfocus and onblur problem in ie6! Pin
Nyssa_2018-Sep-08 5:03
Nyssa_2018-Sep-08 5:03 
Questionvalidating Drop down list Pin
meghamaharshi18-Sep-08 2:29
meghamaharshi18-Sep-08 2:29 
AnswerRe: validating Drop down list Pin
Paddy Boyd18-Sep-08 2:46
Paddy Boyd18-Sep-08 2:46 

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.