Click here to Skip to main content
15,905,229 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hoe to upload XLFile and save into database Pin
Vasudevan Deepak Kumar24-May-07 22:13
Vasudevan Deepak Kumar24-May-07 22:13 
QuestionCompilation Error - "CS1513: } expected" Pin
Blumen24-May-07 18:33
Blumen24-May-07 18:33 
AnswerRe: Compilation Error - "CS1513: } expected" Pin
kiran kumar[Intelligroup]24-May-07 19:05
kiran kumar[Intelligroup]24-May-07 19:05 
GeneralRe: Compilation Error - "CS1513: } expected" Pin
Blumen24-May-07 19:33
Blumen24-May-07 19:33 
AnswerRe: Compilation Error - "CS1513: } expected" Pin
kiran kumar[Intelligroup]24-May-07 19:47
kiran kumar[Intelligroup]24-May-07 19:47 
GeneralRe: Compilation Error - "CS1513: } expected" Pin
Blumen24-May-07 20:14
Blumen24-May-07 20:14 
GeneralRe: Compilation Error - "CS1513: } expected" Pin
kiran kumar[Intelligroup]24-May-07 20:24
kiran kumar[Intelligroup]24-May-07 20:24 
GeneralRe: Compilation Error - "CS1513: } expected" Pin
Blumen24-May-07 22:52
Blumen24-May-07 22:52 
Thanks Kiran, that did the trick for TextBox keypress event, but for Radiobutton and CheckBox, the function in aspx is not firing:

I gave it like this:

rbn1.Attributes.Add("OnCheckedChanged", "Onkeypress(this)");
rbn2.Attributes.Add("OnCheckedChanged", "Onkeypress(this)");

function Onkeypress(thiss)
{
if (document.getElementById (thiss.id).checked == true)
alert("checked");
}

Why does it work when I hook the event handler as an attribute? And why doesn't it work for RadioButton and CheckBox?

Regards,

Blumen
GeneralRe: Compilation Error - "CS1513: } expected" Pin
kiran kumar[Intelligroup]24-May-07 23:29
kiran kumar[Intelligroup]24-May-07 23:29 
AnswerRe: Compilation Error - "CS1513: } expected" Pin
badgrs24-May-07 23:41
badgrs24-May-07 23:41 
GeneralRe: Compilation Error - "CS1513: } expected" Pin
Blumen25-May-07 2:15
Blumen25-May-07 2:15 
QuestionStored Procedures - Return Value Pin
J Liang24-May-07 17:52
J Liang24-May-07 17:52 
AnswerRe: Stored Procedures - Return Value Pin
N a v a n e e t h24-May-07 18:13
N a v a n e e t h24-May-07 18:13 
GeneralRe: Stored Procedures - Return Value Pin
J Liang24-May-07 18:20
J Liang24-May-07 18:20 
AnswerRe: Stored Procedures - Return Value Pin
kiran kumar[Intelligroup]24-May-07 19:32
kiran kumar[Intelligroup]24-May-07 19:32 
GeneralRe: Stored Procedures - Return Value Pin
J Liang24-May-07 21:27
J Liang24-May-07 21:27 
AnswerRe: Stored Procedures - Return Value Pin
SimulationofSai24-May-07 19:47
SimulationofSai24-May-07 19:47 
GeneralRe: Stored Procedures - Return Value Pin
J Liang24-May-07 21:24
J Liang24-May-07 21:24 
GeneralRe: Stored Procedures - Return Value Pin
SimulationofSai24-May-07 23:51
SimulationofSai24-May-07 23:51 
Questionhow to store values to tables.... Pin
Member 387988124-May-07 17:43
Member 387988124-May-07 17:43 
AnswerRe: how to store values to tables.... Pin
Sherin Iranimose24-May-07 18:11
Sherin Iranimose24-May-07 18:11 
GeneralRe: how to store values to tables.... Pin
Member 387988124-May-07 18:38
Member 387988124-May-07 18:38 
GeneralRe: how to store values to tables.... Pin
Sherin Iranimose24-May-07 19:20
Sherin Iranimose24-May-07 19:20 
GeneralRe: how to store values to tables.... Pin
Member 387988124-May-07 19:36
Member 387988124-May-07 19:36 
GeneralRe: how to store values to tables.... Pin
Sherin Iranimose24-May-07 22:48
Sherin Iranimose24-May-07 22:48 

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.