Click here to Skip to main content
15,900,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: checkbox and gridview Pin
Abhijit Jana11-Oct-08 4:23
professionalAbhijit Jana11-Oct-08 4:23 
Questionusing datagrid/gridview upload files? Pin
Member 387988111-Oct-08 3:32
Member 387988111-Oct-08 3:32 
AnswerRe: using datagrid/gridview upload files? Pin
Abhijit Jana11-Oct-08 4:51
professionalAbhijit Jana11-Oct-08 4:51 
QuestionSending data without the HTML Pin
LloydA11111-Oct-08 3:10
LloydA11111-Oct-08 3:10 
AnswerRe: Sending data without the HTML Pin
Abhijit Jana11-Oct-08 4:48
professionalAbhijit Jana11-Oct-08 4:48 
QuestioninnerHTML Problem Pin
Abhijit Jana11-Oct-08 2:46
professionalAbhijit Jana11-Oct-08 2:46 
AnswerRe: innerHTML Problem Pin
Guffa11-Oct-08 3:59
Guffa11-Oct-08 3:59 
GeneralRe: innerHTML Problem Pin
Abhijit Jana11-Oct-08 4:12
professionalAbhijit Jana11-Oct-08 4:12 
Thanks for reply sir,

This is my code block :

xmlHttp.onreadystatechange=function()<br />
    {<br />
    if(xmlHttp.readyState==4)<br />
      {<br />
      document.getElementById("txtHint").innerHTML=xmlHttp.responseText;<br />
      }<br />
    }


and i am getting error on that particual line

Error:

Line : 55 ( Note : document.getElementByID ...... is the 55th Line )
Error : Unknow Runtime Error


if i used innerText insted of innerHTML i am geeting all HTML Code that return by the responseText.

Can you please help !!!

Thanks in advance !!!

cheers,
Abhijit

Questionhow discrypt a Encrypted string by FormsAuthentication.HashPasswordForStoringInConfigFile in ASP.NET2.0 C# Pin
amit sahu2011-Oct-08 2:19
amit sahu2011-Oct-08 2:19 
AnswerRe: how discrypt a Encrypted string by FormsAuthentication.HashPasswordForStoringInConfigFile in ASP.NET2.0 C# Pin
jzonthemtn11-Oct-08 4:48
jzonthemtn11-Oct-08 4:48 
QuestionHow pass parameter of <object> tag from server control ?</object> [modified] Pin
piyush_patel111110-Oct-08 23:20
piyush_patel111110-Oct-08 23:20 
AnswerRe: How pass parameter of tag from server control ? Pin
Abhijit Jana11-Oct-08 0:56
professionalAbhijit Jana11-Oct-08 0:56 
GeneralRe: How pass parameter of tag from server control ? [modified] Pin
piyush_patel111112-Oct-08 1:44
piyush_patel111112-Oct-08 1:44 
GeneralRe: How pass parameter of tag from server control ? Pin
Abhijit Jana12-Oct-08 2:15
professionalAbhijit Jana12-Oct-08 2:15 
GeneralRe: How pass parameter of tag from server control ? Pin
piyush_patel111112-Oct-08 2:49
piyush_patel111112-Oct-08 2:49 
GeneralRe: How pass parameter of tag from server control ? Pin
Abhijit Jana12-Oct-08 2:54
professionalAbhijit Jana12-Oct-08 2:54 
JokeRe: How pass parameter of tag from server control ? Pin
Sathesh Sakthivel11-Oct-08 1:40
Sathesh Sakthivel11-Oct-08 1:40 
QuestionCreateUserWizard Problems Pin
TheEagle10-Oct-08 21:51
TheEagle10-Oct-08 21:51 
Questionbest location for code Pin
y_mmohd10-Oct-08 21:21
y_mmohd10-Oct-08 21:21 
AnswerRe: best location for code Pin
Abhijit Jana10-Oct-08 21:46
professionalAbhijit Jana10-Oct-08 21:46 
QuestionMay i customize the Membership API accroding to my requiremnts Pin
Rameez Raja10-Oct-08 18:28
Rameez Raja10-Oct-08 18:28 
Questionhow to send mail Pin
y_mmohd10-Oct-08 12:35
y_mmohd10-Oct-08 12:35 
AnswerRe: how to send mail Pin
Guffa10-Oct-08 14:11
Guffa10-Oct-08 14:11 
GeneralRe: how to send mail Pin
y_mmohd10-Oct-08 21:26
y_mmohd10-Oct-08 21:26 
AnswerRe: how to send mail Pin
Christian Graus10-Oct-08 16:37
protectorChristian Graus10-Oct-08 16:37 

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.