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

ASP.NET

 
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 
GeneralRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 22:06
protectorChristian Graus17-Sep-09 22:06 
amittinku wrote:
Whatever I put in textbox, reset clears it.


Because you are not in a form, you have no viewstate, I thought.

amittinku wrote:
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?


Removing the form means that the behaviour of the controls is going to be unpredicatable. Viewstate works on post variables, they get posted in the context of a form. No form, no viewstate. I guess autopostback creates a post that does persist the data.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

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 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 12:40
greendragons17-Sep-09 12:40 

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.