Click here to Skip to main content
15,888,313 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error while hosting crystal report as web site Pin
sashidhar17-Sep-09 18:48
sashidhar17-Sep-09 18:48 
AnswerRe: Error while hosting crystal report as web site Pin
Abhijit Jana17-Sep-09 19:09
professionalAbhijit Jana17-Sep-09 19:09 
Questionwhy <input id="button1"> not recognising <asp:textbox xmlns:asp="#unknown"> in java script:</asp:textbox></input> Pin
amittinku17-Sep-09 17:15
amittinku17-Sep-09 17:15 
AnswerRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 17:24
protectorChristian Graus17-Sep-09 17:24 
GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 20:17
amittinku17-Sep-09 20:17 
GeneralRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 20:33
protectorChristian Graus17-Sep-09 20:33 
GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 21:30
amittinku17-Sep-09 21:30 
GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 21:37
amittinku17-Sep-09 21:37 
There is HTML button (&lt;input type=reset&gt;) on screen.
There is text box (asp:textbox) on screen.

----------------------------------
I have written the below code.

protected void TextBox1_TextChanged(object sender, EventArgs e)
      {
            Response.Write("hi");
      }

Autopost back of text box=false.

Whatever I put in textbox, reset clears it.


Now suppose I make Autopost back of text box=true.
Say enter any text in text box. Now click on say screen. post back will take place, page load will occur. Now I click on "reset", text does not get cleared. WHy?
GeneralRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 22:06
protectorChristian Graus17-Sep-09 22:06 
Questionhow to split HUGE pages into smaller components Pin
tagyurit17-Sep-09 15:22
tagyurit17-Sep-09 15:22 
AnswerRe: how to split HUGE pages into smaller components Pin
Christian Graus17-Sep-09 15:38
protectorChristian Graus17-Sep-09 15:38 
GeneralRe: how to split HUGE pages into smaller components Pin
tagyurit17-Sep-09 16:10
tagyurit17-Sep-09 16:10 
GeneralRe: how to split HUGE pages into smaller components Pin
Christian Graus17-Sep-09 16:40
protectorChristian Graus17-Sep-09 16:40 
QuestionDynamic music player.... Pin
greendragons17-Sep-09 8:24
greendragons17-Sep-09 8:24 
AnswerRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 10:24
protectorChristian Graus17-Sep-09 10:24 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 10:46
greendragons17-Sep-09 10:46 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 10:56
protectorChristian Graus17-Sep-09 10:56 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:00
greendragons17-Sep-09 11:00 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 11:32
protectorChristian Graus17-Sep-09 11:32 
AnswerRe: Dynamic music player.... Pin
Abhishek Sur17-Sep-09 11:31
professionalAbhishek Sur17-Sep-09 11:31 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:36
greendragons17-Sep-09 11:36 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:39
greendragons17-Sep-09 11:39 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 11:58
protectorChristian Graus17-Sep-09 11:58 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 12:07
greendragons17-Sep-09 12:07 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 12:18
protectorChristian Graus17-Sep-09 12:18 

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.